Thanks
SkyIDE Beta 4 is up
Tuesday, 03 October 2006
SkyIDE Beta 4 Released.
Bug Fix: The C++ object bar did not work properly if you moved for example "int test = 0" to the next line! It wouldn't find the string. Same with the function bars. FIXED
Improvement: Cleaned up a lot of code, I have cut the loading time of the C++ object bar to half and most likely quicker. Completely re-written.
Bug Fix: The Convert Tabs Into Spaces feature.....
Added: Implemented a dynamic auto complete. For example, if you have "int test = 0; float test2 = 7.8", the auto complete would have "test" and "test2" as options and when you type "te" they will apear (hopefully). It works over here
However it only detects built in types such as int, float, char etc. If you were to create your own class and use it as a type, it would not detect it. In order for this to work with your latest changes, the document must be refreshed. Simply check/uncheck the "Dynamic Auto Complete" or activate/deactivate the file by using the tabs or simply save the file.
Added a "Collector". Similar to the Tracker but with more options. Credit given to Maxthon Browser
It sort of resembles Maxthon's Collector in functionality but with less features. The Collector is a global text box that is attached to the right edge (In SkyIDE) of the screen. You can drop any text you want from any document, you can add any text you want and the next time SkyIDE is launched, the text will still be there. You have an option to cut/copy save the text as a text file. I like this feature a lot.
http://www.skyide.co...oads/SkyIDE_Beta.zip