понедельник, 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/