Messages - SkyIDE [ switch to compact view ]

Pages: prev1 ... 31 32 33 34 35 [36] 37 38 39 40 41 ... 50next
176
Firstly, a lot of internal work has been done with the object viewer. I have implemented a very smart function which performs advanced analysis of your code and it should make things work properly this time (I hope).

Secondly, I have added extra sections for the function listings and I am having trouble making up my mind which way I wanna go. Please look at the screen shot.

Please express your opinion on whether:

1. I should keep things the way they are, all functions in the C++ toolbar

2. Create separate tabs in the Object Viewer for Functions, Classes, Loops as shown on the screenshot

3. Put everything under one TreeView but separate "Functions", "Classes" etc on separate nodes.

Also, what do you think of the middle mouse button section? I want to make the functions accessible as easy as possible. I want to keep this middle mouse button feature regardless whether the first or the second way wins. What's your opinion on all this?

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

177
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: December 10, 2006, 02:20 AM »
Beta 9 Update 2 Released.

If SkyIDE launched with the Open Last Files option and if none of those files are present on disk, one of SkyIDE's dynamic_cast(s) failed. This bug appeared as a result of a new feature that I added but it's fixed now.

A very serious error too! dynamic_cast returned NULL. -- Fixed

Thanks to my precautions of course, SkyIDE immediately closed to prevent further errors.

178
Developer's Corner / How can I make BDS2006 look like BCB 6
« on: December 09, 2006, 08:31 PM »
I tried moving toolbars around, I tried attaching the tool palette to the top of the screen, I came close BUT not close enough. Is there a way to make C++ Builder 2006 look more like C++ Builder 6?

It's really awkward and it's hard to get used to and is there any way to disable the Welcome page that pops up everytime you launch the IDE? I went through the options and I saw nothing related.

179
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: December 09, 2006, 08:09 AM »
SkyIDE Beta 9 Released

[Announcement]: Old SkysIDE project files are incompatible with versions starting from Beta 9 and up. Project format needed a facelift badly.


[Added]: Project Properties dialog. Separate settings such as different #include paths and different library paths can be set for different compilers.
[Added]: Bakefile creation support
[Addes]: Added a code work around to make SkyIDE make Openwatcom C++ compile files with spaces. (Converting long paths into short programmatically)
[Addes]: Added a code work around to make SkyIDE make FreePascal compile files with spaces. (Same as above + SkyIDE no longer moves the source file)
[Added]: A full list of Digital Mars D keywords.
[Added]: File Properties Dialog from the File menu.

[Bugfix]: The Object Viewer and the Function bars ignored block comments when detecting stuff.
[Bugfix]: The Function bar picked up switch statements as function declarations.
[Bugfix]: The Function bar didn't pick up functions with line breaks in them.
[Bugfix]: The tab bar got misplaced when switching options on and off.
[Bugfix]: Alt+Tab no longer deletes characters.

[Improved]: The Object Viewer NO LONGER detects (already declared) variable re-assignments
[Improved]: In the Object Viewer, the appropriate node (E.g: for Loops, while Lopps) is only shown if such entry exists in file
[Improved]: When launching SkyIDE with the "Open Documents From Previous Session" option on, it will no longer auto-generate Document 1.
[Improved]: The Add New Project file dialog.
[Improved]: Re-organised the main menu bar and the right click compile menu.

180
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: December 08, 2006, 04:41 PM »
Thanks Blaster :)


SkyIDE Beta 9 will be released in less then 24 hours. Many bug fixes and improvements especially with the Object Viewer, I think this time for the first time ever it works as it was first meant to work!

The biggest features in this release are the new Project Properties dialog which lets you add search paths (and some library paths) to any supported compiler (except for FreePascal - this will be added later), the support for creation of a Bakefile and the many improvements of the object viewer. Full release notes at the time of release :) The new project properties dialog is really good I think. I spent a lot of time working on this. I started from nearly 0% (I started from the Change Project Properties Dialog) and started adding features. This also lead me to completely re-writing the new project format which is now one file. Old SkyIDE projects are incompatible with versions starting from Beta 9 and up. I also enhanced the "Add New Project File" dialog, I changed the SkyIDE main menu structure and I modified the right click project menu (as a result of the enhanced Add New Project File dialog).




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