Changing B3D look

Blitz3D Forums/Blitz3D Beginners Area/Changing B3D look

dna(Posted 2014) [#1]
Hello.

This might be a stupid question but where in B3d can a person change the settings to make the text, numbers, reserved words, and other items a different color.

Someone must have asked this before but I get no hits when using preferences.

I have heard about Ideal but it has not available syntax commands on the sidebar


Thanks for your help


RGR(Posted 2014) [#2]
In your blitz3d Folder there's a folder called cfg
Open blitzide.prefs with a texteditor
You can change bkgrnd string ident keyword comment digit ...


dna(Posted 2014) [#3]
There's only a :
font called "Blitz", the "dbg toolbar", "ide toolbar" and "toolbar"

nothing else

This is version 1.108

I tried adding a blitzide.prefs file to the folder and nothing happens.


RGR(Posted 2014) [#4]
prg_debug	0
prg_lastbuild
win_maximized	0
win_notoolbar	0
win_rect	157 90 1662 995
font_editor	courier 10
font_tabs	courier 8
font_debug	courier 10
rgb_bkgrnd	ddffdd
rgb_string	990000
rgb_ident	4444
rgb_keyword	dd
rgb_comment	ccaa00
rgb_digit	990000
rgb_default	0
edit_tabs	2
edit_blkcursor	0
edit_backup	0
img_toolbar	toolbar.bmp
cmd_line	

Above the original one

prg_debug	0
prg_lastbuild	
win_maximized	0
win_notoolbar	0
win_rect	205 83 1881 1011
font_editor	courier 8
font_tabs	courier 8
font_debug	courier 8
rgb_bkgrnd	fffff7
rgb_string	990000
rgb_ident	0
rgb_keyword	dd
rgb_comment	7700
rgb_digit	990099
rgb_default	0
edit_tabs	2
edit_blkcursor	0
edit_backup	0
img_toolbar	toolbar.bmp
cmd_line	

And an alternative


Don't know where your prefs are. I made so many changes over the years, but I guess blitzide.prefs always was in cfg as is Blitz.fon and 3 toolbar.bmp-files

Maybe its a matter of explorer settings? Hides system files with certain extensions?


dna(Posted 2014) [#5]
That's exactly the file format that I created in the cfg folder

Whoever works on this code may have put the prefs inside of the application itself.

Does the application modify itself?


RGR(Posted 2014) [#6]
The prefs-file gets always modified ... recent files are added and position and size of the ide


dna(Posted 2014) [#7]
But no one knows what folder it sits in thie version?


xlsior(Posted 2014) [#8]
What is your B3D install folder?

If you're using Vista/Win7/Win8 and installed in either "c:\program files" or "c:\program files (x86)", then it's possible that the config file may have been hijacked by windows and stored in one of it's virtual paths instead of the actual program folder.

Doing a search of your entire HDD for blitzide.prefs (including system and hidden files and folders) should pull it up if that's the case.


Floyd(Posted 2014) [#9]
We had the same discussion a month ago: http://www.blitzbasic.com/Community/posts.php?topic=102777#1232469

In that case the winning suggestion was to use a different IDE.


dna(Posted 2014) [#10]
Thanks for directing me to that thread.

It solved the problem. I need to run B3D as administrator.