This is an early version of my script checker for MW.
Features
1. Syntax Highlighting.
2. Intellisense (WIP: 45%)
3. Basic error checking. (WIP: Constantly being improved.)
4. Wiki lookup feature.
Syntax Highlighting
1. Supports: Morrowind, Tribunal, and Bloodmoon commands. (MWSE: Coming soon.)
2. Highlights: Keywords, commands, special globals, and custom variable names.
Note: Variables will be highlighted after pressing the "Check Script" button.
Intellisense
1. Supports a number of "->" commands(WIP), and shows a brief description of each function it currently supports.
Note: Intellisense can be accessed at anytime by pressing "F1".
Formatting\Error Checking
The script checker tries to find, and fix many formatting issues for you, it also has basic error checking, simply press the "Check Script" button to anolyze the script at any time.
Wiki Lookup
You can now double left click any valid script command, which will highlight the text, then double right click the highlighted text, this will open up the corresponding Wiki page in your default browser. (Firefox, etc,.)
Note: You can also manually select the text, then double right click it. (I may change the method for doing this, perhaps a right click context menu with a "View Wiki" button, or similar.)
Note: For now it let's you look up stuff that probably doesn't exist on the Wiki, but only real commands, ie, "To", etc,. I'll try to filter out things you shouldn't be able to lookup in a future update.
Other Features
1. Tab Indent. (ie, highlight a block of text, then press tab to indent the selected text.)
Known Issues
1. Scripts containing comments like this ;************* cause the editor to malfunction(it just screws up the text, nothing too bad.). (I'll see what I can do about it. For now, don't use that style of commenting, and remove them from scripts that do before using "Check Script".)
Requirements
1. .Net Framework v4.0
http://www.microsoft.com/download/en/details.aspx?id=17851
Installation
1. Just run the included "Setup.exe".
Note: The file is installed under Microsoft on your start menu. (Don't know why it's doing that, probably need to fix a setting somewhere.)
Removal
1. Go to your control panel, and remove the program via "Add\Remove Programs" or "Programs & Features", etc,.
-------------------------
Updates:
1. Wiki lookup feature added. (Double left click any valid command in the editor, this will highlight the text, then double right click it, this will open up the Wiki page containing information on using the selected command.)
2. More script formatting features. (ie, "if DoOnce", get's replaced with "if ( DoOnce )", etc,. I fixed a few small formatting bugs, and removed some console only commands from the editors database, etc,.)
There were lot's of internal updates, and probably features I'm forgetting to mention..
Download
http://www.mediafire.com/?7pw7gcy3eb0tlwx
Image
http://imageshack.us/photo/my-images/835/59673242.png/