Geany project
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (Created page with "{{FormatInfo | name           = Geany project | formattype     = electronic | subcat         = Programming | subcat2        =  | subcat3        =  | subcat4        =  | subcat...")  | 
			 (such cat doesn't exist q;-(=)  | 
			||
| Line 2: | Line 2: | ||
| name           = Geany project  | | name           = Geany project  | ||
| formattype     = electronic  | | formattype     = electronic  | ||
| − | | subcat         =   | + | | subcat         =    | 
| subcat2        =    | | subcat2        =    | ||
| subcat3        =    | | subcat3        =    | ||
Revision as of 15:38, 10 May 2015
Geany project file is a plain text file that describes the code project. It consists of key-value pairs separated into sections denoted by square brackets.
Example
[file_prefs] final_new_line=false ensure_convert_new_lines=false strip_trailing_spaces=false replace_tabs=false [indentation] indent_width=4 indent_type=1 indent_hard_tab_width=8 detect_indent=false detect_indent_width=false indent_mode=2 [project] name=test base_path=/home/user/workspace/test/ [long line marker] long_line_behaviour=1 long_line_column=120 [files] current_page=0 [VTE] last_dir=/home/user/something.cpp