Ultimate Sphere

A lightweight yet rich-functional script editor for Sphere scripts. Combines easy editing possibilities with some powerful unique features. In addition with ability to preparse scripts it offers a unique experience to sphere script development and support.

Features:

  1. colored script editing
  2. tabbed view for many opened files
  3. tree of files and folders, find in files with context preview, auto find all your script files if needed.
  4. go to previous/next bracket, go to definition of the current word (either section or constant could be used if not numeric), easy comment/uncomment line/selection of lines, easy indent of line/selection of lines, go to line, easy select word, block
  5. configurable namespaces view for easy navigation
  6. bookmarks within current file, numerical bookmarks as well.
  7. quick find and jump to definition by some name part, quick information about the current keyword if applicable including code preview and javadoc-style comments (/// in the beginning of the line)
... and of course tons of sweet features in plans including but not limited to: refactorings, code file/scriptpack error analyze, integrated help on triggers, and so on ...

Last changelog (version 0.1.11):

+ added a shortcut Ctrl+R to quickly jump to any resource definition by name (sections, constants
and file names suits here). Same can be accessed via context menu in Goto tab
+ added a shortcut Ctrl+Q to quickly view information of the resource the cursor is located on,
including definition place and all comments in /// style
+ now context root is storied in registry and is autoloaded when program is started
* fixed several crash causes
* fixed multiline comment/uncomment affecting not selected last line when the cursor is located.

View full changelog.

Download:

Latest version 0.1.11 here.
05-Jan-2007, version 0.1.11 has been released.
19-Dec-2006, version 0.1.10 has been released.
15-Dec-2006, version 0.1.9 has been released.
14-Dec-2006, version 0.1.8 has been released.
Ultimate Sphere 0.1.7Ultimate Sphere 0.1.11Ultimate Sphere 0.1.11

Hotkeys:

TAB / Shit+TAB - indent/outdent line/selection
Ctrl+] / Ctrl+[ - go to previous/next bracket
Ctrl+/ - comment/uncomment line/selection
Ctrl+B - go to definition of the current keyword
Ctrl+F / F3 - search text in file/repeat search
Ctrl+G - go to line in a current script
Ctrl+I - open find in files dialog
Ctrl+F2 / F2 - toggle bookmark, loop via them
Ctrl+W - select current word, then words around
Ctrl+E - select current braces section, then level up
Ctrl+T - change font for a single document
Ctrl+R - goto definition
Ctrl+Q - quick information about the current definition