-
There are buttons for build, build&run and build&run&debug.
I am missing a run-only button to start the current bmx's exe(if found), because i destroy my build numbers when i always build&run just to start my app out of the ide.
It would be nice if you could implement it.
2009-12-20 12:33:50 UTC by nobody
-
sgtbilko made 3 file-release changes.
2009-10-07 12:09:21 UTC by sgtbilko
-
sgtbilko made 1 file-release changes.
2009-10-07 12:08:01 UTC by sgtbilko
-
Using SVN Code and/or installing MingeGW does NOT fixe the problem. So the problem is not related to that.
2009-09-30 15:08:40 UTC by kernle32dll
-
Probably has to do with code highlighting, not sure. But, if I comment out this block of code in editor.bmx (the problem file (that of the CE IDE)), no problems:
Const FILTER_Files$ = "@@bb:bmx,bb,bbdoc;" + ..
"@@c:c,cpp,cxx,h,hpp,m;" + ..
"@@web:css,html,htm,xml,css,js,vbs;" + ..
"@@doc:txt,doc,ini,cmd,bat,sh;" + ..
"@@code:s,fs,vs,vp,plist,p,fp,glsl,rc;" + .. ' p= pascal...
2009-09-25 03:19:27 UTC by cplusj
-
Seems not to happen with Seb's new splitter gadget.
2009-09-23 20:30:08 UTC by sgtbilko
-
Fixed in SVN code, assuming it is the same bug as when MINGW not installed. Please retry using latest code, or in next build.
2009-09-23 20:29:35 UTC by sgtbilko
-
Fixed in SVN code.
2009-09-23 20:28:30 UTC by sgtbilko
-
sgtbilko committed revision 94 to the MaxIDE - BlitzMax IDE SVN repository, changing 4 files.
2009-09-23 20:21:37 UTC by sgtbilko
-
Suspect caused by a similar error seen by others when MINGW not installed.
2009-09-23 19:46:41 UTC by sgtbilko