понедельник, 27 октября 2008 г.

JuffEd 0.4 release

It's finally released!

The whole list of changes:
* Added: plugins support
* Added: autocomplete
* Added: printing
* Added: context menu for document tab
* Added: processing of read-only files
* Added: zoom in and zoom out (increase and decrease font)
* Improved: serach using regexps
* Fixed: now we have current file's directory at 'Save as' dialog
* Fixed: bug with repeated replacements if replacing text contains the replaceable one as a substring
* Fixed: restoring cursor position after reloading
* Added: RPM spec file
* Added: checking for g++ to configure file
* Added: highlighting for Batch files
* Moved PHP scheme out of HTML scheme (now it's a separate scheme)

Enjoy!

вторник, 14 октября 2008 г.

JuffEd 0.4 beta 2 is out

Well, it's been a long time of using beta 1 and now it's a good time to have beta 2 released. As for me, it's stable enough to be released, but I don't believe there's no bugs in it :)
Let's see. Bugreports are extremely welcomed!

понедельник, 13 октября 2008 г.

Branch 0.4 splitted

Ok, it was a little bit longer than I planned, but finaly I resumed my work on JuffEd.
Branch 0.4 was splitted to get stabilized while 'trunk' version is becoming '0.5-svn' for adding new features.

понедельник, 8 сентября 2008 г.

Error in Mandriva package.

Due to an error in Mandriva rpm, please download the correct (updated) one: juffed-0.4.beta1-3mdv2008.1.i586.rpm

Sorry for any inconvenience....

воскресенье, 7 сентября 2008 г.

JuffEd 0.4 beta 1 is available

Finally it hapened. Now it's good enough (for me) to consider it as a new version :)

What is new?

First of all plugin support was added. Now JuffEd's functionality can be extended with plugins. For now only two of them available: Documents List and Find In Files and both of them are in "proof of concept" and "pre-alpha" stage, but still quite usable and waiting for you to improve them ;)
You can find more information here:
http://juffed-plugins.blogspot.com
and here:
http://code.google.com/p/juffed-plugins/

Another thing that was added is autocomplete. It can use words from current document and/or words from given dictionary, so called "API file".

Other features that were added:
* printing
* correct handling of read-only files
* context menu for document's tab (for copying file name or file path to clipboard)
* zooming in and out (increasing and decreasing font of the current document)
* improved regexp replacing (using \1, \2 in replacing text)
* other small features and fixes


Enjoy!

воскресенье, 10 августа 2008 г.

Plugins for JuffEd

Since version 0.4 JuffEd supports plugins. For now 0.4 version is only available at SVN and plugins API possible can be changed, but basic things are defined. Each plugin can add a dock widget, toolbar and menu to application's main menu. It can interact with documents (open, close, etc.) and current document's text (move cursor, insert text, ...). I'll publish a small tutorial and an example a bit later.

For more details about plugins see http://juffed-plugins.blogspot.com/