Messages - SkyIDE [ switch to compact view ]

Pages: prev1 ... 29 30 31 32 33 [34] 35 36 37 38 39 ... 50next
166
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: January 01, 2007, 07:14 AM »
Have a Happy and Prosperous New Year!

SkyIDE Beta 10 Released

Improved: Completely redesigned the Options dialog. Now there is a pane on the left showing your sections in a tree-like structure
Improved: Added new styles to the editor


Added: Multiple views per tab. Each tab can have multiple split-views
Added: View Document Spaces Option from the View menu. Marks spaces in your file.
Added: Middle mouse button click or scroll wheel click brings up a list of open documents (Double clicking shows a document)
Added: File->New->C++ Unit added. It creates a C++ Source file and a C++ Header file simultaneously.
Added: Function viewers have been merged with the file inspector.
Added: Ctrl+Numeric+ and Ctrl+Numeric- zooms in/zooms out
Added: WordWrap mode now shows arrows on each wrapping point.


Bugfix: Find function declaration did not work properly. It should work now. To use: Left click on function and then right click.
Bugfix: Open/Show Source/Header file bug fix. Irrelevant error messages and failure to find the files (sometimes)
Bugfix: Added extra code to the variable detection system to make it more precise.
Bugfix: Completely re-written the section that bookmarks your integers, floats etc..
Bugfix: Completely re-written the section that extracts your integers, floats, functions....
Bugfix: Dev Tools->Comment Stream, Comment Box and Comment Block did nothing
Bugfix: When changing between tabs, the page bar page was always set to the first one (quite annoying)
Bugfix: goto no longer is mistaken as a variable
Bugfix: switch no longer is mistaken as a function
Bugfix: Fixed a dynamic_cast failure when canceling an Open Dialog (when no active files in SkyIDE)
Bugfix: Fixed some bugs with block comments
Bugfix: Fixed a typo with the function detection section

http://www.skyide.com/downloads/SkyIDE_Beta.zip

My objective: Well, before I make my IDE work 100% like other ones, first I want to fix all bugs with the existing features and add features that others don't have. I know SkyIDE is missing a Debugger. Next I will consider adding  support for Cygwin and I will have to do a bit of a research on adding a Debugger.

167
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: December 24, 2006, 06:14 PM »
Merry and Happy Christmas Everyone! I hope everyone enjoys the holidays.

Here in Melbourne it is 25/12/2006 :)

Here is the official Beta 10 screenshot explaining what has been done.

http://www.skyide.com/images/temp/beta10.png

Along wiith...

Improved: The Object Viewer - the variable detection section has been completely re-written. Everything should work now.

Added: Middle mouse button click or scroll wheel click brings up a list of open documents (Double clicking shows a document)
Added: Function viewers have been merged with the file inspector.
Added: Ctrl+Numeric+ and Ctrl+Numeric- zooms in/zooms out


Bugfix: goto no longer is mistaken as a variable
Bugfix: Fixed a dynamic_cast failure when canceling an Open Dialog (when no active files in SkyIDE)
Bugfix: Fixed some bugs with block comments
Bugfix: Fixed a typo with the function detection section

168
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: December 24, 2006, 04:44 PM »
Thanks, I changed things a bit. I think this is much better. Each view will have its own properties.

169
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: December 24, 2006, 03:34 AM »
Thanks Gothi[c]

Here is something that I just got it to work properly (I think). This is really complicated. I hope no one gets Access Violations or dynamic_cast failures after I release Beta 10. These controls are added dynamically and the methods are attached dynamically.

These are multiple views per MDI Child. Each MDIChild/tab can have unlimitted multiple views such as this. The controls on the toolbars such as Cut/Copy/Paste etc, when clicked will reflect the view that is active however, the function vieweres, object viewers on the left will reflect the main view (the one which is created when New Document is selected). Some of you may argue why don't I make it so that when the second view is clicked, the function bar, object viewer updates accordingly. Well, it is seriously very complicated but there is a way. I am not sure whether I will have it for beta 10. Anyway, here is a screenie. I hope you like it.





170
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: December 23, 2006, 05:50 AM »
Split-view, two files being edited in one window and code beautifier might be added. The code beautifier.....I hope there is an external tool that I can call to do the job otherwise it will take me ages to write such a tool.

Pages: prev1 ... 29 30 31 32 33 [34] 35 36 37 38 39 ... 50next
Go to full version