juffed-general Mailing List for JuffEd
Brought to you by:
mezomish
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Mikhail M. <mez...@gm...> - 2008-06-30 21:14:53
|
I'm glad to announce that the first beta for 0.3 branch is available. The main difference between 0.2 and 0.3 branches is using QScintilla text editing component instead of standard QTextEdit. This component provides lots of pleasant features like new syntaxs hightlights, code folding, rectangular text selection, improved indents and so on. Also there were added French and Brazilian Portuguese localizations. For all changes see ChangeLog file. Enjoy! -- Best regards, Mikhail. |
|
From: Mikhail M. <mez...@gm...> - 2008-04-07 15:32:40
|
After several months of development stable version of JuffEd 0.2 is released. Main changes in comparison with 0.1.2: * Added: line markers; * Added: opening of multiple files with "Open file" dialog and command line; * Added: using existing instance of application for opening files (*nix only); * Added: notification of changing file by external program; * Added: "Recent files" menu; * Added: closing documents with middle-click on the corresponding tab (Qt >= 4.3); * Added: optional making a backup copy of file when saving; * Added: auto-saving option; * Added: line length indicator; * Added: options "Show line numbers" and "Adjust by width" for each document separately; * Added: session name and file name in window title; * Added: license to "About" dialog; * Added: option "Save as a copy" to "Save as" dialog; * Added: toolbar icons size changing; * Added: German, French and Spanish localizations; * Improved response when search reaches the end or the beginning of the document; * New "About" dialog; Further development is directed to using QScintilla as a text editing component and creating a mechanism of plugins. -- Best regards, Mikhail. |
|
From: Mikhail M. <mez...@gm...> - 2008-03-31 12:32:19
|
Hi. JuffEd 0.2 beta 2 is available. Changes: * Added Close button to About dialog; * Fixed: can't be compiled on Windows (closing of IPC socket isn't isolated); * Fixed: window title doesn't change properly after "Save session as" action; -- Best regards, Mikhail. |
|
From: Mikhail M. <mez...@gm...> - 2008-03-22 15:19:34
|
Hello! I'm glad to inform that 0.2-dev branch is frozen. This means that it is a time to stop adding new features and start testing. Of course, I use JuffEd myself (actually, it was written using itself since version 0.1 :)) but it becomes bigger and I can miss some bugs (especially if I don't use any feature). Well, bug tracker is open and you are always welcome to report a bug. And you are more welcome to make a feature request. Further development concerns using QScintilla editor component which provides several very useful things like code folding, "smart" auto-indent, syntax highlighting for huge amount of languages and so on. Also I'm working on plugins mechanism. Enjoy! -- Best regards, Mikhail. |