A nice config for the Max IDE
BlitzMax Forums/BlitzMax Beginners Area/A nice config for the Max IDE
| ||
I based this on what I had set for my Blitzplus configuration. I'm not sure how true it is to the default, but it's fairly similar to the classic blitz look anyway, and a hell of a lot easier on the eyes, and more efficent with regards to space too, especailly with the font used for the side panel which can be much narrower now while still managing allow you to expand all the help items without having to scroll to see them. Here are a couple images showing how the different colors and fonts for each section look: Image 1 Image 2 And here is the config: Editor: Background - 21, 69, 112 Font: FixedSys 12 PlainText - 255, 255, 255 Remarks - 255, 255, 0 Keywords - 170, 255, 255 Tabsize - 4 Tools: Output - Fore: 128,128,129 Back: 0,0,0 Font: FixedSys 12 Navbar - Fore: 255, 255, 255 Back: 21, 69, 112 Font: Verdana 10 I had to change the colors and fonts after I saw that white panel on the right where stuff was getting cut off because the font was too big, unless I made it huge. Seeing the white alone out of the corner of my eye while working in the darker code section was enough of an irritant by itself though. And I made the output window use different colors from the main program so it would be more obvious it was not code, and so it would resemble the output you get in older versions of Blitz when using Print without a call to init graphics. Like a Dos box. I used the dark gray color for the text so it would be easier on the eyes. It was hard to read lots of white or light gray text all clumped together like that. But the darker gray reads fairly easily. |
| ||
I just use the beta default colours (before they got changed to the 'orrible ones)...[EditorOptions] edit_style=Courier,12,255,255,255,0,64,128 normal_style=255,255,255,0 comment_style=244,193,255,0 quote_style=0,255,102,0 keyword_style=170,255,255,0 numeral_style=21,255,185,0 [BuildOptions] output_style=Verdana,10,0,0,0,255,255,255 [ToolsOptions] nav_style=Verdana,10,0,0,0,255,255,255 ![]() |
| ||
In the community edition, this is my config:edit_style=Courier New,9,255,255,255,255,255,255 normal_style=0,0,0,0 comment_style=128,128,128,2 quote_style=0,128,0,0 keyword_style=128,0,0,1 numeral_style=0,0,255,0 ![]() |
| ||
I use the font from blitz3d, also in c++ :D Very fine font for code-duties.. |
| ||
editfontname=Courier editfontsize=10 editcolor=249,249,249 normal_style=41,41,41,0 comment_style=190,106,50,0 quote_style=0,128,64,0 keyword_style=0,0,160,0 ![]() |
| ||
heres mine for the opensource version =)[EditorOptions] edit_style=ProggyCleanTTSZBP,18,0,60,119,1,60,119 normal_style=240,240,240,0 comment_style=6,190,217,0 quote_style=0,244,0,0 keyword_style=251,251,0,0 numeral_style=187,187,187,0 [BuildOptions] output_style=ProggyCleanTTSZBP,18,240,240,240,0,49,98 [ToolsOptions] nav_style=ProggyCleanTTSZBP,10,240,240,240,1,60,119 i use the ProggyCleanSZBP font, you can get it here http://www.proggyfonts.com/index.php?menu=download ![]() |
| ||
grable, That screenshot reminds me of the good old days with Turbo Pascal. Cheers, LuckyPhil. |
| ||
exactly ;) |
| ||
I always liked the Respawn theme that you could use in Protean.editfontname=Lucida Console editfontsize=12 editcolor=48,48,60 normal_style=255,255,255,0 comment_style=192,192,192,2 quote_style=149,255,149,0 keyword_style=162,165,230,1 numeral_style=255,255,0,0 output_style=Courier,10,0,0,0,255,255,255 nav_style=Courier,10,0,0,0,255,255,255 ![]() |
| ||
[img http://img452.imageshack.us/img452/5822/maxidepeg2rr.jpg] |
| ||
Nice colors muzzer, could you post your values ? |
| ||
You can tell a lot by how someone colors their IDE. TeaVirus is for example, color blind. While Muzzer on the other hand, is rather dull. And Grable likes Turbo Pascal, while Jim Brown prefers fishing. Mark Tiffany is also the outdoorsy-type, but he prefers something with a bit more action, like sitting in a tree for hours with a crossbow waiting for a deer to come along. And Bill? Bill's going to be Blind by the time he's 30. |
| ||
"twang!" darn, missed again! (At some point I intend to add a host of presets to the Community IDE, and will include several of the above at least). |
| ||
While Muzzer on the other hand, is rather dull. Got it in one Codes for hub BG = 202,205,210 Plain Text = 0,64,128 Remarks = 64,128,128 Strings = 0,128,0 KeyWords = 0,0,0 |