SciTE - WOWInterface
One thing you will want to adjust is the window placement and size.
This is a re-package of the popular ScITE editor (based on the scintilla editing component). You can find more information about SciTE at http://www.scintilla.org/SciTE.html.
One thing you will want to adjust is the window placement and size. Unfortunately SciTE does not save window positions (it was originally designed for GTK , where the window manager saves the position). You can do this by opening the global properties file:
Open SciTE
Select the Options Menu
Select "Open Global Options File"
You'll want to edit the following options (0,0 is in the top left of the screen)
- position.left
- position.top
- position.height
- position.width
CHANGELOG
=================================
- Re-compiled lua, luac and bitlib so they should all work and operate together with no license restrictions
- Added the bitlib functions to the lua calltips
- Re-packaged the entire distribution from scratch to be a bit more efficient and easier to make quick packages
- Updated SciTE to version 1.70 (the latest version)
- Compile action will compile to FileName.luc
- Build action will do a no-output compile testing for errors
-Go action will execute the LUA using the interpreter