
Sintegrial Text Editor
Source (link to git-repo or to original if based on someone elses unmodified work):
0.4.0
* added Number Conversion feature (by Ctrl+Shift+N)
* added quick commenting feature (by Ctrl+/)
* added tag completion feature for XML and DSL style tags (by Ctrl+Enter)
* added selection wrap feature (also by Ctrl+Enter)
* added symbols table (unicode, hex, html)
* added joining lines with any separator (by Ctrl+J)
* added trimming of spaces between words
* added syntax highlighting for Ada, Lisp, Haskell
* added APIs for Ada and Lisp
* added content preview for XDXF dictionary format
* improved File Explorer (speed, navigation, usability)
* faster startup
* some GUI optimizations (more compact toolbars etc.)
* fixed issue with extra symbols in search results window
* fixed key code propagation issue
* fixed issue with showing images for HTML preview
* fixed issue with wrong restoring of the Search Bar's height
* fixed issue with Paste after closing several tabs
* fixed issue with moving current line up and down
Ratings & Comments
18 Comments
After upstream website was gone https://web.archive.org/web/20120320162146/http://ste.sintegrial.com/pages/en/index.php Looks like the 0.4.0 source-code was uploaded to https://github.com/sintegrial/ste
i tried to compile and got error: ------------------ I'c:/Qt/4.7.1/mkspecs/win32-g++' -o release/qrc_application.o release/qrc_application.cpp g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o ../bin/ste.exe object_script.ste.Release -L'c:/Qt/4.7.1/lib' -lmingw32 -lqtmain release/ste_res.o -L3rdparty/qscintilla/lib -L3rdparty/iconv/win32/lib -liconv -L3rdparty/enca/win32/lib -lqscintilla2 -lenca -lQtWebKit4 -lQtGui4 -lQtNetwork4 -lQtCore4 mingw32-make[2]: Leaving directory `d:/vfx/work/prj/Qt/ste-build-desktop/application' mingw32-make[1]: Leaving directory `d:/vfx/work/prj/Qt/ste-build-desktop/application' mingw32-make: Leaving directory `D:/vfx/work/prj/Qt/ste-build-desktop' c:/qt/2010.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -liconv ------------------
You need libiconv for mingw see http://kemovitra.blogspot.com/2009/06/mingw-building-iconv-for-windows.html for instructions
Any one interested to this port ?
Can any one tell me where is the SCM of this project ? I googled but could not find it !!!
Packages for openSUSE: http://software.opensuse.org/search?q=%22ste%22
hi all when i compile the src i got the ld error ---------------------------------------- d:/qt/2010.02.1/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.ex e: cannot find -liconv collect2: ld returned 1 exit status mingw32-make[2]: *** [..\bin\ste.exe] Error 1 mingw32-make[2]: Leaving directory `D:/source/text/ste-0.3.0-src/application' mingw32-make[1]: *** [release] Error 2 mingw32-make[1]: Leaving directory `D:/source/text/ste-0.3.0-src/application' mingw32-make: *** [sub-application-make_default-ordered] Error 2 ----------------------------------------
You have to install development version of iconv library in order to get STE compiled.
Hi! Where can I get this development version?
I can't compile v 0.2.1 in Arch Linux x86_64, v. 0.2.0 compile fine and works fine too. This is the output: styles.o: In function `StyleManager::doCreateLexer(int)': styles.cpp:(.text+0x1b3): undefined reference to QsciLexerNSIS::QsciLexerNSIS(QObject*)' styles.cpp:(.text+0x433): undefined reference to QsciLexerASM::QsciLexerASM(QObject*)' collect2: ld devolvió el estado de salida 1 make: *** [ste] Error 1 Any suggestions?
have you compiled Qscintilla from 3rdparty/qscintilla directory? you should do this explicitly by running qmake and make from 3rdparty/qscintilla/Qt4 before compiling the main application.
Yes, I followed the instructions in the INSTALL file. After trying again I noticed that the problem is, I have installed the package qscintilla as a dependency by another application, and if I uninstall it compile without problems. How do I compile without removing the package qscintilla my system? Thanks.
sorry, hard to advise anything because that can be dependend on your Linux distro and certain gcc setup...
Remove QScintilla system package before building STE, otherwise the compilation stop becasuse a linking problem. STE try to link system package instead the static Qscintilla version inside the source. Same problem, solved, on my Slackware 13.0.
First: "pacman -Rd qscintilla", then build the ste and "pacman -S qscintilla" :)
Hi, Ported to Os2 and and work verry nice :P One thing i can't seems to fix is the window size It always opens maximized, instead of remembering the window size/position. Is that the expected behavior? Or where is this defined in the code, and mayby i can see if there is a fix
Hi, storing of the current window size and position is not yet implemented - will be done in the next release. btw, thanks for porting to Os2, if you can provide a link to the ported version, we'll put it on the project site :)
Hi, ok thankz :P ftp.netlabs.org/pub/qtapps/ste-0.1.2-os2.zip