Messages - SkyIDE [ switch to compact view ]

Pages: prev1 ... 39 40 41 42 43 [44] 45 46 47 48 49 50next
216
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: September 17, 2006, 01:34 AM »
Alpha 10 or Beta 1 to be released soon possibly in 24 hours:

I have re-written entire sections, added a lot of stuff.

Now you have a "Compiler Profiles" section. There you can add as many compilers as you want of the same type. This can be quite useful when you want to test/compile your software with different versions of the same compiler to see how it compiles and runs. So this means, you can add/remove different compiler profiles dynamically.

Due to this advanced feature, many other sections had to be heavily modified in order to make them play along. I have spent most of the time fine tuning this section to make sure it works as expected.

Instead of selecting compiler parameters from the New Project Dialog, now you have a button which when you press, it pops up a compiler parameters dialog for the appropriate project type. This is nice because it gives me space to put a lot of parammeters freely in a dialog instead of stacking them in the New Project Dialog itself. This Parameters dialog is also available when you create Compiler Profiles.

I should upload a new build very soon. This new build seriously needs some testing to make sure there are no bugs so to anyone that is willing to test it, thanks in advance.

217
It is an extremely difficult feature and then when you create an object

MyClass myVar = new MyClass();

you need to be able to list the class members of that class! BUT if I succeed with the class explorer, this second feature might be easier to implement because I would already know the class members of all the classes (they'll be listed in the tree view) so it will only be a matter of detecting the word on the left of myVar and see if it is present in the tree view class explorer and if it is, you just need to show a drop down box and list all the members of the tree node in the class explorer. That would be extremely easy to do.


218
Thanks :)

>> Do You plan to add something similar to ClassExplorer ?

Believe me I tried, but I failed. I tried a few times. I haven't tried lately again but I will. I've had a big break since my last try. I just left that section and focused on other stuff. I am so very sorry. I really want this feature pationately. I tried a few different ways to implement this but I always failed when I tried to catch/detect inner classes, a class within a class. It's getting complicated. I need to write some good C++ string analyzer. I am not sure how long this is gonna take me and whether I will succeed. Yes, DevC++ does this and does it well with great success. The C++ Object viewer was my answer to this, at least I tried to do something similar to it. I can assure you I will try again but whether I will succeed , I am not sure. Speed is also very important.

>> Do You plan to add functionality similar to 'Understand for C++' ?

I don't think I've heard of this before, can you please clarify?

219
Thanks :) That screen shot is quite old now.

Here is how it looks now: http://www.skyide.com/images/main.png

Download URL: http://www.skyide.com/downloads.html



220
Borland C++ Builder Contest / Re: SQL Advanced Manager 1
« on: September 12, 2006, 05:52 AM »
Great application, congratulations on winning.

Pages: prev1 ... 39 40 41 42 43 [44] 45 46 47 48 49 50next
Go to full version