Hello Everyone
I've uploaded Beta 13. Also let me officialize something. In Beta 14 I intend to add support for Visual C++ and VB.NET and bring back Bakefile support. Bakefile support was removed as a result of the new project format and style. I never finished the Bakefile support after I fixed the project explorer. I feel a bit bad for delaying VB.NET. It has been requested by one user for quite some time. I haven't ignored anything. I just had to do a lot of other stuff.
Something off topic, I am really keen on writing a small security program that monitors your start-up sections which also monitors your hosts file. I know there are a few of them that do it but they eat up a bit of memory....while slowing down your system because they do a lot more. The one that I will write (if) will do just one thing. Monitor you start-up programs and nothing else and according to the plans I have - It will not slow down your computer at all. If I decide to go ahead with this, I will have a separate section on the SkyIDE web site but for now I am focused on SkyIDE itself. I really want to add the ability for plugins -- no promises on this one
Release Notes: SkyIDE Beta 13 - Saturday, 19 May 2007
Added: Support for the Microsoft Visual C# - finally! Tested with .NET 2.0
Added a brand new class browser -- The class browser now shows all your class members
[With this one, if you don't terminate your classes properly, the class browser messes up. Once you see that you will know there is an error in your code so make sure you type ";" at the end of your class. Structs are currently ignored.]
Added: Ability to run your own batch file when compiling instead of letting SkyIDE compile your files.
Added: Ability to add multiple #include directories
Added: Ability to set separate font charset for each document type supported.
Added: Unicode support for the "Modified Compiler Output" pane
Added: Some changes in the Options dialog related to AutoComplete
Improved: The multi file search and replace layout has been re-arranged
Improved: Variable and function Detection system has been thoroughly re-written (again)
Improved: There is no longer a delay when switching between tabs.
Improved: There is no longer a delay when clicking on the Object Inspector
Improved: The menu bar has been modified so it fits all users' screen resolutions (hopefully)
Improved: There is no longer a delay when extracting integers, chars, functions...
Improved: Delay is also gone when bookmarking variables...
Improved: General GUI improvements...
Bugfix: No more two "Tools" menus
Bugfix: Show/Hide Source/Header file entries now are only visible when a C++ file is active
Bugfix: Errors when creating Java project files got fixed.
Bugfix: With large files, sometimes SkyIDE would temporarily freeze. This is fixed.
Bugfix: Multi file search and replace bug fixed with selecting a line in file...
Bugfix: Now you can add multiple directories when compiling
Other: SkyIDE now remembers the Tab Index of the Page Bar
Other: Default Tab Stop is now 4
Other: Default document is a C++ document. (I will add an option to change this)