четверг, 5 ноября 2009 г.
Fix for QScintilla - 2
Regarding my fix for QScintilla (problem with auto-complete, described here): there's also patched QScintilla for Ubuntu 9.10 "Karmic Koala" here.
пятница, 16 октября 2009 г.
Fix for QScintilla
For those of you who is annoyed by QScintilla's bug with autocomplete (when using Linux and GNOME, and probably some other WMs), here's something you can do.
First of all you can download the patched package for Ubuntu 9.04 (i386) and install it. That's it, now your auto-complete is working.
For other Debian-based distros you can patch it yourself:
Install building environment:
Get sources of QScintilla and step into its source dir:
Download deb-patch from here and put it to debian/patches directory:
Install all necessary dependencies:
and start building
Now you have you own patched QScintilla built. Install it:
For those who doesn't use Debian-based distro here is a normal patch here.
First of all you can download the patched package for Ubuntu 9.04 (i386) and install it. That's it, now your auto-complete is working.
For other Debian-based distros you can patch it yourself:
Install building environment:
$ sudo aptitude install dpatch cdbs fakeroot build-essential
Get sources of QScintilla and step into its source dir:
$ apt-get source libqscintilla2-3
$ cd qscintilla2-2.3.2
Download deb-patch from here and put it to debian/patches directory:
$ cd debian/patches
$ wget -nd http://juffed.googlecode.com/files/03_autocomplete.dpatch
$ echo "03_autocomplete" >> 00list
$ cd ../..
Install all necessary dependencies:
$ sudo aptitude install libqt4-dev python-all-dev sip4 python-sip4 python-sip4-dev python-qt4-dev python-qt4
and start building
$ dpkg-buildpackage -rfakeroot
Now you have you own patched QScintilla built. Install it:
$ sudo dpkg -i ../libqscintilla2-3_2.3.2-0ubuntu2_i386.deb
For those who doesn't use Debian-based distro here is a normal patch here.
среда, 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.
Подписаться на:
Сообщения (Atom)