ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

SkyIDE - Latest Release Information

<< < (7/39) > >>

SkyIDE:
Announcement: SkyIDE Beta 1 Uploaded

Changes in this version, big upgade.


<b>Compiler Profiles</b>

Now you have a "Compiler Profiles" section. There you can add as many compilers as you want. This can be quite useful when you want to test/compile your software with different versions of the same compiler. 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.


<b>Parameter Manager</b>

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 parameters 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. Currently, this works but there is a small issue with it. It will be resolved.


<b>Enhanced Project menu</b>

The Project menu has been improved and now you have more options related to the Project. You can now open the output, source or the include directory of the selected project (if applicable)

Update: I have uploaded again Beta1, I had to fix some small mini bugs so if you downloaded Beta1 yesterday 18/09/2006 Australian time, this Beta1 today 19/09/2006 Australian time is a newer version. I just added a "New" button in the Compiler Profiles section, I fixed a few spelling errors and some minor bug fixes...

Download: http://www.skyide.com/downloads/SkyIDE_Beta1.zip

SkyIDE:
Sorry for the lack of updates. I have taken a bit of break for the last few days. From now on, the official download URL for Betas will be http://www.skyide.com/downloads/SkyIDE_Beta.zip regardless which Beta it is.

SkyIDE:
I have uploaded Beta 3 of SkyIDE

Monday, 25 September 2006 (Australian)

- Fixed the Compiler Parameters dialog when adding parameters. Now it detects the pre-selected parameters you have selected.

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

I re-wrote an important procedure and I think I made it fool prove so it cannot fail. Needs testing.

Gothi[c]:
fool prove
-alexk (September 25, 2006, 05:47 AM)
--- End quote ---

Something like:


--- ---try
  {
  Foo = DoSomething();
  }
catch(...)
  {
  // Will never reach this line. This code if infallible.
  }

? :P

SkyIDE:
I just tried to make sure it works alright regardless the user input but yea, never fail is impossible

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version