Messages - SkyIDE [ switch to compact view ]

Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 50next
56
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: August 08, 2007, 06:41 AM »
I try to support as much as I can and as much as my free time allows me.

Here is more on the Compiling Rules feature.


http://www.skyide.net/images/testing/rules2.png

57
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: July 30, 2007, 06:19 AM »
Well, I have resumed the development of SkyIDE. I have gone through a lot of stress in the last few weeks. SkyIDE was the last thing I was thinking of.

I have restored skyide.com and it points to skyide.net.

Here is a brand new feature that I recently started. (By the way, the new project with the toolbar I started is no longer being worked on, I think I should open source that one but there isn't much done). Anyway...


http://www.skyide.net/images/testing/rules.png


At first I thought I'd get SkyIDE to create a SRLS file for each source file in the same dir as the source file so myfile.cpp and myfile.cpp.srls but then I thought it would be more organized if you have a Rules directory and have the SRLS files dumped in there.

I think this feature is "extra" cool. It has the coolness effect.
 
This option would give the user 100% control of the compilation process for each source file! Yes, each source file can be compiled differently with different parameters and all the user has to do is set "Compile Each File in a Separate Process" and select Compile!
 
 
Because each file in the project directory is automatically part of the project, it's a bit complicated to read entire project's tree and create one main file where it would have the rules settings for each file in the project. Not just that, but it would also be complicated to the user. So, the way I've done it is very easy to be understood by the user and easier for the program designer to manage (me in this case).
 
NewFile.cpp -> \Rules\NewFile.cpp.srls
NewFile2.cpp -> \Rules\NewFile2.cpp.srls
 

Regarding the Google Search thing.

http://www.skyide.net/images/testing/search.png

Recently, an application came out of no where that implements something similar but it is global and much more flexible and advanced. I had similar ideas to what this program does. I want to assure you my idea was my idea and at the time of implementing my idea, I was not aware of this new program and I am not sure if it existed then.

I also want to assure you Google has nothing to do with this feature as the default engine preference was chosen by me. I am not using their DLL so no violations...




58
Thanks guys,

Yes, SkyIDE supports VB.NET's VBC.EXE but someone requested if I can also add support for VB Express just like I did for VC++ Express. VBC.EXE is installed by the .NET framework as you have already mentioned and I have implemented support for it already. I am not sure if VB Express is using the same one but yes, I will check things out with a process explorer. Thanks for the tip!

59
Hi everyone

I have taken a bit of a break from SkyIDE but I am getting back into it.


I just installed VisualBasic Express edition. I am having trouble locating the VisualBasic Express compiler. Where abouts is the VisualBasic Express compiler located? Do not confuse this with VB.NET's vbc.exe. This is VisualBasic Express, part of the Visual Studio Express package.

 

The Visual C++ Express compiler is in C:\Program Files\Microsoft Visual Studio 8\VC\bin, file name cl.exe however in C:\Program Files\Microsoft Visual Studio 8\VB\bin there aren't any compilers.
 


60
Developer's Corner / Re: Announcing a New Project
« on: July 01, 2007, 01:03 AM »
Thanks Joto, I checked out Wink, looks like a good program! I think Flash tutorials will be a good idea to demonstrate how to use SkyIDE instead of writing it all up.

Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 50next
Go to full version