Regarding SciTE-st on Ubuntu
December 20, 2007
I’ve received a report about SciTE-st crashing on Ubuntu out of the box because of missing Lua symbols. The reason for this is most probably
If your system’s Lua shared library is not named `liblua.so` (e.g. Ubuntu’s
`liblua5.1.so`), make a symlink from it to `liblua.so`.
Once you do that, it should work.
New Scopes in Embedded Language Lexers
December 20, 2007
In response to a posting on the SciTE-tools mailing list, I have implemented embedded language-specific snippets. The affected lexers are css, javascript, rhtml, and php. I have updated the snippets for rhtml in html/snippets.lua. You need to get the new html.properties as well.
Also available in SVN (revision 207).
Textadept
December 2, 2007
Announcing Textadept: my new minimalist, ridiculously extensible text editor for Linux/Mac OSX.
SciTE-st Release 6
December 2, 2007
This is the packaged release of SciTE-st. No more jumping through loops to download dependencies, copy them to places, make sure platform variables are set, etc. All of the files are in one place and hopefully you’ll just be able to unpack the archive, move it to an appropriate location, and run the executable with everything working right away.
As always please be sure to read the documentation (links on the side).
Scintilla and SciTE have been updated to v1.75
Note you still have to install the Linux version to /usr/share/scite-st or recompile.
