⚡ 🎉 Geany
…for now should be consistend on linux and macOS (but no sync for now)
This commit is contained in:
17
.config/geany/plugins/addons/addons.conf
Normal file
17
.config/geany/plugins/addons/addons.conf
Normal file
@ -0,0 +1,17 @@
|
||||
[addons]
|
||||
show_toolbar_doclist_item=true
|
||||
doclist_sort_mode=2
|
||||
enable_openuri=false
|
||||
enable_tasks=true
|
||||
tasks_token_list=TODO;FIXME
|
||||
tasks_scan_all_documents=false
|
||||
enable_systray=false
|
||||
enable_bookmarklist=true
|
||||
enable_markword=false
|
||||
enable_markword_single_click_deselect=false
|
||||
strip_trailing_blank_lines=false
|
||||
enable_xmltagging=false
|
||||
enable_enclose_words=false
|
||||
enable_enclose_words_auto=false
|
||||
enable_colortip=true
|
||||
enable_double_click_color_chooser=true
|
23
.config/geany/plugins/autoclose/autoclose.conf
Normal file
23
.config/geany/plugins/autoclose/autoclose.conf
Normal file
@ -0,0 +1,23 @@
|
||||
[autoclose]
|
||||
parenthesis=true
|
||||
abracket=true
|
||||
abracket_htmlonly=true
|
||||
cbracket=true
|
||||
sbracket=true
|
||||
dquote=true
|
||||
squote=true
|
||||
backquote=true
|
||||
backquote_bashonly=false
|
||||
comments_ac_enable=true
|
||||
delete_pairing_brace=true
|
||||
suppress_doubling=true
|
||||
enclose_selections=true
|
||||
comments_enclose=false
|
||||
keep_selection=true
|
||||
make_indent_for_cbracket=true
|
||||
move_cursor_to_beginning=true
|
||||
improved_cbracket_indent=true
|
||||
whitesmiths_style=false
|
||||
close_functions=true
|
||||
bcksp_remove_pair=false
|
||||
jump_on_tab=true
|
3
.config/geany/plugins/codenav/codenav.conf
Normal file
3
.config/geany/plugins/codenav/codenav.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[switch_head_impl]
|
||||
implementations_list=c,C,cc,c++,cxx,cpp;frag;adb;js,ts;
|
||||
headers_list=hh,h++,hxx,hpp,h;vert;ads;ts;
|
7
.config/geany/plugins/filebrowser/filebrowser.conf
Normal file
7
.config/geany/plugins/filebrowser/filebrowser.conf
Normal file
@ -0,0 +1,7 @@
|
||||
[filebrowser]
|
||||
open_command=dolphin "%d"
|
||||
show_hidden_files=true
|
||||
hide_object_files=true
|
||||
hidden_file_extensions=.o .obj .so .dll .a .lib .pyc
|
||||
fb_follow_path=false
|
||||
fb_set_project_base_path=false
|
26
.config/geany/plugins/geanydoc/geanydoc.conf
Normal file
26
.config/geany/plugins/geanydoc/geanydoc.conf
Normal file
@ -0,0 +1,26 @@
|
||||
[C]
|
||||
internal=false
|
||||
command0=man -P "col -b" -S 2:3:5 '%w'
|
||||
command1=devhelp -s '%w'
|
||||
|
||||
[C++]
|
||||
internal=false
|
||||
command0=man -P "col -b" -S 2:3:5 '%w'
|
||||
command1=devhelp -s '%w'
|
||||
|
||||
[PHP]
|
||||
internal=false
|
||||
command0=firefox "http://www.php.net/%w"
|
||||
|
||||
[Sh]
|
||||
internal=true
|
||||
command0=man -P "col -b" -S 1:4:5:6:7:8:9 '%w'
|
||||
|
||||
[Python]
|
||||
internal=true
|
||||
command0=pydoc '%w'
|
||||
|
||||
[None]
|
||||
internal=false
|
||||
command0=safari "https://searxng.jaandrle.cz/search?q=%w&language=all&time_range=&safesearch=0&categories=general"
|
||||
|
17
.config/geany/plugins/saveactions/saveactions.conf
Normal file
17
.config/geany/plugins/saveactions/saveactions.conf
Normal file
@ -0,0 +1,17 @@
|
||||
[saveactions]
|
||||
enable_autosave=false
|
||||
enable_autosave_losing_focus=false
|
||||
enable_instantsave=false
|
||||
enable_backupcopy=false
|
||||
|
||||
[autosave]
|
||||
print_messages=false
|
||||
save_all=false
|
||||
interval=300
|
||||
|
||||
[instantsave]
|
||||
default_ft=None
|
||||
|
||||
[backupcopy]
|
||||
dir_levels=0
|
||||
time_fmt=%Y-%m-%d-%H-%M-%S
|
16
.config/geany/plugins/treebrowser/treebrowser.conf
Normal file
16
.config/geany/plugins/treebrowser/treebrowser.conf
Normal file
@ -0,0 +1,16 @@
|
||||
[treebrowser]
|
||||
open_external_cmd=xdg-open '%d'
|
||||
open_terminal=xterm
|
||||
reverse_filter=false
|
||||
one_click_chdoc=false
|
||||
show_hidden_files=false
|
||||
hide_object_files=false
|
||||
show_bars=1
|
||||
chroot_on_dclick=false
|
||||
follow_current_doc=true
|
||||
on_delete_close_file=true
|
||||
on_open_focus_editor=false
|
||||
show_tree_lines=true
|
||||
show_bookmarks=false
|
||||
show_icons=2
|
||||
open_new_files=true
|
4
.config/geany/plugins/vimode/vimode.conf
Normal file
4
.config/geany/plugins/vimode/vimode.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[Settings]
|
||||
enable_vim=true
|
||||
insert_for_dummies=false
|
||||
start_in_insert=false
|
Reference in New Issue
Block a user