суббота, 18 апреля 2009 г.

New features

Well, there is a short overview of new features that will be available in the next release:

  • 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 г.

JuffEd and Twitter

Now you can follow the latest project news on Twitter: http://twitter.com/juffed

среда, 8 апреля 2009 г.

JuffEd 0.6.0 release

It is out!

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.