среда, 16 сентября 2009 г.
If you want to be aware of all recent updates please follow JuffEd's twitter: http://twitter.com/juffed
суббота, 18 апреля 2009 г.
New features
Well, there is a short overview of new features that will be available in the next release:
Also several small improvements:
All these features need to be tested, so you're very welcome with bugreports. Bug tracker is on its old place: http://sourceforge.net/tracker/?group_id=205470&atid=993768 :)
- basic block typing
- commenting/uncommenting text blocks with hotkey
- 'Go to matching brace' and 'Select to matching brace' actons
- configuration of syntax highlighting associations
- setting the default font and background color in settings dialog
- setting the current line's color in syntax scheme
- combo-boxes (instead of line edits) in find/replace dialog (with history)
- option 'Whole words only' in find/replace dialog
- option 'Case sensitive' for auto-completion
Also several small improvements:
- zoom in/zoom out with ctrl+mouse wheel
- having selected text in find/replace dialog (if it was a single line selection)
- 'Close tab' button on tab-bar, closing tab with double-click, action 'Close' in tab's context menu
- creating a new tab with double-click on tab-bar
All these features need to be tested, so you're very welcome with bugreports. Bug tracker is on its old place: http://sourceforge.net/tracker/?group_id=205470&atid=993768 :)
пятница, 17 апреля 2009 г.
JuffEd 0.6.1: bugfix release
There were several bugs fixed after 0.6.0 release:
- Fixed: updating charset name in statusbar
- Fixed: bug with comments in JavaScript highlighting
- Fixed: bug with freezing when replacing an empty string
- Hopefully fixed bug with lost focus after closing a document
- Hopefully fixed troubles with building on FreeBSD
- Fixed: configuring in non-English locales
- Added: link to home page to 'About' dialog
- Fixed: locale detection on Windows
среда, 15 апреля 2009 г.
среда, 8 апреля 2009 г.
JuffEd 0.6.0 release
It is out!
Main changes:
Also it's decided to take a new version numeration style: now odd numbers (0.5, 0.7, ...) mean development versions, even numbers (0.6, 0.8, ...) mean stable releases.
Main changes:
- splittable document view
- using icons installed in system (on Linux/BSD)
- changing line endings (auto-detection and manual changing)
- auto-detection of syntax highlighting based on document's first line (for some file types)
- displaying of invisible symbols (tabs, spaces, line wraps)
- context menu for status bar (syntax, charset, line endings)
- improved and more powerful plugin API
- CMake syntax highlighting
- Chinese (Simplified) localization
- new application icon
- added icons of sizes 16 and 24 to the default icon theme (got rid of blured icons)
- many small UI improvements
Also it's decided to take a new version numeration style: now odd numbers (0.5, 0.7, ...) mean development versions, even numbers (0.6, 0.8, ...) mean stable releases.
пятница, 20 марта 2009 г.
JuffEd 0.5 beta 1

среда, 18 марта 2009 г.
JuffEd 0.5: 2 weeks of development
Here are the results of 2 weeks of development:
7965 lines added, 4654 lines removed, patch size 658K. Just kidding ;)
One the one hand, it's true and these are actual results of
but 1) I re-used lots of code from 0.4; and 2) diff includes everything, including localization files and files that were moved.
Total amount of lines of code (.h and .cpp files) is 11418 for now (version 0.4 has 9234 lines). Now it has the same functionality as 0.4 plus some new features:
Also plugin API was significantly improved (still in development).
7965 lines added, 4654 lines removed, patch size 658K. Just kidding ;)
One the one hand, it's true and these are actual results of
$ svn diff -r 250:HEAD > diff.diff
$ grep "^+.*" diff.diff | grep -v "+++" | wc -l
7965
$ grep "^\-.*" diff.diff | grep -v "\-\-\-" | wc -l
4654
but 1) I re-used lots of code from 0.4; and 2) diff includes everything, including localization files and files that were moved.
Total amount of lines of code (.h and .cpp files) is 11418 for now (version 0.4 has 9234 lines). Now it has the same functionality as 0.4 plus some new features:
- using system icons
- splittable document view
- line endings (auto-detection and manual changing)
- auto-detection of syntax highlighting based on document's first line (for some file types)
- displaying of invisible symbols (tabs, spaces, line wraps)
- context menu for status bar (syntax, charset, line endings)
- Chinese (Simplified) localization
- lots of minor but pleasant changes (tooltips for tabs, scrolling docs with mouse wheel on tabbar, new menu organization, etc.)
Also plugin API was significantly improved (still in development).

Подписаться на:
Сообщения (Atom)