The IDE Options Thread...

BlitzMax Forums/BlitzMax Programming/The IDE Options Thread...

fredborg(Posted 2005) [#1]
Here are mine:

If you have altered yours post 'em here. They are stored in 'BlitzMax/cfg/ide.ini'.


Perturbatio(Posted 2005) [#2]



Stuart Morgan(Posted 2005) [#3]

Blitz3D colour scheme.

If you are looking for programming fonts there are good ones at www.proggyfonts.com
I use ProggySquare although I changed it above as not everyone will have it.


Punksmurf(Posted 2005) [#4]
won't it be nice to post a screenshot with it so others can see what it looks like, or am i missing something?


Paul "Taiphoz"(Posted 2005) [#5]


I like mine a little like the delphi highlighting .. but also a lot easier on the eye's so no sharp colours. just enough to clearly id resv words and strings ...

So if you get sore heads from time to time then check my cool(as in cold) theme.

PS, that site for the coding fonts is sweet. the fonts fit well with max, and they are nice and clear to read. perfect.


Snarkbait(Posted 2005) [#6]
I use essentially the same style I use for all the other Blitz IDEs, which is 11-point Verdana, white background and visual basic style colors.

Here's a screen from Blitz+ IDE, I have it the same in Max except you can't set a different color for numbers.

[img]http://home.comcast.net/~tfsanford/idescreen2.jpg[/img]

edit: dangit I forgot the Image tags for this board... lol


Perturbatio(Posted 2005) [#7]
this is a very handy thread for restoring your preferences after an update.


Stuart Morgan(Posted 2005) [#8]
this is a very handy thread for restoring your preferences after an update.

Yeah, Its a bit annoying having to do that.

Heres what my IDE looks like anyway... I guess I got used to the Blitz3D scheme too much! (Dont nick my code!...hehe)

*edit* Settings near top of thread.




Jay Kyburz(Posted 2005) [#9]
Hey Yavin, i cant seem to get proggyclean and square to work correctly, did you have to do anything to get them to work?


Stuart Morgan(Posted 2005) [#10]
Hey Yavin, i cant seem to get proggyclean and square to work correctly, did you have to do anything to get them to work?

Do you have those fonts installed? ie. In the Windows font folder
You can get them from www.proggyfonts.com


Jay Kyburz(Posted 2005) [#11]
Yeah.. it looks like this when i try.




EOF(Posted 2005) [#12]




DannyD(Posted 2005) [#13]
What is the filename that holds these variables under Macos anyone ?


Paul "Taiphoz"(Posted 2005) [#14]
Jay - I didnt do anything m8, just stuck the fonts into the fonts folder and set the font in the IDE.. or I might have just typed it in the ini file myself...

Dont recall...


boomboommax(Posted 2005) [#15]
[Options]
showtoolbar=1
restoreopenfiles=1
autocapitalize=1
syntaxhighlight=1
autobackup=1
autoindent=1
tabsize=4
editfontname=Courier New
editfontsize=10
editcolor=255,255,255
normal_style=0,0,0,0
comment_style=0,128,0,0
quote_style=0,0,0,1
keyword_style=0,0,255,0
output_style=Courier,10,0,0,0,255,255,255
nav_style=Courier,10,0,0,0,255,255,255
nav_swap=0
hide_output=1
[Defaults]
prg_quick=1
prg_debug=0
prg_gui=1
win_size=341,82,683,554
win_max=1
split_pos=743
cmd_line=




SillyPutty(Posted 2005) [#16]
got mine setup exactly like yours cyanide :)

I like the visual studio type editor schema.


boomboommax(Posted 2005) [#17]
ahhar! yup:) love the vstudio styles
the strings shouldnt be bold actually but er w/e


tesuji(Posted 2005) [#18]
@DannyD

For v.1.10 on OS X the IDE config appears to be in /Applications/blitzmax/cfg/macide.cfg

Note that the options you get are quite different from the windows IDE as they are completey different codebases at the moment.

Also there is a style sheet for the help pages here /Applications/blitzmax/doc/bmxstyle.css

Make sure you take a backup before editing those files yada yada usual disclaimer.


Who was John Galt?(Posted 2005) [#19]
Is it possible to make the cursor fatter? I can never see which line caused an error.