/usr/share/vdkb2/res/vdkbide.defaults is in vdkbuilder2 2.4.0-4.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | =======================
VDKBuilder version 0.1
December 1998
Mario Motta
Ionutz Borcoman
=======================
IDE defaults file
Compilation instructions:
- file is divided in sections
- all text outside {} is a remark
- text is case sensitive
- be careful file parser is'nt protected
against syntax errors !
- section format:
section_name
{
key: value ;
key: value ;
,....
}
------------------
SECTIONS BEGIN HERE
------------------
defaults for units
units are a pair
of .cc and .h files
------------------
vdkb_units
{
count: 1;
name: unit;
cc_ext: cc;
h_ext: h;
obj_ext: o;
}
-----------------------
defaults for
project
TIP:
do not change prj_ext
must be fixed to .prj
----------------------
vdkb_project
{
count: 1;
name: project;
prj_ext: prj;
hide_on_run: no;
autosave: no;
startup_dir: home;
wi_resizeable: no;
save_session: yes;
code_indent: yes;
code_autoindent: no;
run_modal: yes;
emacs: no;
show_line_numbers: yes;
ext_ascii: no;
}
-------------------
defaults for editor
-------------------
fg,bg accept standard x color names only
vdkb_editor
{
font: "courier 12";
fg: "black";
bg: "ivory";
h_size:500;
v_size:300;
key_font: "courier bold 12";
key_color: "firebrick";
gtk_font: "courier 12";
gtk_color: "firebrick";
macro_color: "forest green";
macro_font: "courier 12";
preprocess_color: "forest green";
preprocess_font: "courier bold 12";
const_color: "blue";
const_font: "courier 12";
comment_color: "navy blue";
comment_font: "courier oblique 12";
timed_save:0;
backup:yes;
}
|