⚡ supports crossplatform and crossversion (1.38 & 2.0)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[geany]
|
||||
pref_main_load_session=false
|
||||
pref_main_project_file_in_basedir=false
|
||||
pref_main_load_session=true
|
||||
pref_main_project_file_in_basedir=true
|
||||
pref_main_save_winpos=true
|
||||
pref_main_save_wingeom=true
|
||||
pref_main_confirm_exit=false
|
||||
@@ -11,17 +11,17 @@ auto_focus=false
|
||||
sidebar_symbol_visible=true
|
||||
sidebar_openfiles_visible=true
|
||||
editor_font=Ubuntu Mono Bold 9
|
||||
tagbar_font=Ubuntu Mono Bold 9
|
||||
msgwin_font=Ubuntu Mono 10
|
||||
tagbar_font=Ubuntu Mono 8
|
||||
msgwin_font=Ubuntu Mono Bold 8
|
||||
show_notebook_tabs=false
|
||||
show_tab_cross=true
|
||||
tab_order_ltr=true
|
||||
tab_order_beside=true
|
||||
tab_order_beside=false
|
||||
tab_pos_editor=2
|
||||
tab_pos_msgwin=0
|
||||
tab_label_length=1000
|
||||
show_indent_guide=true
|
||||
show_white_space=true
|
||||
show_indent_guide=false
|
||||
show_white_space=false
|
||||
show_line_endings=false
|
||||
show_line_endings_only_when_differ=false
|
||||
show_markers_margin=true
|
||||
@@ -31,7 +31,7 @@ long_line_type=0
|
||||
long_line_column=120
|
||||
long_line_color=#000000
|
||||
symbolcompletion_max_height=10
|
||||
symbolcompletion_min_chars=3
|
||||
symbolcompletion_min_chars=4
|
||||
use_folding=true
|
||||
unfold_all_children=false
|
||||
use_indicators=true
|
||||
@@ -42,7 +42,7 @@ auto_complete_symbols=true
|
||||
pref_editor_disable_dnd=false
|
||||
pref_editor_smart_home_key=true
|
||||
pref_editor_newline_strip=false
|
||||
line_break_column=120
|
||||
line_break_column=72
|
||||
auto_continue_multiline=true
|
||||
comment_toggle_mark=~
|
||||
scroll_stop_at_last_line=true
|
||||
@@ -50,19 +50,19 @@ autoclose_chars=0
|
||||
pref_editor_default_new_encoding=UTF-8
|
||||
pref_editor_default_open_encoding=none
|
||||
default_eol_character=2
|
||||
pref_editor_new_line=false
|
||||
pref_editor_new_line=true
|
||||
pref_editor_ensure_convert_line_endings=false
|
||||
pref_editor_replace_tabs=false
|
||||
pref_editor_trail_space=false
|
||||
pref_toolbar_show=false
|
||||
pref_toolbar_append_to_menu=false
|
||||
pref_toolbar_append_to_menu=true
|
||||
pref_toolbar_use_gtk_default_style=true
|
||||
pref_toolbar_use_gtk_default_icon=true
|
||||
pref_toolbar_icon_style=0
|
||||
pref_toolbar_icon_size=0
|
||||
pref_template_developer=Jan Andrle
|
||||
pref_template_company=
|
||||
pref_template_mail=janandrle@MacBook-Air.local
|
||||
pref_template_mail=jaandrle@TUXEDO-InfinityBook-s15gen6
|
||||
pref_template_initial=JA
|
||||
pref_template_version=1.0
|
||||
pref_template_year=%Y
|
||||
@@ -81,11 +81,11 @@ custom_date_format=
|
||||
default_open_path=
|
||||
cmdline_new_files=true
|
||||
notebook_double_click_hides_widgets=false
|
||||
tab_close_switch_to_mru=true
|
||||
tab_close_switch_to_mru=false
|
||||
tab_pos_sidebar=2
|
||||
openfiles_path_mode=2
|
||||
sidebar_pos=0
|
||||
symbols_sort_mode=1
|
||||
symbols_sort_mode=0
|
||||
msgwin_orientation=1
|
||||
highlighting_invert_all=false
|
||||
pref_main_search_use_current_word=true
|
||||
@@ -96,7 +96,7 @@ backspace_unindent=true
|
||||
pref_editor_tab_width=4
|
||||
indent_mode=2
|
||||
indent_type=1
|
||||
virtualspace=3
|
||||
virtualspace=1
|
||||
change_history_markers=false
|
||||
change_history_indicators=false
|
||||
autocomplete_doc_words=false
|
||||
@@ -108,16 +108,16 @@ scroll_lines_around_cursor=0
|
||||
mru_length=10
|
||||
disk_check_timeout=30
|
||||
show_editor_scrollbars=true
|
||||
brace_match_ltgt=true
|
||||
brace_match_ltgt=false
|
||||
use_gtk_word_boundaries=true
|
||||
complete_snippets_whilst_editing=false
|
||||
indent_hard_tab_width=4
|
||||
indent_hard_tab_width=8
|
||||
editor_ime_interaction=0
|
||||
use_atomic_file_saving=false
|
||||
gio_unsafe_save_backup=false
|
||||
use_gio_unsafe_file_saving=true
|
||||
keep_edit_history_on_reload=false
|
||||
show_keep_edit_history_on_reload_msg=false
|
||||
keep_edit_history_on_reload=true
|
||||
show_keep_edit_history_on_reload_msg=true
|
||||
reload_clean_doc_on_file_change=false
|
||||
save_config_on_file_change=true
|
||||
extract_filetype_regex=-\\*-\\s*([^\\s]+)\\s*-\\*-
|
||||
@@ -139,11 +139,12 @@ pref_main_project_session=true
|
||||
use_native_windows_dialogs=false
|
||||
treeview_position=245
|
||||
msgwindow_position=789
|
||||
geometry=0;26;1277;1026;0;
|
||||
geometry=1280;26;1277;1026;0;
|
||||
use_native_dialogs=true
|
||||
|
||||
[tools]
|
||||
terminal_cmd=konsole "%c"
|
||||
browser_cmd=firefox
|
||||
terminal_cmd=xterm -e "/bin/sh %c"
|
||||
browser_cmd=
|
||||
grep_cmd=grep
|
||||
shell_cmd=/bin/bash
|
||||
|
||||
@@ -158,7 +159,7 @@ page_header_datefmt=%c
|
||||
|
||||
[VTE]
|
||||
load_vte=true
|
||||
font=Ubuntu Mono Bold 11
|
||||
font=Monospace 10
|
||||
scroll_on_key=true
|
||||
scroll_on_out=true
|
||||
enable_bash_keys=true
|
||||
@@ -168,9 +169,9 @@ run_in_vte=false
|
||||
skip_run_script=false
|
||||
cursor_blinks=false
|
||||
scrollback_lines=500
|
||||
shell=/bin/bash
|
||||
colour_fore=#DEDDDA
|
||||
colour_back=#2B2B2B
|
||||
shell=/bin/sh
|
||||
colour_fore=#FFFFFF
|
||||
colour_back=#000000
|
||||
send_cmd_prefix=
|
||||
send_selection_unsafe=false
|
||||
last_dir=/home/jaandrle/Vzdálené/GitHub/deka-dom-el/src
|
||||
@@ -227,6 +228,6 @@ session_file=
|
||||
project_file_path=/home/jaandrle/Dokumenty/Projekty/geany
|
||||
|
||||
[files]
|
||||
recent_files=/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native/.eslintrc.js;/home/jaandrle/.config/geany/colorschemes/zenburn.conf;/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native/app/(app)/dashboard.tsx;/home/jaandrle/.config/geany/colorschemes/vsdark-mod.conf;/home/jaandrle/.config/geany/colorschemes/vsdark.conf;/home/jaandrle/README.md;/home/jaandrle/.config/geany/README.md;/home/jaandrle/.config/geany/.gitignore;/home/jaandrle/Vzdálené/GitHub/deka-dom-el/package.json;/home/jaandrle/.config/geany/plugins/autoclose/autoclose.conf;
|
||||
recent_files=/home/jaandrle/.cache/kioexec/krun/62617_0/org.geany.Geany.desktop;/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native/.eslintrc.js;/home/jaandrle/.config/geany/colorschemes/zenburn.conf;/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native/app/(app)/dashboard.tsx;/home/jaandrle/.config/geany/colorschemes/vsdark-mod.conf;/home/jaandrle/.config/geany/colorschemes/vsdark.conf;/home/jaandrle/README.md;/home/jaandrle/.config/geany/README.md;/home/jaandrle/.config/geany/.gitignore;/home/jaandrle/Vzdálené/GitHub/deka-dom-el/package.json;
|
||||
recent_projects=/home/jaandrle/Dokumenty/Projekty/geany/deka-dom-el.geany;/home/jaandrle/Dokumenty/Projekty/geany/Facilitator-App-Native.geany;/home/jaandrle/Dokumenty/Projekty/geany/Facilitator-App-Native;/home/jaandrle/Dokumenty/Projekty/geany/deka-dom-el;/home/jaandrle/Dokumenty/Projekty/geany/deka-dom-el/deka-dom-el;/home/jaandrle/Dokumenty/Projekty/geany/.babelrc;
|
||||
current_page=-1
|
||||
current_page=0
|
||||
|
Reference in New Issue
Block a user