⚡ better fullstack in Geany
This commit is contained in:
parent
6c44573c6c
commit
f78b83980e
17
.config/geany/filedefs/filetypes.Less.conf
Normal file
17
.config/geany/filedefs/filetypes.Less.conf
Normal file
@ -0,0 +1,17 @@
|
||||
[styling=CSS]
|
||||
[keywords=CSS]
|
||||
primary=@import @media @font-face @keyframes @viewport @-webkit-keyframes @-moz-keyframes @-o-keyframes @-ms-keyframes @supports
|
||||
secondary=absolute all and animate auto background background-attachment background-color background-image background-position background-repeat background-size border border-bottom border-color border-left border-radius border-right border-style border-top border-width bottom box-shadow break-word clearfix color column count cursor display fixed float font font-family font-size font-weight height inline-block inline-table left letter-spacing line-height list-style margin margin-bottom margin-left margin-right margin-top max max-height max-width min min-height min-width none opacity overflow overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top position relative repeat right size solid static table text-align text-decoration text-transform top transform transition transparent underline vertical-align visibility visible white-space width z-index
|
||||
|
||||
[lexer_properties=CSS]
|
||||
lexer.css.scss.language=1
|
||||
|
||||
[settings=CSS]
|
||||
lexer_filetype=CSS
|
||||
tag_parser=CSS
|
||||
extension=less
|
||||
|
||||
comment_single=//
|
||||
comment_open=/*
|
||||
comment_close=*/
|
||||
comment_use_indent=true
|
26
.config/geany/filedefs/filetypes.SCSS.conf
Normal file
26
.config/geany/filedefs/filetypes.SCSS.conf
Normal file
@ -0,0 +1,26 @@
|
||||
[styling=CSS]
|
||||
[keywords=CSS]
|
||||
primary=if else for while each in return @mixin @include @extend @import @function @if @else @for @each @while @debug @warn @error @at-root and or not only !default !optional
|
||||
secondary=a abbr acronym address applet area article aside audio b base basefont bdi bdo big blockquote body br button canvas caption center cite code col colgroup datalist dd del details dfn dir div dl dt em embed fieldset figcaption figure font footer form frame frameset h1 h2 h3 h4 h5 h6 head header hr html i iframe img input ins kbd keygen label legend li link listing main map mark menu menuitem meta meter nav nobr noframes noscript object ol optgroup option output p param picture pre progress q rp rt ruby s samp script section select small source span strike strong style sub summary sup table tbody td textarea tfoot th thead time title tr track tt u ul var video wbr
|
||||
user1=background color border margin padding font display position top right bottom left float clear z-index overflow visibility width height min-width max-width min-height max-height line-height letter-spacing word-spacing text-align text-decoration text-indent text-transform white-space vertical-align list-style-type list-style-position list-style-image background-color background-image background-position background-repeat background-size border-color border-width border-style border-radius box-shadow outline-color outline-width outline-style opacity filter transform transition animation keyframes grid flex flex-direction flex-wrap justify-content align-items align-content order flex-grow flex-shrink flex-basis align-self media screen print
|
||||
user2=import url charset namespace keyframes font-face supports media all print screen speech only
|
||||
user3=rgba hsla rgb hsl calc
|
||||
user4=webkit moz o ms khtml
|
||||
|
||||
[lexer_properties=CSS]
|
||||
lexer.css.scss.language=1
|
||||
|
||||
[settings=CSS]
|
||||
lexer_filetype=CSS
|
||||
tag_parser=CSS
|
||||
extension=scss
|
||||
|
||||
comment_single=//
|
||||
comment_open=/*
|
||||
comment_close=*/
|
||||
comment_use_indent=true
|
||||
|
||||
[build_settings]
|
||||
# %f will be replaced by the complete filename # %e will be replaced by the filename without extension # (use only one of it at one time)
|
||||
compiler=npx sass -c "%f"
|
||||
linker=npx sass --style expanded "%f" "%e.dev.css"
|
22
.config/geany/filedefs/filetypes.SVG.conf
Normal file
22
.config/geany/filedefs/filetypes.SVG.conf
Normal file
@ -0,0 +1,22 @@
|
||||
[styling=HTML]
|
||||
[keywords=XML]
|
||||
primary=svg circle rect ellipse line polyline polygon path g text use symbol defs marker style script
|
||||
|
||||
[settings=XML]
|
||||
extension=svg
|
||||
mime_type=image/svg+xml
|
||||
lexer_filetype=XML
|
||||
|
||||
# the following characters are these which a "word" can contains, see documentation
|
||||
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
||||
|
||||
#comment_single=
|
||||
#comment_open=<!--
|
||||
#comment_close=-->
|
||||
#comment_use_indent=true
|
||||
#context_action_cmd=
|
||||
#xml_indent_tags=true
|
||||
|
||||
[lexer_properties]
|
||||
lexer.xml.allow.scripts=1
|
||||
lexer.xml.allow.singletags=1
|
34
.config/geany/filedefs/filetypes.Stylus.conf
Normal file
34
.config/geany/filedefs/filetypes.Stylus.conf
Normal file
@ -0,0 +1,34 @@
|
||||
[styling]
|
||||
default=default
|
||||
comment=comment
|
||||
comment_doc=comment_doc
|
||||
number=number
|
||||
keyword=keyword
|
||||
keyword2=builtin
|
||||
string=string
|
||||
character=character
|
||||
uuid=uuid
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=identifier
|
||||
stringeol=stringeol
|
||||
function=function
|
||||
|
||||
[keywords=CSS]
|
||||
primary=@import @media @font-face @keyframes @viewport @-webkit-keyframes @-moz-keyframes @-o-keyframes @-ms-keyframes @supports if else for in and or not return extend
|
||||
secondary=absolute all animate auto background background-attachment background-color background-image background-position background-repeat background-size border border-bottom border-color border-left border-radius border-right border-style border-top border-width bottom box-shadow break-word clearfix color column count cursor display fixed float font font-family font-size font-weight height inline-block inline-table left letter-spacing line-height list-style margin margin-bottom margin-left margin-right margin-top max max-height max-width min min-height min-width none opacity overflow overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top position relative repeat right size solid static table text-align text-decoration text-transform top transform transition transparent underline vertical-align visibility visible white-space width z-index rgba hsla rgb hsl calc
|
||||
user1=base background-color background-position-x background-position-y background-size background-clip border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-spacing border-style bottom box-align box-direction box-flex box-orient box-pack color color-interpolation color-rendering column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width content counter-increment counter-reset cursor display fill fill-opacity fill-rule filter flex flex-align flex-direction flex-pack flex-wrap float flood-color flood-opacity font font-family font-size font-smoothing font-stretch font-style font-variant font-weight height justify-content left letter-spacing line-break line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top marker-end marker-mid marker-start mask mask-type max-height max-width min-height min-width object-fit object-position opacity order outline outline-color outline-offset outline-style outline-width overflow overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside perspective perspective-origin position quotes right shape-image-threshold shape-margin shape-outside size speak src stop-color stop-opacity stroke stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width tab-size table-layout text-align text-align-last text-anchor text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-overflow text-rendering text-shadow text-size-adjust text-transform top transform transform-origin transform-style transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi vertical-align visibility white-space widows width will-change word-break word-spacing word-wrap writing-mode z-index
|
||||
|
||||
[lexer_properties]
|
||||
lexer.cpp.track.preprocessor=1
|
||||
lexer.cpp.update.preprocessor=1
|
||||
|
||||
[settings=CSS]
|
||||
extension=less
|
||||
lexer_filetype=python
|
||||
tag_parser=CSS
|
||||
|
||||
comment_single=//
|
||||
comment_open=/*
|
||||
comment_close=*/
|
||||
comment_use_indent=true
|
@ -1,55 +1,18 @@
|
||||
#~ # based on JavaScript file
|
||||
#~ # For complete documentation of this file, please see Geany's main documentation
|
||||
[styling=C]
|
||||
|
||||
[keywords]
|
||||
#~ # all items must be in one line
|
||||
primary=break case catch class const continue debugger default delete do else enum export extends extend false finally for function get if import in Infinity instanceof let NaN new null return set static super switch this throw true try typeof undefined var let while with yield prototype async await declare aliased interfaced Alias Interface interface
|
||||
secondary=Array Boolean boolean Date Function Math Number number Object String string RegExp EvalError Error RangeError ReferenceError SyntaxError TypeError URIError constructor prototype decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt protected public private keyof void any never readonly as
|
||||
primary=abstract as any async await boolean break case catch class const constructor continue debugger declare default delete do else enum export extends false finally for from function get if implements import in instanceof interface let module namespace new null of package private protected public readonly require return set static super switch symbol this throw true try type typeof var void while with yield
|
||||
secondary=Array ArrayBuffer Boolean constructor DataView Date decodeURI decodeURIComponent encodeURI encodeURIComponent Error eval EvalError Float32Array Float64Array Function hasOwnProperty Infinity Int16Array Int32Array Int8Array isFinite isNaN isPrototypeOf JSON Map Math NaN Number Object parseFloat parseInt Promise propertyIsEnumerable Proxy RangeError ReferenceError Reflect RegExp Set String Symbol SyntaxError toLocaleString toString TypeError Uint16Array Uint32Array Uint8Array Uint8ClampedArray undefined URIError valueOf WeakMap WeakSet
|
||||
|
||||
[lexer_properties=C]
|
||||
#~ # partially handles ES6 template strings
|
||||
lexer.cpp.backquoted.strings=1
|
||||
|
||||
[settings]
|
||||
#~ # default extension used when saving files
|
||||
extension=ts
|
||||
#~ lexer_filetype=C
|
||||
lexer_filetype=ActionScript
|
||||
|
||||
#~ # MIME type
|
||||
mime_type=text/x-typescript
|
||||
|
||||
#~ # the following characters are these which a "word" can contains, see documentation
|
||||
wordchars=$_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
||||
|
||||
#~ # single comments, like # in this file
|
||||
comment_single=//
|
||||
# multiline comments
|
||||
comment_open=/*
|
||||
comment_close=*/
|
||||
|
||||
#~ # set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||
#~ # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||
#~ #command_example();
|
||||
#~ # setting to false would generate this
|
||||
#~ # command_example();
|
||||
#~ # This setting works only for single line comments
|
||||
comment_use_indent=true
|
||||
|
||||
#~ # context action command (please see Geany's main documentation for details)
|
||||
#~ context_action_cmd=
|
||||
|
||||
#~ [indentation]
|
||||
#~ #width=4
|
||||
#~ # 0 is spaces, 1 is tabs, 2 is tab & spaces
|
||||
#~ #type=1
|
||||
|
||||
#~ [build-menu]
|
||||
#~ # %f will be replaced by the complete filename
|
||||
#~ # %e will be replaced by the filename without extension
|
||||
#~ # (use only one of it at one time)
|
||||
#~ #FT_02_LB=_Lint
|
||||
#~ #FT_02_CM=jshint "%f"
|
||||
#~ #FT_02_WD=
|
||||
#~ #error_regex=([^:]+): line ([0-9]+), col ([0-9]+)
|
||||
|
19
.config/geany/filedefs/filetypes.Vue.conf
Normal file
19
.config/geany/filedefs/filetypes.Vue.conf
Normal file
@ -0,0 +1,19 @@
|
||||
[styling=HTML]
|
||||
[keywords=HTML]
|
||||
primary=template script style data methods props computed watch components directives filters mixins created mounted updated destroyed beforeCreate beforeMount beforeUpdate beforeDestroy emit
|
||||
secondary=Array Boolean Date Error Function JSON Math Number Object Promise RegExp String Symbol console document window
|
||||
user1=import from export default async await try catch throw return if else for while switch case break continue function const let var new this true false null undefined
|
||||
|
||||
[settings=XML]
|
||||
extension=vue
|
||||
lexer_filetype=HTML
|
||||
comment_single=//
|
||||
comment_open=/*
|
||||
comment_close=*/
|
||||
comment_use_indent=true
|
||||
context_action_cmd=
|
||||
|
||||
[lexer_properties]
|
||||
lexer.xml.allow.scripts=1
|
||||
lexer.xml.allow.singletags=1
|
||||
styling.within.preproc=1
|
@ -1,54 +1,19 @@
|
||||
#~ # For complete documentation of this file, please see Geany's main documentation
|
||||
[styling=C]
|
||||
|
||||
[keywords]
|
||||
#~ # all items must be in one line
|
||||
primary=break case catch class const continue debugger default delete do else enum export extends extend false finally for function get if import in Infinity instanceof let NaN new null return set static super switch this throw true try typeof undefined var let while with yield prototype async await declare aliased interfaced Alias Interface interface
|
||||
secondary=Array Boolean boolean Date Function Math Number number Object String string RegExp EvalError Error RangeError ReferenceError SyntaxError TypeError URIError constructor prototype decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt protected public private keyof void any never readonly as
|
||||
primary=abstract await boolean break byte case catch char class const continue debugger default delete do double else enum export extends false final finally float for function goto if implements import in instanceof int interface let long native new null package private protected public return short static super switch synchronized this throw throws transient true try typeof var void volatile while with yield
|
||||
secondary=Array ArrayBuffer Boolean DataView Date decodeURI decodeURIComponent encodeURI encodeURIComponent Error eval EvalError Float32Array Float64Array Function hasOwnProperty Infinity Int16Array Int32Array Int8Array isFinite isNaN isPrototypeOf JSON Map Math NaN Number Object parseFloat parseInt Promise propertyIsEnumerable Proxy RangeError ReferenceError Reflect RegExp Set String Symbol SyntaxError toLocaleString toString TypeError Uint16Array Uint32Array Uint8Array Uint8ClampedArray undefined URIError valueOf WeakMap WeakSet
|
||||
|
||||
[lexer_properties=C]
|
||||
#~ # partially handles ES6 template strings
|
||||
lexer.cpp.backquoted.strings=1
|
||||
|
||||
[settings]
|
||||
#~ # default extension used when saving files
|
||||
extension=js
|
||||
#~ lexer_filetype=C
|
||||
lexer_filetype=ActionScript
|
||||
|
||||
#~ # MIME type
|
||||
mime_type=text/x-typescript
|
||||
|
||||
#~ # the following characters are these which a "word" can contains, see documentation
|
||||
wordchars=$_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
||||
|
||||
#~ # single comments, like # in this file
|
||||
comment_single=//
|
||||
# multiline comments
|
||||
comment_open=/*
|
||||
comment_close=*/
|
||||
|
||||
#~ # set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||
#~ # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||
#~ #command_example();
|
||||
#~ # setting to false would generate this
|
||||
#~ # command_example();
|
||||
#~ # This setting works only for single line comments
|
||||
comment_use_indent=true
|
||||
|
||||
#~ # context action command (please see Geany's main documentation for details)
|
||||
#~ context_action_cmd=
|
||||
|
||||
#~ [indentation]
|
||||
#~ #width=4
|
||||
#~ # 0 is spaces, 1 is tabs, 2 is tab & spaces
|
||||
#~ #type=1
|
||||
|
||||
#~ [build-menu]
|
||||
#~ # %f will be replaced by the complete filename
|
||||
#~ # %e will be replaced by the filename without extension
|
||||
#~ # (use only one of it at one time)
|
||||
#~ #FT_02_LB=_Lint
|
||||
#~ #FT_02_CM=jshint "%f"
|
||||
#~ #FT_02_WD=
|
||||
#~ #error_regex=([^:]+): line ([0-9]+), col ([0-9]+)
|
||||
|
@ -43,11 +43,12 @@ Dockerfile=Dockerfile;dockerfile;*.dockerfile;*.Dockerfile;
|
||||
#Haxe=*.hx;
|
||||
#HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl;
|
||||
#Java=*.java;*.jsp;
|
||||
Javascript=*.js;*.mjs;
|
||||
JavaScript=*.js;*.mjs;
|
||||
#JSON=*.json;
|
||||
#Julia=*.jl;
|
||||
#Kotlin=*.kt;*.kts;
|
||||
#LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux;
|
||||
Less=*.less;
|
||||
#Lisp=*.lisp;*.el;
|
||||
#Lua=*.lua;
|
||||
#Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
|
||||
@ -71,13 +72,17 @@ Javascript=*.js;*.mjs;
|
||||
#Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.mksh;*.zsh;*.ash;*.bash;.bashrc;bash.bashrc;.bash_*;bash_*;*.m4;PKGBUILD;*profile;
|
||||
#Smalltalk=*.st;
|
||||
#SQL=*.sql;
|
||||
Stylus=*.styl;
|
||||
#Swift=*.swift;
|
||||
#Tcl=*.tcl;*.tk;*.wish;*.exp;
|
||||
#Txt2tags=*.t2t;
|
||||
TypeScript=*.ts;*.tsx;
|
||||
SCSS=*.scss
|
||||
SVG=*.svg
|
||||
#Vala=*.vala;*.vapi;
|
||||
#Verilog=*.v;
|
||||
#VHDL=*.vhd;*.vhdl;
|
||||
Vue=*.vue;
|
||||
#XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;*.xul;*.dtd;*.xtpl;*.mml;*.mathml;
|
||||
#YAML=*.yaml;*.yml;
|
||||
#Zephir=*.zep;
|
||||
@ -86,7 +91,7 @@ TypeScript=*.ts;*.tsx;
|
||||
# Note: restarting is required after editing groups
|
||||
[Groups]
|
||||
#Programming=Arduino;Clojure;CUDA;Cython;Genie;Groovy;Kotlin;Nim;Scala;Swift;
|
||||
Script=Javascript;TypeScript;Dockerfile;
|
||||
#Markup=
|
||||
Script=JavaScript;TypeScript;Dockerfile;
|
||||
Markup=SVG;SCSS;Stylus;Less;Vue;
|
||||
#Misc=JSON;
|
||||
#None=
|
||||
|
@ -1,6 +1,6 @@
|
||||
[geany]
|
||||
pref_main_load_session=true
|
||||
pref_main_project_file_in_basedir=true
|
||||
pref_main_load_session=false
|
||||
pref_main_project_file_in_basedir=false
|
||||
pref_main_save_winpos=true
|
||||
pref_main_save_wingeom=true
|
||||
pref_main_confirm_exit=false
|
||||
@ -16,11 +16,11 @@ msgwin_font=Ubuntu Mono Bold 8
|
||||
show_notebook_tabs=false
|
||||
show_tab_cross=true
|
||||
tab_order_ltr=true
|
||||
tab_order_beside=false
|
||||
tab_order_beside=true
|
||||
tab_pos_editor=2
|
||||
tab_pos_msgwin=0
|
||||
tab_label_length=1000
|
||||
show_indent_guide=false
|
||||
show_indent_guide=true
|
||||
show_white_space=true
|
||||
show_line_endings=false
|
||||
show_line_endings_only_when_differ=false
|
||||
@ -31,7 +31,7 @@ long_line_type=0
|
||||
long_line_column=120
|
||||
long_line_color=#000000
|
||||
symbolcompletion_max_height=10
|
||||
symbolcompletion_min_chars=4
|
||||
symbolcompletion_min_chars=3
|
||||
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=72
|
||||
line_break_column=120
|
||||
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=true
|
||||
pref_editor_new_line=false
|
||||
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=true
|
||||
pref_toolbar_append_to_menu=false
|
||||
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=jaandrle@TUXEDO-InfinityBook-s15gen6
|
||||
pref_template_mail=andrle.jan@centrum.cz
|
||||
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=false
|
||||
tab_close_switch_to_mru=true
|
||||
tab_pos_sidebar=2
|
||||
openfiles_path_mode=2
|
||||
sidebar_pos=0
|
||||
symbols_sort_mode=0
|
||||
symbols_sort_mode=1
|
||||
msgwin_orientation=1
|
||||
highlighting_invert_all=false
|
||||
pref_main_search_use_current_word=true
|
||||
@ -108,16 +108,16 @@ scroll_lines_around_cursor=0
|
||||
mru_length=10
|
||||
disk_check_timeout=30
|
||||
show_editor_scrollbars=true
|
||||
brace_match_ltgt=false
|
||||
brace_match_ltgt=true
|
||||
use_gtk_word_boundaries=true
|
||||
complete_snippets_whilst_editing=false
|
||||
indent_hard_tab_width=8
|
||||
indent_hard_tab_width=4
|
||||
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=true
|
||||
show_keep_edit_history_on_reload_msg=true
|
||||
keep_edit_history_on_reload=false
|
||||
show_keep_edit_history_on_reload_msg=false
|
||||
reload_clean_doc_on_file_change=false
|
||||
save_config_on_file_change=true
|
||||
extract_filetype_regex=-\\*-\\s*([^\\s]+)\\s*-\\*-
|
||||
@ -143,8 +143,8 @@ geometry=1280;26;1277;1026;0;
|
||||
use_native_dialogs=true
|
||||
|
||||
[tools]
|
||||
terminal_cmd=xterm -e "/bin/sh %c"
|
||||
browser_cmd=
|
||||
terminal_cmd=konsole "%c"
|
||||
browser_cmd=firefox
|
||||
grep_cmd=grep
|
||||
shell_cmd=/bin/bash
|
||||
|
||||
@ -169,9 +169,9 @@ run_in_vte=false
|
||||
skip_run_script=false
|
||||
cursor_blinks=false
|
||||
scrollback_lines=500
|
||||
shell=/bin/sh
|
||||
colour_fore=#FFFFFF
|
||||
colour_back=#000000
|
||||
shell=/bin/bash
|
||||
colour_fore=#DEDDDA
|
||||
colour_back=#2B2B2B
|
||||
send_cmd_prefix=
|
||||
send_selection_unsafe=false
|
||||
last_dir=/home/jaandrle/Vzdálené/GitHub/deka-dom-el/src
|
||||
@ -228,6 +228,6 @@ session_file=
|
||||
project_file_path=/home/jaandrle/Dokumenty/Projekty/geany
|
||||
|
||||
[files]
|
||||
recent_files=/home/jaandrle/Vzdálené/GitHub/deka-dom-el/index.js;/home/jaandrle/Vzdálené/GitHub/deka-dom-el/src/dom.js;/home/jaandrle/Vzdálené/GitHub/deka-dom-el/src/customElement.js;/home/jaandrle/Vzdálené/GitHub/deka-dom-el/bs/docs/jsdom.js;/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;
|
||||
recent_files=/home/jaandrle/Vzdálené/GitHub/presentation-builder-portal/resources/views/pages/home/index.vue;/home/jaandrle/Vzdálené/GitHub/DHLC-Internet-Networking-old/web/api/index.php;/home/jaandrle/Vzdálené/GitHub/DHLC-Internet-Networking-old/app/stylus/style.styl;/home/jaandrle/bin/asana.mjs;/home/jaandrle/.config/geany/filedefs/filetypes.javascript;/home/jaandrle/.config/geany/filedefs/filetypes.Dockerfile.conf;/home/jaandrle/.config/geany/filetype_extensions.conf;/home/jaandrle/.config/geany/filedefs/filetypes.TypeScript.conf;/home/jaandrle/.config/geany/filedefs/filetypes.SCSS.conf;/home/jaandrle/.config/geany/filedefs/filetypes.SVG.conf;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user