пятница, 20 марта 2009 г.

JuffEd 0.5 beta 1

All right, it's time to let it go. In addition to already announced new features it has improved and more powerful plugin API (much easier to use in comparison to version 0.4), fixed some bugs, a little bit cleaner code and a new icon (thanks to "SoftIcon").

среда, 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

$ 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).

среда, 4 марта 2009 г.

JuffEd 0.5 progress

Well, I'm making a good progress:
- making a backup copy
- printing
- document reload
are ready :)

These ones:
- single instance
- checking for external file changes
- status bar
are for tomorrow.

Auto-saving is probably better to do as a plugin.

JuffEd 0.5 is started

Yes, I've finally done that: trunk branch now contains development version of version 0.5. What's new? Lots of things.
First of all there are huge architecture changes. Now JuffEd uses a conception of engines, and it will be possible to have documents of different types opened at the same time: plain text, rich text, etc. Each type of documents has its own set of menus and toolbars and its own plugins.
One engine is already implemented: it's a QScintilla engine. It kept all the features from version 0.4 and has a new one: now you can split your document and have two working areas one above another.
One more significant change is that now you can use icon themes installed on your system.
Also I moved to CMake building system (thanks to David Stegbauer from Pardus Linux team), see the file README for building instructions.
Please note that this is a first draft, so there is a list of old features that are not implemented yet, but I'm working on it:
- making a backup copy
- single instance
- checking for external file changes
- auto-saving
- printing
- document reload
- status bar

среда, 28 января 2009 г.

JuffEd for Maemo

I'm a happy owner of Nokia N810 and of course I MUST have been tried to install JuffEd to it :)

I've found a ready package for Maemo (quite old version, but anyway it's a good step to start with). It had a problem with dependencies (Libqt4-core instead of libqt4-core), but I've re-packaged it.
To install it you need Qt4 library installed. I had to follow these steps to do it (probably there is an easier way :))
First of all I've added Qt4 repository (just follow this link with your tablet). But I couldn't find Qt4 libraries in package manager. So I logged in as a root to my tablet using ssh and installed it manually:

# apt-get install libqt4-core libqt4-gui

That's it. Now you can install JuffEd. You can find it here.


P.S.: please keep in mind that when I was writing JuffEd I didn't think it will be used at internet tablets with this tiny resolution ;)

P.P.S.:

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