
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Advanced text editor with syntax highlighting for many languages (Bash, Batch, C++, C#, CMake, CSS, D, Diff, HTML, IDL, Java, JavaScript, Lua, Makefile, Perl, Python, PHP, Ruby, SQL, XML). Supports sessions, search with regexps (including multiline regexps), charsets, code folding, line markers, block selections and other features.
Has Brazilian Portuguese, Chinese (Simplified), Czech, English, French, German, Polish, Russian, Spanish localizations (some of them are extremely outdated).
For bug reports and feature requests you are always welcome at bug tracker:
https://sourceforge.net/tracker/?group_id=205470
If you'd like to have the latest changes use SVN version from here:
http://juffed.svn.sourceforge.net/svnroot/juffed/0.8
Trunk repository is going to be unstable, be careful if using it :)
10 years ago
0.8.1
* Applied patchset from David Stegbauer:
- Removed unneeded debug outputs
- Pascal Lexer Corrections
- Updated juffed.desktop translations
- some minor fixes
* Added: Czech localization (thanks to Pavel Fric)
Windows package now contains updated QScintilla with improved performance on long lines. It also contains all plugins.
0.8.0.1
There was a missing DLL in Windows package, please download a newer version if you had problems.
Linux packages are OK.
0.8
main changes since 0.6.1:
* charset auto-detection (requires 'enca' package on *nix)
* improved sessions management
* new plugin API and new plugins
* new settings (printing, file types, keybindings, colors)
* new syntaxes (TCL, Pascal, TeX, Fortran)
* improvements in Find Dialog
* search for multiline regexps
* new editing actions (commenting lines by a hotkey, upper case, duplicate lines, go to/select to matching brace, etc)
* single instance support for Windows
* lots of bugfixes and small improvements
For details see the file ChangeLog in source tarball.
10 years ago
0.8.1
* Applied patchset from David Stegbauer:
- Removed unneeded debug outputs
- Pascal Lexer Corrections
- Updated juffed.desktop translations
- some minor fixes
* Added: Czech localization (thanks to Pavel Fric)
Windows package now contains updated QScintilla with improved performance on long lines. It also contains all plugins.
0.8.0.1
There was a missing DLL in Windows package, please download a newer version if you had problems.
Linux packages are OK.
0.8
main changes since 0.6.1:
* charset auto-detection (requires 'enca' package on *nix)
* improved sessions management
* new plugin API and new plugins
* new settings (printing, file types, keybindings, colors)
* new syntaxes (TCL, Pascal, TeX, Fortran)
* improvements in Find Dialog
* search for multiline regexps
* new editing actions (commenting lines by a hotkey, upper case, duplicate lines, go to/select to matching brace, etc)
* single instance support for Windows
* lots of bugfixes and small improvements
For details see the file ChangeLog in source tarball.
Braaiinnzz
7 years ago
The settings dialog isn't displaying properly with my font...http://postimg.org/image/m1mh6ebd5/
Report
JuryS
10 years ago
Or there is no files like .pro for Qt Creator IDE???
Report
ii-system
10 years ago
Report
Mezomish
10 years ago
Report
ii-system
10 years ago
and one more question, is Qscintilla patch for low performance while line wrapping is enabled, available only for Windows? is that true?
Report
Mezomish
10 years ago
If you're using other distro then you'll probably need to build it yourself (see the link to source code at the previous message).
Report
Mezomish
10 years ago
The patch itself is platform-independent. The performance issue was resolved in QScintilla 2.4.3. I've updated the .dll in Windows package but I can't update QScintilla in your system :)
I've built QScintilla 2.4.3 for Ubuntu 9.10 (I'll provide the link to .deb file when I come home).
If you're using other distro you can compile it yourself. The source code is here: http://www.riverbankcomputing.co.uk/software/qscintilla/download
Report
jzhou
10 years ago
Report
zhangfq7112
11 years ago
Report
Mezomish
11 years ago
Report
komander
11 years ago
could you implement a konsole window like in kate, it's nice feature ...for immediately testing code you wrote
Report
Mezomish
11 years ago
Report
Mezomish
11 years ago
Here are some news about that bug with lost focus when using auto-complete. There is a patch for QScintilla and some instructions for Debian-based distros here: http://juffed.blogspot.com/2009/10/fix-for-qscintilla.html
I've also sent this patch to QScintilla's developers and hope they'll include it into the next release.
Report
griffin27
11 years ago
it's me again.
Now i installed JuffEd also on my Ubuntu System from the sources (0.6.1).
Always, when the little Window with suggestions should appear under the cursor, the whole application loses its focus. That's very annoying.
So for now i disabled auto complete.
But i think, this is a bug.
I have installed:
Qt 4.5.2
QScintilla 2.4
cmake 2.6.4
ubuntu 8.04 LTS,
kernel 2.6.24-24-generic
kind regards,
Karl
Report
Mezomish
11 years ago
I seriously suspect they changed something in Qt 4.5 since I tried earlier versions of QScintilla (they worked perfectly earlier) and had the same issue.
And more interesting thing is that it depends on WM (see comments above).
Report
griffin27
11 years ago
I did nearly exactly the same installation as on Ubuntu and now the auto completion works as expected.
The main difference in this installation was, that i added the Qt-Libs to the search path in /etc/ld.so.conf instead of copying the libs to /usr/lib. And i never installed qt from the package manager.
Report
Mezomish
11 years ago
Report
griffin27
11 years ago
AND: it's written with Qt, and i like Qt :-)
Unfortunately i am missing code high lighting for *.m-files.
Is there a way to add this language by my own?
Keep on coding,
Karl
Report
Mezomish
11 years ago
Thanks for your interest. Since this question is quite popular I've added the corresponding item to "Knowledge Base": http://www.qt-apps.org/content/show.php?action=knowledgebase&content=59940&kbid=126
Report
dhunterkde
11 years ago
If I write the word "class" I probably will write the class name further, not a new line.
Cheers, Manuel.
Report
Mezomish
11 years ago
What is yours?
Report
shura
11 years ago
Report
shura
11 years ago
Report
Mezomish
11 years ago
Report
Mezomish
11 years ago
I tried it with old QScintilla (version 2.2) and have the same bug. It also appears with version 2.3. Qt version is 4.4.3.
The funny thing is that I can't reproduce it on Debian Lenny that has Qt 4.4.3 and QScintilla 2.2....
What is your distro(s)?
Report