digitalmars.D.announce - akIDE 0.295
- bobef <bobef_member pathlink.com> Jul 19 2005
- Charles Hixson <charleshixsn earthlink.net> Jul 19 2005
- bobef <bobef_member pathlink.com> Jul 20 2005
- Charles Hixson <charleshixsn earthlink.net> Jul 20 2005
- J Thomas <jtd514 ameritech.net> Jul 20 2005
- bobef <bobef_member pathlink.com> Jul 20 2005
- "Jarrett Billingsley" <kb3ctd2 yahoo.com> Jul 21 2005
- bobef <bobef_member pathlink.com> Jul 23 2005
- J Thomas <jtd514 ameritech.net> Jul 21 2005
- J Thomas <jtd514 ameritech.net> Jul 22 2005
- bobef <bobef_member pathlink.com> Jul 23 2005
- J Thomas <jtd514 ameritech.net> Jul 25 2005
- bobef <bobef_member pathlink.com> Jul 26 2005
- J Thomas <jtd514 ameritech.net> Jul 27 2005
I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 19 2005
bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
but all I was able to find was an exe file.
Jul 19 2005
In article <dbkble$170e$1 digitaldaemon.com>, Charles Hixson says...bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
but all I was able to find was an exe file.
There is no linux download. What left you with that impression?
Jul 20 2005
bobef wrote:In article <dbkble$170e$1 digitaldaemon.com>, Charles Hixson says...bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
but all I was able to find was an exe file.
There is no linux download. What left you with that impression?
was due to an incompatibility with the Linux version of wxWidgets, but that this was a mistake.
Jul 20 2005
wheres the source? bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 20 2005
It is put together with the binaries in the installation... In article <dblv15$ebs$1 digitaldaemon.com>, J Thomas says...wheres the source? bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 20 2005
"bobef" <bobef_member pathlink.com> wrote in message news:dbjmto$mit$1 digitaldaemon.com... The fourth item in the File menu had me rolling. When I saw "Save ass," I figured for sure it was some kind of a joke! Might want to change it to "Save as." I don't seem to be able to change any text colors. That's a big problem for me. I also can't seem to figure out how to get my project to compile and run correctly. Are there any kind of settings that I need to set?
Jul 21 2005
In article <dbp034$2rer$1 digitaldaemon.com>, Jarrett Billingsley says..."bobef" <bobef_member pathlink.com> wrote in message news:dbjmto$mit$1 digitaldaemon.com... The fourth item in the File menu had me rolling. When I saw "Save ass," I figured for sure it was some kind of a joke! Might want to change it to "Save as."
No I don't want to change it I like it this way ;]I don't seem to be able to change any text colors. That's a big problem for me.
There is no interface for this yet, but you can manually edit styles.xml. Find your style (for D it's called cpp) and edit the color you don't like... I don't put any info how to do it because I hope to make the interface in near releases.I also can't seem to figure out how to get my project to compile and run correctly. Are there any kind of settings that I need to set?
Yes, there are few settings. I suggest you use the project wizard. It will do the settings for you. Then you can add your own files if have such and you will not need to change anything.
Jul 23 2005
nice editor, couple questions. first, what version of dmdscript are you using? and what is your license? bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 21 2005
nevermind about the dmdscript i got it figured out. very nice ide. J Thomas wrote:nice editor, couple questions. first, what version of dmdscript are you using? and what is your license? bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 22 2005
License is "free for all". In article <dbqg1p$re1$1 digitaldaemon.com>, J Thomas says...nevermind about the dmdscript i got it figured out. very nice ide. J Thomas wrote:nice editor, couple questions. first, what version of dmdscript are you using? and what is your license? bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 23 2005
hey can you release the akide.rc file? id like to add some things... thanks bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 25 2005
Yes. Here you go. I am not ready yet to include it in the source package though... In article <dc4dda$303i$1 digitaldaemon.com>, J Thomas says...hey can you release the akide.rc file? id like to add some things... thanks bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 26 2005
thank you very much bobef wrote:Yes. Here you go. I am not ready yet to include it in the source package though... In article <dc4dda$303i$1 digitaldaemon.com>, J Thomas says...hey can you release the akide.rc file? id like to add some things... thanks bobef wrote:I've just released the next version of my ide. It now has a D project wizard. I know the configuration of a new project was pain. So now it got most things needed for a project - good workspace management and easier configuration (if you use the wizard typically you won't need to configure anything although it is pretty basic). http://www.lessequal.com/akide
Jul 27 2005









Charles Hixson <charleshixsn earthlink.net> 