├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── app ├── cudatext.app │ └── Contents │ │ ├── Info.plist │ │ ├── PkgInfo │ │ └── Resources │ │ ├── cudatext.icns │ │ ├── data │ │ ├── autocomplete │ │ │ ├── Bash script.acp │ │ │ └── Batch files.acp │ │ ├── autocompletespec │ │ │ ├── css_colors.ini │ │ │ ├── css_list.ini │ │ │ ├── css_sel.ini │ │ │ ├── emmet_lorem.txt │ │ │ ├── emmet_snippets.ini │ │ │ ├── html_entities.ini │ │ │ ├── html_globals.ini │ │ │ ├── html_list.ini │ │ │ └── html_mediatypes.ini │ │ ├── codetreeicons │ │ │ └── default_16x16 │ │ │ │ ├── ar1.png │ │ │ │ ├── ar2.png │ │ │ │ ├── box.png │ │ │ │ ├── dir.png │ │ │ │ ├── fx.png │ │ │ │ ├── st1.png │ │ │ │ ├── st2.png │ │ │ │ └── st3.png │ │ ├── filetypeicons │ │ │ └── vscode_16x16 │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── README.txt │ │ │ │ ├── default_file.png │ │ │ │ ├── default_folder.png │ │ │ │ ├── file_type_actionscript.png │ │ │ │ ├── file_type_ada.png │ │ │ │ ├── file_type_antlr.png │ │ │ │ ├── file_type_apache.png │ │ │ │ ├── file_type_applescript.png │ │ │ │ ├── file_type_arduino.png │ │ │ │ ├── file_type_asciidoc.png │ │ │ │ ├── file_type_assembly.png │ │ │ │ ├── file_type_astro.png │ │ │ │ ├── file_type_audio.png │ │ │ │ ├── file_type_autohotkey.png │ │ │ │ ├── file_type_autoit.png │ │ │ │ ├── file_type_awk.png │ │ │ │ ├── file_type_babel.png │ │ │ │ ├── file_type_ballerina.png │ │ │ │ ├── file_type_bat.png │ │ │ │ ├── file_type_bazel.png │ │ │ │ ├── file_type_bicep.png │ │ │ │ ├── file_type_binary.png │ │ │ │ ├── file_type_blade.png │ │ │ │ ├── file_type_c.png │ │ │ │ ├── file_type_c3.png │ │ │ │ ├── file_type_cfm.png │ │ │ │ ├── file_type_cheader.png │ │ │ │ ├── file_type_clojure.png │ │ │ │ ├── file_type_cmake.png │ │ │ │ ├── file_type_cobol.png │ │ │ │ ├── file_type_coffeescript.png │ │ │ │ ├── file_type_config.png │ │ │ │ ├── file_type_cpp.png │ │ │ │ ├── file_type_cppheader.png │ │ │ │ ├── file_type_crystal.png │ │ │ │ ├── file_type_csharp.png │ │ │ │ ├── file_type_css.png │ │ │ │ ├── file_type_cucumber.png │ │ │ │ ├── file_type_cuda.png │ │ │ │ ├── file_type_cython.png │ │ │ │ ├── file_type_dartlang.png │ │ │ │ ├── file_type_delphi.png │ │ │ │ ├── file_type_diff.png │ │ │ │ ├── file_type_django.png │ │ │ │ ├── file_type_dlang.png │ │ │ │ ├── file_type_docker.png │ │ │ │ ├── file_type_ejs.png │ │ │ │ ├── file_type_elixir.png │ │ │ │ ├── file_type_elm.png │ │ │ │ ├── file_type_ember.png │ │ │ │ ├── file_type_erb.png │ │ │ │ ├── file_type_erlang.png │ │ │ │ ├── file_type_falcon.png │ │ │ │ ├── file_type_fortran.png │ │ │ │ ├── file_type_fsharp.png │ │ │ │ ├── file_type_fsproj.png │ │ │ │ ├── file_type_gcode.png │ │ │ │ ├── file_type_gdscript.png │ │ │ │ ├── file_type_gleam.png │ │ │ │ ├── file_type_glsl.png │ │ │ │ ├── file_type_gnuplot.png │ │ │ │ ├── file_type_go.png │ │ │ │ ├── file_type_godot.png │ │ │ │ ├── file_type_gradle.png │ │ │ │ ├── file_type_graphql.png │ │ │ │ ├── file_type_graphviz.png │ │ │ │ ├── file_type_groovy.png │ │ │ │ ├── file_type_haml.png │ │ │ │ ├── file_type_handlebars.png │ │ │ │ ├── file_type_harbour.png │ │ │ │ ├── file_type_haskell.png │ │ │ │ ├── file_type_haxe.png │ │ │ │ ├── file_type_hjson.png │ │ │ │ ├── file_type_hlsl.png │ │ │ │ ├── file_type_html.png │ │ │ │ ├── file_type_image.png │ │ │ │ ├── file_type_informix.png │ │ │ │ ├── file_type_ini.png │ │ │ │ ├── file_type_innosetup.png │ │ │ │ ├── file_type_jasmine.png │ │ │ │ ├── file_type_java.png │ │ │ │ ├── file_type_jinja.png │ │ │ │ ├── file_type_js.png │ │ │ │ ├── file_type_json.png │ │ │ │ ├── file_type_jsonnet.png │ │ │ │ ├── file_type_jsp.png │ │ │ │ ├── file_type_julia.png │ │ │ │ ├── file_type_kivy.png │ │ │ │ ├── file_type_kotlin.png │ │ │ │ ├── file_type_less.png │ │ │ │ ├── file_type_liquid.png │ │ │ │ ├── file_type_lisp.png │ │ │ │ ├── file_type_log.png │ │ │ │ ├── file_type_lua.png │ │ │ │ ├── file_type_makefile.png │ │ │ │ ├── file_type_markdown.png │ │ │ │ ├── file_type_matlab.png │ │ │ │ ├── file_type_maya.png │ │ │ │ ├── file_type_mdx.png │ │ │ │ ├── file_type_mediawiki.png │ │ │ │ ├── file_type_mojo.png │ │ │ │ ├── file_type_mustache.png │ │ │ │ ├── file_type_nim.png │ │ │ │ ├── file_type_nsi.png │ │ │ │ ├── file_type_objectivec.png │ │ │ │ ├── file_type_objectivecpp.png │ │ │ │ ├── file_type_ocaml.png │ │ │ │ ├── file_type_opencl.png │ │ │ │ ├── file_type_openscad.png │ │ │ │ ├── file_type_org.png │ │ │ │ ├── file_type_perl.png │ │ │ │ ├── file_type_perl6.png │ │ │ │ ├── file_type_php.png │ │ │ │ ├── file_type_plantuml.png │ │ │ │ ├── file_type_plsql.png │ │ │ │ ├── file_type_pony.png │ │ │ │ ├── file_type_powershell.png │ │ │ │ ├── file_type_prolog.png │ │ │ │ ├── file_type_protobuf.png │ │ │ │ ├── file_type_pug.png │ │ │ │ ├── file_type_puppet.png │ │ │ │ ├── file_type_pyret.png │ │ │ │ ├── file_type_python.png │ │ │ │ ├── file_type_r.png │ │ │ │ ├── file_type_racket.png │ │ │ │ ├── file_type_rails.png │ │ │ │ ├── file_type_razor.png │ │ │ │ ├── file_type_reason.png │ │ │ │ ├── file_type_red.png │ │ │ │ ├── file_type_rescript.png │ │ │ │ ├── file_type_rest.png │ │ │ │ ├── file_type_rexx.png │ │ │ │ ├── file_type_rmd.png │ │ │ │ ├── file_type_ruby.png │ │ │ │ ├── file_type_rust.png │ │ │ │ ├── file_type_sass.png │ │ │ │ ├── file_type_scala.png │ │ │ │ ├── file_type_scilab.png │ │ │ │ ├── file_type_scss.png │ │ │ │ ├── file_type_shell.png │ │ │ │ ├── file_type_slim.png │ │ │ │ ├── file_type_sln.png │ │ │ │ ├── file_type_smarty.png │ │ │ │ ├── file_type_solidity.png │ │ │ │ ├── file_type_sqf.png │ │ │ │ ├── file_type_sql.png │ │ │ │ ├── file_type_squirrel.png │ │ │ │ ├── file_type_stata.png │ │ │ │ ├── file_type_stylus.png │ │ │ │ ├── file_type_svelte.png │ │ │ │ ├── file_type_svg.png │ │ │ │ ├── file_type_swift.png │ │ │ │ ├── file_type_tcl.png │ │ │ │ ├── file_type_tex.png │ │ │ │ ├── file_type_text.png │ │ │ │ ├── file_type_textile.png │ │ │ │ ├── file_type_todo.png │ │ │ │ ├── file_type_toml.png │ │ │ │ ├── file_type_twig.png │ │ │ │ ├── file_type_typescript.png │ │ │ │ ├── file_type_vala.png │ │ │ │ ├── file_type_vb.png │ │ │ │ ├── file_type_vcxproj.png │ │ │ │ ├── file_type_velocity.png │ │ │ │ ├── file_type_verilog.png │ │ │ │ ├── file_type_vhdl.png │ │ │ │ ├── file_type_video.png │ │ │ │ ├── file_type_vim.png │ │ │ │ ├── file_type_vlang.png │ │ │ │ ├── file_type_vscode.png │ │ │ │ ├── file_type_vue.png │ │ │ │ ├── file_type_wolfram.png │ │ │ │ ├── file_type_xml.png │ │ │ │ ├── file_type_xsl.png │ │ │ │ ├── file_type_yacc.png │ │ │ │ ├── file_type_yaml.png │ │ │ │ ├── file_type_zig.png │ │ │ │ ├── file_type_zip.png │ │ │ │ ├── file_type_zip2.png │ │ │ │ ├── icon_bad.png │ │ │ │ ├── icon_server.png │ │ │ │ └── icons.json │ │ ├── lang │ │ │ ├── history.txt │ │ │ └── translation template.ini │ │ ├── lexlib │ │ │ ├── Bash script.cuda-lexmap │ │ │ ├── Bash script.lcf │ │ │ ├── Batch files.cuda-lexmap │ │ │ ├── Batch files.lcf │ │ │ ├── CSS.cuda-lexmap │ │ │ ├── CSS.lcf │ │ │ ├── HTML style.cuda-lexmap │ │ │ ├── HTML style.lcf │ │ │ ├── HTML.cuda-lexmap │ │ │ ├── HTML.lcf │ │ │ ├── JSDoc.cuda-lexmap │ │ │ ├── JSDoc.lcf │ │ │ ├── JSON.cuda-lexmap │ │ │ ├── JSON.lcf │ │ │ ├── JavaScript.cuda-lexmap │ │ │ ├── JavaScript.lcf │ │ │ ├── Markdown.cuda-lexmap │ │ │ ├── Markdown.lcf │ │ │ ├── Python.cuda-lexmap │ │ │ ├── Python.lcf │ │ │ ├── RegEx.cuda-lexmap │ │ │ ├── RegEx.lcf │ │ │ ├── Search results.cuda-lexmap │ │ │ ├── Search results.lcf │ │ │ ├── XML.cuda-lexmap │ │ │ ├── XML.lcf │ │ │ ├── YAML.cuda-lexmap │ │ │ ├── YAML.lcf │ │ │ ├── aliases.ini │ │ │ ├── reStructuredText.cuda-lexmap │ │ │ └── reStructuredText.lcf │ │ ├── lexliblite │ │ │ ├── Ini files.cuda-litelexer │ │ │ ├── JSON.cuda-litelexer │ │ │ ├── Log files.cuda-litelexer │ │ │ ├── SQL.cuda-litelexer │ │ │ └── XML.cuda-litelexer │ │ ├── newdoc │ │ │ ├── Frameset.html │ │ │ ├── Glossary.html │ │ │ ├── Pascal unit.pas │ │ │ ├── Redirection.html │ │ │ ├── asp with HTML.asp │ │ │ ├── asp.asp │ │ │ ├── default.c │ │ │ ├── default.cpp │ │ │ ├── default.css │ │ │ ├── default.js │ │ │ ├── default.php │ │ │ ├── default.py │ │ │ ├── default.vbs │ │ │ ├── default.xml │ │ │ ├── html.htm │ │ │ ├── jsp.jsp │ │ │ ├── php with HTML.php │ │ │ ├── xhtml.html │ │ │ └── xslt style.xsl │ │ ├── projtoolbaricons │ │ │ ├── default_16x16 │ │ │ │ ├── add-dir.png │ │ │ │ ├── add-file.png │ │ │ │ ├── cfg.png │ │ │ │ ├── del.png │ │ │ │ ├── license.txt │ │ │ │ ├── open.png │ │ │ │ ├── readme.txt │ │ │ │ ├── readme2.txt │ │ │ │ ├── recents.png │ │ │ │ ├── save.png │ │ │ │ └── sync.png │ │ │ ├── default_white_16x16 │ │ │ │ ├── add-dir.png │ │ │ │ ├── add-file.png │ │ │ │ ├── cfg.png │ │ │ │ ├── del.png │ │ │ │ ├── license.txt │ │ │ │ ├── open.png │ │ │ │ ├── readme.txt │ │ │ │ ├── readme2.txt │ │ │ │ ├── recents.png │ │ │ │ ├── save-min.png │ │ │ │ ├── save.png │ │ │ │ └── sync.png │ │ │ ├── feather_black_16x16 │ │ │ │ ├── add-dir.png │ │ │ │ ├── add-dir.svg │ │ │ │ ├── add-file.png │ │ │ │ ├── add-file.svg │ │ │ │ ├── cfg.png │ │ │ │ ├── cfg.svg │ │ │ │ ├── del.png │ │ │ │ ├── del.svg │ │ │ │ ├── license.txt │ │ │ │ ├── open.png │ │ │ │ ├── open.svg │ │ │ │ ├── recents.png │ │ │ │ ├── save.png │ │ │ │ ├── save.svg │ │ │ │ └── sync.png │ │ │ └── feather_white_16x16 │ │ │ │ ├── add-dir.png │ │ │ │ ├── add-dir.svg │ │ │ │ ├── add-file.png │ │ │ │ ├── add-file.svg │ │ │ │ ├── cfg.png │ │ │ │ ├── cfg.svg │ │ │ │ ├── del.png │ │ │ │ ├── del.svg │ │ │ │ ├── license.txt │ │ │ │ ├── open.png │ │ │ │ ├── open.svg │ │ │ │ ├── recents.png │ │ │ │ ├── save.png │ │ │ │ ├── save.svg │ │ │ │ └── sync.png │ │ ├── sideicons │ │ │ ├── common_20x20 │ │ │ │ ├── console.png │ │ │ │ ├── credits.txt │ │ │ │ ├── find.png │ │ │ │ ├── font.png │ │ │ │ ├── ftp log.png │ │ │ │ ├── ftp.png │ │ │ │ ├── menu.png │ │ │ │ ├── output.png │ │ │ │ ├── project.png │ │ │ │ ├── snip.png │ │ │ │ ├── tabs.png │ │ │ │ ├── tree.png │ │ │ │ └── validate.png │ │ │ └── octicons_20x20 │ │ │ │ ├── console.png │ │ │ │ ├── find.png │ │ │ │ ├── font.png │ │ │ │ ├── ftp log.png │ │ │ │ ├── ftp.png │ │ │ │ ├── icons-octicons.txt │ │ │ │ ├── license.txt │ │ │ │ ├── menu.png │ │ │ │ ├── output.png │ │ │ │ ├── project.png │ │ │ │ ├── snip.png │ │ │ │ ├── tabs.png │ │ │ │ ├── tree.png │ │ │ │ └── validate.png │ │ ├── snippets_ct │ │ │ └── std.HTML │ │ │ │ ├── config.json │ │ │ │ └── snippets │ │ │ │ └── HTML,HTML_,PHP.json │ │ ├── themes │ │ │ ├── amy.cuda-theme-syntax │ │ │ ├── amy.cuda-theme-ui │ │ │ ├── cobalt.cuda-theme-syntax │ │ │ ├── cobalt.cuda-theme-ui │ │ │ ├── darkwolf.cuda-theme-syntax │ │ │ ├── darkwolf.cuda-theme-ui │ │ │ ├── ebony.cuda-theme-syntax │ │ │ ├── ebony.cuda-theme-ui │ │ │ ├── green.cuda-theme-syntax │ │ │ ├── green.cuda-theme-ui │ │ │ ├── navy.cuda-theme-syntax │ │ │ ├── navy.cuda-theme-ui │ │ │ ├── sub.cuda-theme-syntax │ │ │ ├── sub.cuda-theme-ui │ │ │ ├── syn.cuda-theme-syntax │ │ │ └── syn.cuda-theme-ui │ │ └── toolbaricons │ │ │ ├── default_24x24 │ │ │ ├── case.png │ │ │ ├── comment.png │ │ │ ├── e_copy.png │ │ │ ├── e_cut.png │ │ │ ├── e_paste.png │ │ │ ├── e_redo.png │ │ │ ├── e_undo.png │ │ │ ├── f_new.png │ │ │ ├── f_open.png │ │ │ ├── f_save.png │ │ │ ├── indent.png │ │ │ ├── map.png │ │ │ ├── opt.png │ │ │ ├── unindent.png │ │ │ └── unpri.png │ │ │ └── light_24x24 │ │ │ ├── case.png │ │ │ ├── comment.png │ │ │ ├── e_copy.png │ │ │ ├── e_cut.png │ │ │ ├── e_paste.png │ │ │ ├── e_redo.png │ │ │ ├── e_undo.png │ │ │ ├── f_new.png │ │ │ ├── f_open.png │ │ │ ├── f_save.png │ │ │ ├── indent.png │ │ │ ├── map.png │ │ │ ├── opt.png │ │ │ ├── unindent.png │ │ │ └── unpri.png │ │ ├── py │ │ ├── cuda_addonman │ │ │ ├── __init__.py │ │ │ ├── install.inf │ │ │ ├── opt.py │ │ │ ├── readme │ │ │ │ └── readme.txt │ │ │ ├── work_cudatext_updates__fosshub.py │ │ │ ├── work_cudatext_updates__sourceforge.py │ │ │ ├── work_dlg_config.py │ │ │ ├── work_github.py │ │ │ ├── work_install_helper.py │ │ │ ├── work_local.py │ │ │ ├── work_remote.py │ │ │ ├── work_tempdir.py │ │ │ └── work_versions.py │ │ ├── cuda_comments │ │ │ ├── __init__.py │ │ │ ├── cd_comments.py │ │ │ └── install.inf │ │ ├── cuda_insert_time │ │ │ ├── __init__.py │ │ │ └── install.inf │ │ ├── cuda_lexer_detecter │ │ │ ├── __init__.py │ │ │ ├── cuda_gen_types.py │ │ │ ├── install.inf │ │ │ └── lexertypes.py │ │ ├── cuda_make_plugin │ │ │ ├── __init__.py │ │ │ ├── dlg.py │ │ │ ├── events.py │ │ │ ├── install.inf │ │ │ ├── sample.py │ │ │ ├── sample_begin.py │ │ │ ├── sample_begin_config.py │ │ │ ├── sample_body.py │ │ │ └── sample_body_config.py │ │ ├── cuda_multi_installer │ │ │ ├── __init__.py │ │ │ └── install.inf │ │ ├── cuda_new_file │ │ │ ├── __init__.py │ │ │ └── install.inf │ │ ├── cuda_options_editor │ │ │ ├── __init__.py │ │ │ ├── cd_opts_dlg.py │ │ │ ├── cd_plug_lib.py │ │ │ ├── install.inf │ │ │ ├── readme │ │ │ │ ├── history.txt │ │ │ │ └── readme.txt │ │ │ └── v.inf │ │ ├── cuda_palette │ │ │ ├── __init__.py │ │ │ ├── cd_plug_lib.py │ │ │ └── lang │ │ │ │ ├── messages.pot │ │ │ │ └── ru_RU │ │ │ │ └── LC_MESSAGES │ │ │ │ ├── cuda_palette.mo │ │ │ │ └── cuda_palette.po │ │ ├── cuda_prefs │ │ │ ├── __init__.py │ │ │ ├── cd_opts_dlg.py │ │ │ ├── dlg.py │ │ │ ├── dlg_json.py │ │ │ ├── icons │ │ │ │ ├── asc.png │ │ │ │ ├── cb_checked.png │ │ │ │ ├── cb_none.png │ │ │ │ ├── cb_unckecked.png │ │ │ │ └── desc.png │ │ │ ├── install.inf │ │ │ ├── readme │ │ │ │ ├── history.txt │ │ │ │ └── readme.txt │ │ │ └── tests │ │ │ │ └── test_options_editor.py │ │ ├── cuda_project_man │ │ │ ├── __init__.py │ │ │ ├── icons │ │ │ │ ├── icon-bad.png │ │ │ │ ├── icon-dir.png │ │ │ │ ├── icon-file.png │ │ │ │ ├── icon-project.png │ │ │ │ ├── license.txt │ │ │ │ ├── readme.txt │ │ │ │ ├── readme2.txt │ │ │ │ ├── tb-add-dir.png │ │ │ │ ├── tb-add-file.png │ │ │ │ ├── tb-cfg.png │ │ │ │ ├── tb-del.png │ │ │ │ ├── tb-open.png │ │ │ │ └── tb-save.png │ │ │ ├── install.inf │ │ │ ├── projman_dlg.py │ │ │ ├── projman_glob.py │ │ │ └── readme │ │ │ │ ├── history.txt │ │ │ │ ├── license.txt │ │ │ │ ├── license_pathlib.txt │ │ │ │ └── readme.txt │ │ ├── cuda_snippet_panel │ │ │ ├── __init__.py │ │ │ ├── clips │ │ │ │ ├── Arrows │ │ │ │ │ └── List.txt │ │ │ │ ├── Currency symbols │ │ │ │ │ └── List.txt │ │ │ │ ├── Greek alphabet (lower) │ │ │ │ │ └── List.txt │ │ │ │ ├── Greek alphabet (upper) │ │ │ │ │ └── List.txt │ │ │ │ ├── HTML - Arrows │ │ │ │ │ └── List.txt │ │ │ │ ├── HTML - Color names+values │ │ │ │ │ └── List.txt │ │ │ │ ├── HTML - Color names │ │ │ │ │ └── List.txt │ │ │ │ ├── HTML - Letters │ │ │ │ │ └── List.txt │ │ │ │ ├── HTML - Math symbols │ │ │ │ │ └── List.txt │ │ │ │ ├── HTML - Special characters │ │ │ │ │ └── List.txt │ │ │ │ ├── Math symbols │ │ │ │ │ └── List.txt │ │ │ │ ├── Quote selection │ │ │ │ │ └── quote.txt │ │ │ │ └── Special characters │ │ │ │ │ └── List.txt │ │ │ ├── install.inf │ │ │ ├── readme │ │ │ │ ├── history.txt │ │ │ │ └── readme.txt │ │ │ ├── snip.png │ │ │ ├── snips.py │ │ │ └── utils.py │ │ ├── cuda_sort │ │ │ ├── __init__.py │ │ │ ├── app_specific.py │ │ │ ├── install.inf │ │ │ ├── readme │ │ │ │ ├── history.txt │ │ │ │ └── readme.txt │ │ │ ├── sort_dlg.py │ │ │ ├── sort_emails.py │ │ │ ├── sort_ini.py │ │ │ ├── sort_numeric.py │ │ │ └── sort_sep.py │ │ ├── cuda_tabs_list │ │ │ ├── __init__.py │ │ │ ├── install.inf │ │ │ └── readme │ │ │ │ ├── history.txt │ │ │ │ └── readme.txt │ │ ├── cudatext.py │ │ ├── cudatext_cmd.py │ │ ├── cudatext_init.py │ │ ├── cudatext_keys.py │ │ ├── cudatext_reset_plugins.py │ │ ├── cudax_css.py │ │ ├── cudax_lib.py │ │ ├── cudax_nodejs.py │ │ └── sys │ │ │ ├── certifi │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── cacert.pem │ │ │ ├── core.py │ │ │ └── py.typed │ │ │ ├── chardet │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── big5freq.py │ │ │ ├── big5prober.py │ │ │ ├── chardistribution.py │ │ │ ├── charsetgroupprober.py │ │ │ ├── charsetprober.py │ │ │ ├── cli │ │ │ │ ├── __init__.py │ │ │ │ └── chardetect.py │ │ │ ├── codingstatemachine.py │ │ │ ├── codingstatemachinedict.py │ │ │ ├── compat.py │ │ │ ├── cp949prober.py │ │ │ ├── enums.py │ │ │ ├── escprober.py │ │ │ ├── escsm.py │ │ │ ├── eucjpprober.py │ │ │ ├── euckrfreq.py │ │ │ ├── euckrprober.py │ │ │ ├── euctwfreq.py │ │ │ ├── euctwprober.py │ │ │ ├── gb2312freq.py │ │ │ ├── gb2312prober.py │ │ │ ├── hebrewprober.py │ │ │ ├── jisfreq.py │ │ │ ├── johabfreq.py │ │ │ ├── johabprober.py │ │ │ ├── jpcntx.py │ │ │ ├── langbulgarianmodel.py │ │ │ ├── langcyrillicmodel.py │ │ │ ├── langgreekmodel.py │ │ │ ├── langhebrewmodel.py │ │ │ ├── langhungarianmodel.py │ │ │ ├── langrussianmodel.py │ │ │ ├── langthaimodel.py │ │ │ ├── langturkishmodel.py │ │ │ ├── latin1prober.py │ │ │ ├── macromanprober.py │ │ │ ├── mbcharsetprober.py │ │ │ ├── mbcsgroupprober.py │ │ │ ├── mbcssm.py │ │ │ ├── metadata │ │ │ │ ├── __init__.py │ │ │ │ └── languages.py │ │ │ ├── py.typed │ │ │ ├── resultdict.py │ │ │ ├── sbcharsetprober.py │ │ │ ├── sbcsgroupprober.py │ │ │ ├── sjisprober.py │ │ │ ├── universaldetector.py │ │ │ ├── utf1632prober.py │ │ │ ├── utf8prober.py │ │ │ └── version.py │ │ │ ├── idna │ │ │ ├── __init__.py │ │ │ ├── codec.py │ │ │ ├── compat.py │ │ │ ├── core.py │ │ │ ├── idnadata.py │ │ │ ├── intranges.py │ │ │ ├── package_data.py │ │ │ ├── py.typed │ │ │ └── uts46data.py │ │ │ ├── requests │ │ │ ├── __init__.py │ │ │ ├── __version__.py │ │ │ ├── _internal_utils.py │ │ │ ├── adapters.py │ │ │ ├── api.py │ │ │ ├── auth.py │ │ │ ├── certs.py │ │ │ ├── compat.py │ │ │ ├── cookies.py │ │ │ ├── exceptions.py │ │ │ ├── help.py │ │ │ ├── hooks.py │ │ │ ├── models.py │ │ │ ├── packages.py │ │ │ ├── sessions.py │ │ │ ├── status_codes.py │ │ │ ├── structures.py │ │ │ └── utils.py │ │ │ └── urllib3 │ │ │ ├── __init__.py │ │ │ ├── _base_connection.py │ │ │ ├── _collections.py │ │ │ ├── _request_methods.py │ │ │ ├── _version.py │ │ │ ├── connection.py │ │ │ ├── connectionpool.py │ │ │ ├── contrib │ │ │ ├── __init__.py │ │ │ ├── emscripten │ │ │ │ ├── __init__.py │ │ │ │ ├── connection.py │ │ │ │ ├── emscripten_fetch_worker.js │ │ │ │ ├── fetch.py │ │ │ │ ├── request.py │ │ │ │ └── response.py │ │ │ ├── pyopenssl.py │ │ │ └── socks.py │ │ │ ├── exceptions.py │ │ │ ├── fields.py │ │ │ ├── filepost.py │ │ │ ├── http2 │ │ │ ├── __init__.py │ │ │ ├── connection.py │ │ │ └── probe.py │ │ │ ├── poolmanager.py │ │ │ ├── py.typed │ │ │ ├── response.py │ │ │ └── util │ │ │ ├── __init__.py │ │ │ ├── connection.py │ │ │ ├── proxy.py │ │ │ ├── request.py │ │ │ ├── response.py │ │ │ ├── retry.py │ │ │ ├── ssl_.py │ │ │ ├── ssl_match_hostname.py │ │ │ ├── ssltransport.py │ │ │ ├── timeout.py │ │ │ ├── url.py │ │ │ ├── util.py │ │ │ └── wait.py │ │ └── settings_default │ │ ├── default.json │ │ ├── lexer Bash script.json │ │ ├── lexer CSS.json │ │ ├── lexer JSON.json │ │ ├── lexer JavaScript.json │ │ ├── lexer Python.json │ │ └── lexer YAML.json ├── cudatext.ico ├── cudatext.lpi ├── cudatext.lpr ├── cudatext.old.ico ├── cudatext.res ├── data │ ├── autocomplete │ │ ├── Bash script.acp │ │ └── Batch files.acp │ ├── autocompletespec │ │ ├── css_colors.ini │ │ ├── css_list.ini │ │ ├── css_sel.ini │ │ ├── emmet_lorem.txt │ │ ├── emmet_snippets.ini │ │ ├── html_entities.ini │ │ ├── html_globals.ini │ │ ├── html_list.ini │ │ └── html_mediatypes.ini │ ├── codetreeicons │ │ └── default_16x16 │ │ │ ├── ar1.png │ │ │ ├── ar2.png │ │ │ ├── box.png │ │ │ ├── dir.png │ │ │ ├── fx.png │ │ │ ├── st1.png │ │ │ ├── st2.png │ │ │ └── st3.png │ ├── filetypeicons │ │ └── vscode_16x16 │ │ │ ├── LICENSE.txt │ │ │ ├── README.txt │ │ │ ├── default_file.png │ │ │ ├── default_folder.png │ │ │ ├── file_type_actionscript.png │ │ │ ├── file_type_ada.png │ │ │ ├── file_type_antlr.png │ │ │ ├── file_type_apache.png │ │ │ ├── file_type_applescript.png │ │ │ ├── file_type_arduino.png │ │ │ ├── file_type_asciidoc.png │ │ │ ├── file_type_assembly.png │ │ │ ├── file_type_astro.png │ │ │ ├── file_type_audio.png │ │ │ ├── file_type_autohotkey.png │ │ │ ├── file_type_autoit.png │ │ │ ├── file_type_awk.png │ │ │ ├── file_type_babel.png │ │ │ ├── file_type_ballerina.png │ │ │ ├── file_type_bat.png │ │ │ ├── file_type_bazel.png │ │ │ ├── file_type_bicep.png │ │ │ ├── file_type_binary.png │ │ │ ├── file_type_blade.png │ │ │ ├── file_type_c.png │ │ │ ├── file_type_c3.png │ │ │ ├── file_type_cfm.png │ │ │ ├── file_type_cheader.png │ │ │ ├── file_type_clojure.png │ │ │ ├── file_type_cmake.png │ │ │ ├── file_type_cobol.png │ │ │ ├── file_type_coffeescript.png │ │ │ ├── file_type_config.png │ │ │ ├── file_type_cpp.png │ │ │ ├── file_type_cppheader.png │ │ │ ├── file_type_crystal.png │ │ │ ├── file_type_csharp.png │ │ │ ├── file_type_css.png │ │ │ ├── file_type_cucumber.png │ │ │ ├── file_type_cuda.png │ │ │ ├── file_type_cython.png │ │ │ ├── file_type_dartlang.png │ │ │ ├── file_type_delphi.png │ │ │ ├── file_type_diff.png │ │ │ ├── file_type_django.png │ │ │ ├── file_type_dlang.png │ │ │ ├── file_type_docker.png │ │ │ ├── file_type_ejs.png │ │ │ ├── file_type_elixir.png │ │ │ ├── file_type_elm.png │ │ │ ├── file_type_ember.png │ │ │ ├── file_type_erb.png │ │ │ ├── file_type_erlang.png │ │ │ ├── file_type_falcon.png │ │ │ ├── file_type_fortran.png │ │ │ ├── file_type_fsharp.png │ │ │ ├── file_type_fsproj.png │ │ │ ├── file_type_gcode.png │ │ │ ├── file_type_gdscript.png │ │ │ ├── file_type_gleam.png │ │ │ ├── file_type_glsl.png │ │ │ ├── file_type_gnuplot.png │ │ │ ├── file_type_go.png │ │ │ ├── file_type_godot.png │ │ │ ├── file_type_gradle.png │ │ │ ├── file_type_graphql.png │ │ │ ├── file_type_graphviz.png │ │ │ ├── file_type_groovy.png │ │ │ ├── file_type_haml.png │ │ │ ├── file_type_handlebars.png │ │ │ ├── file_type_harbour.png │ │ │ ├── file_type_haskell.png │ │ │ ├── file_type_haxe.png │ │ │ ├── file_type_hjson.png │ │ │ ├── file_type_hlsl.png │ │ │ ├── file_type_html.png │ │ │ ├── file_type_image.png │ │ │ ├── file_type_informix.png │ │ │ ├── file_type_ini.png │ │ │ ├── file_type_innosetup.png │ │ │ ├── file_type_jasmine.png │ │ │ ├── file_type_java.png │ │ │ ├── file_type_jinja.png │ │ │ ├── file_type_js.png │ │ │ ├── file_type_json.png │ │ │ ├── file_type_jsonnet.png │ │ │ ├── file_type_jsp.png │ │ │ ├── file_type_julia.png │ │ │ ├── file_type_kivy.png │ │ │ ├── file_type_kotlin.png │ │ │ ├── file_type_less.png │ │ │ ├── file_type_liquid.png │ │ │ ├── file_type_lisp.png │ │ │ ├── file_type_log.png │ │ │ ├── file_type_lua.png │ │ │ ├── file_type_makefile.png │ │ │ ├── file_type_markdown.png │ │ │ ├── file_type_matlab.png │ │ │ ├── file_type_maya.png │ │ │ ├── file_type_mdx.png │ │ │ ├── file_type_mediawiki.png │ │ │ ├── file_type_mojo.png │ │ │ ├── file_type_mustache.png │ │ │ ├── file_type_nim.png │ │ │ ├── file_type_nsi.png │ │ │ ├── file_type_objectivec.png │ │ │ ├── file_type_objectivecpp.png │ │ │ ├── file_type_ocaml.png │ │ │ ├── file_type_opencl.png │ │ │ ├── file_type_openscad.png │ │ │ ├── file_type_org.png │ │ │ ├── file_type_perl.png │ │ │ ├── file_type_perl6.png │ │ │ ├── file_type_php.png │ │ │ ├── file_type_plantuml.png │ │ │ ├── file_type_plsql.png │ │ │ ├── file_type_pony.png │ │ │ ├── file_type_powershell.png │ │ │ ├── file_type_prolog.png │ │ │ ├── file_type_protobuf.png │ │ │ ├── file_type_pug.png │ │ │ ├── file_type_puppet.png │ │ │ ├── file_type_pyret.png │ │ │ ├── file_type_python.png │ │ │ ├── file_type_r.png │ │ │ ├── file_type_racket.png │ │ │ ├── file_type_rails.png │ │ │ ├── file_type_razor.png │ │ │ ├── file_type_reason.png │ │ │ ├── file_type_red.png │ │ │ ├── file_type_rescript.png │ │ │ ├── file_type_rest.png │ │ │ ├── file_type_rexx.png │ │ │ ├── file_type_rmd.png │ │ │ ├── file_type_ruby.png │ │ │ ├── file_type_rust.png │ │ │ ├── file_type_sass.png │ │ │ ├── file_type_scala.png │ │ │ ├── file_type_scilab.png │ │ │ ├── file_type_scss.png │ │ │ ├── file_type_shell.png │ │ │ ├── file_type_slim.png │ │ │ ├── file_type_sln.png │ │ │ ├── file_type_smarty.png │ │ │ ├── file_type_solidity.png │ │ │ ├── file_type_sqf.png │ │ │ ├── file_type_sql.png │ │ │ ├── file_type_squirrel.png │ │ │ ├── file_type_stata.png │ │ │ ├── file_type_stylus.png │ │ │ ├── file_type_svelte.png │ │ │ ├── file_type_svg.png │ │ │ ├── file_type_swift.png │ │ │ ├── file_type_tcl.png │ │ │ ├── file_type_tex.png │ │ │ ├── file_type_text.png │ │ │ ├── file_type_textile.png │ │ │ ├── file_type_todo.png │ │ │ ├── file_type_toml.png │ │ │ ├── file_type_twig.png │ │ │ ├── file_type_typescript.png │ │ │ ├── file_type_vala.png │ │ │ ├── file_type_vb.png │ │ │ ├── file_type_vcxproj.png │ │ │ ├── file_type_velocity.png │ │ │ ├── file_type_verilog.png │ │ │ ├── file_type_vhdl.png │ │ │ ├── file_type_video.png │ │ │ ├── file_type_vim.png │ │ │ ├── file_type_vlang.png │ │ │ ├── file_type_vscode.png │ │ │ ├── file_type_vue.png │ │ │ ├── file_type_wolfram.png │ │ │ ├── file_type_xml.png │ │ │ ├── file_type_xsl.png │ │ │ ├── file_type_yacc.png │ │ │ ├── file_type_yaml.png │ │ │ ├── file_type_zig.png │ │ │ ├── file_type_zip.png │ │ │ ├── file_type_zip2.png │ │ │ ├── icon_bad.png │ │ │ ├── icon_server.png │ │ │ └── icons.json │ ├── lang │ │ ├── history.txt │ │ └── translation template.ini │ ├── lexlib │ │ ├── Bash script.cuda-lexmap │ │ ├── Bash script.lcf │ │ ├── Batch files.cuda-lexmap │ │ ├── Batch files.lcf │ │ ├── CSS.cuda-lexmap │ │ ├── CSS.lcf │ │ ├── HTML style.cuda-lexmap │ │ ├── HTML style.lcf │ │ ├── HTML.cuda-lexmap │ │ ├── HTML.lcf │ │ ├── JSDoc.cuda-lexmap │ │ ├── JSDoc.lcf │ │ ├── JSON.cuda-lexmap │ │ ├── JSON.lcf │ │ ├── JavaScript.cuda-lexmap │ │ ├── JavaScript.lcf │ │ ├── Markdown.cuda-lexmap │ │ ├── Markdown.lcf │ │ ├── Python.cuda-lexmap │ │ ├── Python.lcf │ │ ├── RegEx.cuda-lexmap │ │ ├── RegEx.lcf │ │ ├── Search results.cuda-lexmap │ │ ├── Search results.lcf │ │ ├── XML.cuda-lexmap │ │ ├── XML.lcf │ │ ├── YAML.cuda-lexmap │ │ ├── YAML.lcf │ │ ├── aliases.ini │ │ ├── reStructuredText.cuda-lexmap │ │ └── reStructuredText.lcf │ ├── lexliblite │ │ ├── Ini files.cuda-litelexer │ │ ├── JSON.cuda-litelexer │ │ ├── Log files.cuda-litelexer │ │ ├── SQL.cuda-litelexer │ │ └── XML.cuda-litelexer │ ├── newdoc │ │ ├── Frameset.html │ │ ├── Glossary.html │ │ ├── Pascal unit.pas │ │ ├── Redirection.html │ │ ├── asp with HTML.asp │ │ ├── asp.asp │ │ ├── default.c │ │ ├── default.cpp │ │ ├── default.css │ │ ├── default.js │ │ ├── default.php │ │ ├── default.py │ │ ├── default.vbs │ │ ├── default.xml │ │ ├── html.htm │ │ ├── jsp.jsp │ │ ├── php with HTML.php │ │ ├── xhtml.html │ │ └── xslt style.xsl │ ├── projtoolbaricons │ │ ├── default_16x16 │ │ │ ├── add-dir.png │ │ │ ├── add-file.png │ │ │ ├── cfg.png │ │ │ ├── del.png │ │ │ ├── license.txt │ │ │ ├── open.png │ │ │ ├── readme.txt │ │ │ ├── readme2.txt │ │ │ ├── recents.png │ │ │ ├── save.png │ │ │ └── sync.png │ │ ├── default_white_16x16 │ │ │ ├── add-dir.png │ │ │ ├── add-file.png │ │ │ ├── cfg.png │ │ │ ├── del.png │ │ │ ├── license.txt │ │ │ ├── open.png │ │ │ ├── readme.txt │ │ │ ├── readme2.txt │ │ │ ├── recents.png │ │ │ ├── save-min.png │ │ │ ├── save.png │ │ │ └── sync.png │ │ ├── feather_black_16x16 │ │ │ ├── add-dir.png │ │ │ ├── add-dir.svg │ │ │ ├── add-file.png │ │ │ ├── add-file.svg │ │ │ ├── cfg.png │ │ │ ├── cfg.svg │ │ │ ├── del.png │ │ │ ├── del.svg │ │ │ ├── license.txt │ │ │ ├── open.png │ │ │ ├── open.svg │ │ │ ├── recents.png │ │ │ ├── save.png │ │ │ ├── save.svg │ │ │ └── sync.png │ │ └── feather_white_16x16 │ │ │ ├── add-dir.png │ │ │ ├── add-dir.svg │ │ │ ├── add-file.png │ │ │ ├── add-file.svg │ │ │ ├── cfg.png │ │ │ ├── cfg.svg │ │ │ ├── del.png │ │ │ ├── del.svg │ │ │ ├── license.txt │ │ │ ├── open.png │ │ │ ├── open.svg │ │ │ ├── recents.png │ │ │ ├── save.png │ │ │ ├── save.svg │ │ │ └── sync.png │ ├── sideicons │ │ ├── common_20x20 │ │ │ ├── console.png │ │ │ ├── credits.txt │ │ │ ├── find.png │ │ │ ├── font.png │ │ │ ├── ftp log.png │ │ │ ├── ftp.png │ │ │ ├── menu.png │ │ │ ├── output.png │ │ │ ├── project.png │ │ │ ├── snip.png │ │ │ ├── tabs.png │ │ │ ├── tree.png │ │ │ └── validate.png │ │ └── octicons_20x20 │ │ │ ├── console.png │ │ │ ├── find.png │ │ │ ├── font.png │ │ │ ├── ftp log.png │ │ │ ├── ftp.png │ │ │ ├── icons-octicons.txt │ │ │ ├── license.txt │ │ │ ├── menu.png │ │ │ ├── output.png │ │ │ ├── project.png │ │ │ ├── snip.png │ │ │ ├── tabs.png │ │ │ ├── tree.png │ │ │ └── validate.png │ ├── snippets_ct │ │ └── std.HTML │ │ │ ├── config.json │ │ │ └── snippets │ │ │ └── HTML,HTML_,PHP.json │ ├── themes │ │ ├── amy.cuda-theme-syntax │ │ ├── amy.cuda-theme-ui │ │ ├── cobalt.cuda-theme-syntax │ │ ├── cobalt.cuda-theme-ui │ │ ├── darkwolf.cuda-theme-syntax │ │ ├── darkwolf.cuda-theme-ui │ │ ├── ebony.cuda-theme-syntax │ │ ├── ebony.cuda-theme-ui │ │ ├── green.cuda-theme-syntax │ │ ├── green.cuda-theme-ui │ │ ├── navy.cuda-theme-syntax │ │ ├── navy.cuda-theme-ui │ │ ├── sub.cuda-theme-syntax │ │ ├── sub.cuda-theme-ui │ │ ├── syn.cuda-theme-syntax │ │ └── syn.cuda-theme-ui │ └── toolbaricons │ │ ├── default_24x24 │ │ ├── case.png │ │ ├── comment.png │ │ ├── e_copy.png │ │ ├── e_cut.png │ │ ├── e_paste.png │ │ ├── e_redo.png │ │ ├── e_undo.png │ │ ├── f_new.png │ │ ├── f_open.png │ │ ├── f_save.png │ │ ├── indent.png │ │ ├── map.png │ │ ├── opt.png │ │ ├── unindent.png │ │ └── unpri.png │ │ └── light_24x24 │ │ ├── case.png │ │ ├── comment.png │ │ ├── e_copy.png │ │ ├── e_cut.png │ │ ├── e_paste.png │ │ ├── e_redo.png │ │ ├── e_undo.png │ │ ├── f_new.png │ │ ├── f_open.png │ │ ├── f_save.png │ │ ├── indent.png │ │ ├── map.png │ │ ├── opt.png │ │ ├── unindent.png │ │ └── unpri.png ├── fix_focus_window.pas ├── form_about.lfm ├── form_about.pas ├── form_addon_report.lfm ├── form_addon_report.pas ├── form_char_map.lfm ├── form_char_map.pas ├── form_choose_theme.lfm ├── form_choose_theme.pas ├── form_color_setup.lfm ├── form_color_setup.pas ├── form_confirm_binary.lfm ├── form_confirm_binary.pas ├── form_confirm_rep.lfm ├── form_confirm_rep.pas ├── form_console.pas ├── form_find.lfm ├── form_find.pas ├── form_frame.lfm ├── form_frame.pas ├── form_goto.lfm ├── form_goto.pas ├── form_key_input.lfm ├── form_key_input.pas ├── form_keys.lfm ├── form_keys.pas ├── form_lexer_lib.lfm ├── form_lexer_lib.pas ├── form_lexer_prop.lfm ├── form_lexer_prop.pas ├── form_lexer_style.lfm ├── form_lexer_style.pas ├── form_lexer_stylemap.lfm ├── form_lexer_stylemap.pas ├── form_menu_commands.lfm ├── form_menu_commands.pas ├── form_menu_list.lfm ├── form_menu_list.pas ├── form_menu_py.lfm ├── form_menu_py.pas ├── form_rename_file.lfm ├── form_rename_file.pas ├── form_tabs_save.lfm ├── form_tabs_save.pas ├── form_unprinted.lfm ├── form_unprinted.pas ├── formmain.lfm ├── formmain.pas ├── formmain_bottompanel.inc ├── formmain_cmd.inc ├── formmain_commandline.inc ├── formmain_find.inc ├── formmain_frame_proc.inc ├── formmain_loadsave.inc ├── formmain_py_api.inc ├── formmain_py_helpers.inc ├── formmain_py_pluginwork.inc ├── formmain_py_statusbars.inc ├── formmain_py_toolbars.inc ├── formmain_sidepanel.inc ├── formmain_tab_proc.inc ├── formmain_themes.inc ├── formmain_translation.inc ├── formmain_updates_proc.inc ├── proc_appvariant.pas ├── proc_cmd.pas ├── proc_colors.pas ├── proc_cssprovider.pas ├── proc_customdialog.pas ├── proc_customdialog_dummy.pas ├── proc_editor.pas ├── proc_editor_micromap.pas ├── proc_editor_saving.pas ├── proc_files.pas ├── proc_globdata.pas ├── proc_inittick.pas ├── proc_install_zip.pas ├── proc_json_ex.pas ├── proc_keybackupclass.pas ├── proc_keysdialog.pas ├── proc_lexer_styles.pas ├── proc_miscutils.pas ├── proc_msg.pas ├── proc_panelhost.pas ├── proc_py.pas ├── proc_py_const.pas ├── proc_scrollbars.pas ├── proc_str.pas ├── proc_str_c_syntax.pas ├── proc_windows_elevated.pas ├── py │ ├── cuda_addonman │ │ ├── __init__.py │ │ ├── install.inf │ │ ├── opt.py │ │ ├── readme │ │ │ └── readme.txt │ │ ├── work_cudatext_updates__fosshub.py │ │ ├── work_cudatext_updates__sourceforge.py │ │ ├── work_dlg_config.py │ │ ├── work_github.py │ │ ├── work_install_helper.py │ │ ├── work_local.py │ │ ├── work_remote.py │ │ └── work_tempdir.py │ ├── cuda_comments │ │ ├── __init__.py │ │ ├── cd_comments.py │ │ └── install.inf │ ├── cuda_insert_time │ │ ├── __init__.py │ │ └── install.inf │ ├── cuda_lexer_detecter │ │ ├── __init__.py │ │ ├── cuda_gen_types.py │ │ ├── install.inf │ │ └── lexertypes.py │ ├── cuda_make_plugin │ │ ├── __init__.py │ │ ├── dlg.py │ │ ├── events.py │ │ ├── install.inf │ │ ├── sample_begin.py │ │ ├── sample_begin_config.py │ │ ├── sample_body.py │ │ └── sample_body_config.py │ ├── cuda_multi_installer │ │ ├── __init__.py │ │ └── install.inf │ ├── cuda_new_file │ │ ├── __init__.py │ │ └── install.inf │ ├── cuda_palette │ │ ├── __init__.py │ │ ├── cd_plug_lib.py │ │ └── lang │ │ │ ├── messages.pot │ │ │ └── ru_RU │ │ │ └── LC_MESSAGES │ │ │ ├── cuda_palette.mo │ │ │ └── cuda_palette.po │ ├── cuda_prefs │ │ ├── __init__.py │ │ ├── cd_opts_dlg.py │ │ ├── dlg.py │ │ ├── dlg_json.py │ │ ├── icons │ │ │ ├── asc.png │ │ │ ├── cb_checked.png │ │ │ ├── cb_none.png │ │ │ ├── cb_unckecked.png │ │ │ └── desc.png │ │ ├── install.inf │ │ ├── readme │ │ │ └── readme.txt │ │ └── tests │ │ │ └── test_options_editor.py │ ├── cuda_project_man │ │ ├── __init__.py │ │ ├── install.inf │ │ ├── projman_dlg.py │ │ ├── projman_glob.py │ │ └── readme │ │ │ ├── history.txt │ │ │ ├── license.txt │ │ │ └── readme.txt │ ├── cuda_snippet_panel │ │ ├── __init__.py │ │ ├── clips │ │ │ ├── Arrows │ │ │ │ └── List.txt │ │ │ ├── Currency symbols │ │ │ │ └── List.txt │ │ │ ├── Greek alphabet (lower) │ │ │ │ └── List.txt │ │ │ ├── Greek alphabet (upper) │ │ │ │ └── List.txt │ │ │ ├── HTML - Arrows │ │ │ │ └── List.txt │ │ │ ├── HTML - Color names+values │ │ │ │ └── List.txt │ │ │ ├── HTML - Color names │ │ │ │ └── List.txt │ │ │ ├── HTML - Letters │ │ │ │ └── List.txt │ │ │ ├── HTML - Math symbols │ │ │ │ └── List.txt │ │ │ ├── HTML - Special characters │ │ │ │ └── List.txt │ │ │ ├── Math symbols │ │ │ │ └── List.txt │ │ │ ├── Quote selection │ │ │ │ └── quote.txt │ │ │ └── Special characters │ │ │ │ └── List.txt │ │ ├── install.inf │ │ ├── readme │ │ │ ├── history.txt │ │ │ └── readme.txt │ │ ├── snips.py │ │ └── utils.py │ ├── cuda_sort │ │ ├── __init__.py │ │ ├── app_specific.py │ │ ├── install.inf │ │ ├── readme │ │ │ └── readme.txt │ │ ├── sort_dlg.py │ │ ├── sort_emails.py │ │ ├── sort_ini.py │ │ ├── sort_numeric.py │ │ └── sort_sep.py │ ├── cuda_tabs_list │ │ ├── __init__.py │ │ ├── install.inf │ │ └── readme │ │ │ ├── history.txt │ │ │ └── readme.txt │ ├── cuda_testing_dlg_proc │ │ ├── __init__.py │ │ ├── install.inf │ │ ├── repro_labels.py │ │ └── testcall.py │ ├── cuda_testing_finder_proc │ │ ├── __init__.py │ │ └── install.inf │ ├── cuda_testing_gaps │ │ ├── __init__.py │ │ └── install.inf │ ├── cudatext.py │ ├── cudatext_cmd.py │ ├── cudatext_keys.py │ ├── cudatext_reset_plugins.py │ ├── cudax_css.py │ ├── cudax_lib.py │ ├── cudax_nodejs.py │ └── sys │ │ ├── certifi │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── cacert.pem │ │ ├── core.py │ │ └── py.typed │ │ ├── chardet │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── big5freq.py │ │ ├── big5prober.py │ │ ├── chardistribution.py │ │ ├── charsetgroupprober.py │ │ ├── charsetprober.py │ │ ├── cli │ │ │ ├── __init__.py │ │ │ └── chardetect.py │ │ ├── codingstatemachine.py │ │ ├── codingstatemachinedict.py │ │ ├── cp949prober.py │ │ ├── enums.py │ │ ├── escprober.py │ │ ├── escsm.py │ │ ├── eucjpprober.py │ │ ├── euckrfreq.py │ │ ├── euckrprober.py │ │ ├── euctwfreq.py │ │ ├── euctwprober.py │ │ ├── gb2312freq.py │ │ ├── gb2312prober.py │ │ ├── hebrewprober.py │ │ ├── jisfreq.py │ │ ├── johabfreq.py │ │ ├── johabprober.py │ │ ├── jpcntx.py │ │ ├── langbulgarianmodel.py │ │ ├── langgreekmodel.py │ │ ├── langhebrewmodel.py │ │ ├── langhungarianmodel.py │ │ ├── langrussianmodel.py │ │ ├── langthaimodel.py │ │ ├── langturkishmodel.py │ │ ├── latin1prober.py │ │ ├── macromanprober.py │ │ ├── mbcharsetprober.py │ │ ├── mbcsgroupprober.py │ │ ├── mbcssm.py │ │ ├── metadata │ │ │ ├── __init__.py │ │ │ └── languages.py │ │ ├── py.typed │ │ ├── resultdict.py │ │ ├── sbcharsetprober.py │ │ ├── sbcsgroupprober.py │ │ ├── sjisprober.py │ │ ├── universaldetector.py │ │ ├── utf1632prober.py │ │ ├── utf8prober.py │ │ └── version.py │ │ ├── idna │ │ ├── __init__.py │ │ ├── codec.py │ │ ├── compat.py │ │ ├── core.py │ │ ├── idnadata.py │ │ ├── intranges.py │ │ ├── package_data.py │ │ ├── py.typed │ │ └── uts46data.py │ │ ├── requests │ │ ├── __init__.py │ │ ├── __version__.py │ │ ├── _internal_utils.py │ │ ├── adapters.py │ │ ├── api.py │ │ ├── auth.py │ │ ├── certs.py │ │ ├── compat.py │ │ ├── cookies.py │ │ ├── exceptions.py │ │ ├── help.py │ │ ├── hooks.py │ │ ├── models.py │ │ ├── packages.py │ │ ├── sessions.py │ │ ├── status_codes.py │ │ ├── structures.py │ │ └── utils.py │ │ └── urllib3 │ │ ├── __init__.py │ │ ├── _base_connection.py │ │ ├── _collections.py │ │ ├── _request_methods.py │ │ ├── _version.py │ │ ├── connection.py │ │ ├── connectionpool.py │ │ ├── contrib │ │ ├── __init__.py │ │ ├── emscripten │ │ │ ├── __init__.py │ │ │ ├── connection.py │ │ │ ├── emscripten_fetch_worker.js │ │ │ ├── fetch.py │ │ │ ├── request.py │ │ │ └── response.py │ │ ├── pyopenssl.py │ │ └── socks.py │ │ ├── exceptions.py │ │ ├── fields.py │ │ ├── filepost.py │ │ ├── http2 │ │ ├── __init__.py │ │ ├── connection.py │ │ └── probe.py │ │ ├── poolmanager.py │ │ ├── py.typed │ │ ├── response.py │ │ └── util │ │ ├── __init__.py │ │ ├── connection.py │ │ ├── proxy.py │ │ ├── request.py │ │ ├── response.py │ │ ├── retry.py │ │ ├── ssl_.py │ │ ├── ssl_match_hostname.py │ │ ├── ssltransport.py │ │ ├── timeout.py │ │ ├── url.py │ │ ├── util.py │ │ └── wait.py ├── readme │ ├── history.txt │ ├── license.CudaText.txt │ ├── license.certifi.txt │ ├── license.chardet.txt │ ├── license.idna.txt │ ├── license.requests.txt │ ├── license.urllib3.txt │ ├── tutorials │ │ ├── LexerConfig.odt │ │ ├── LexerIndentFolding.odt │ │ ├── TutorialLexer1.odt │ │ ├── TutorialLexer2.odt │ │ ├── TutorialLexer3.odt │ │ ├── TutorialLexer4.odt │ │ └── TutorialLexerLig.odt │ └── wiki │ │ ├── atsynedit-carets.gif │ │ ├── atsynedit-sel.gif │ │ ├── atsynedit_ide_defines.png │ │ ├── atsynedit_tree.png │ │ ├── controls_autosizes.png │ │ ├── cudatext-breadcrumbs.png │ │ ├── cudatext-charmap.png │ │ ├── cudatext-cjk-len1024.png │ │ ├── cudatext-click-link.png │ │ ├── cudatext-color-text.png │ │ ├── cudatext-color-underline.png │ │ ├── cudatext-column-sel-cjk.png │ │ ├── cudatext-column-sel-weird.png │ │ ├── cudatext-complete-filenames.png │ │ ├── cudatext-complete-fileuri.png │ │ ├── cudatext-complete-from-text.png │ │ ├── cudatext-complete-pics.png │ │ ├── cudatext-config-toolbar.png │ │ ├── cudatext-console.png │ │ ├── cudatext-dynamic-hi.png │ │ ├── cudatext-editing-context-menu.png │ │ ├── cudatext-embedded-editor.png │ │ ├── cudatext-fenced-blocks.png │ │ ├── cudatext-find-dlg.png │ │ ├── cudatext-find-markers.png │ │ ├── cudatext-findinfiles-intabs.png │ │ ├── cudatext-fmt-menuitems.png │ │ ├── cudatext-fmt-onsave.png │ │ ├── cudatext-fold-comments.png │ │ ├── cudatext-folding-gutter-ctx-menu.png │ │ ├── cudatext-hex-chars.png │ │ ├── cudatext-insert-pics.png │ │ ├── cudatext-lexer-editor-dlg.png │ │ ├── cudatext-lexer-library.png │ │ ├── cudatext-line-states_.png │ │ ├── cudatext-lsp-hover_.png │ │ ├── cudatext-lsp-refs.png │ │ ├── cudatext-macro-border.png │ │ ├── cudatext-macro-menu.png │ │ ├── cudatext-markers-html.png │ │ ├── cudatext-menu-colorsetup.png │ │ ├── cudatext-micromap-on-scrollbar.png │ │ ├── cudatext-micromap_.png │ │ ├── cudatext-minimap.png │ │ ├── cudatext-project-icons.png │ │ ├── cudatext-project-seldir.png │ │ ├── cudatext-runner-thread.gif │ │ ├── cudatext-snippets-add-vscode.png │ │ ├── cudatext-snippets-editor.png │ │ ├── cudatext-tab-colors.png │ │ ├── cudatext-tab-icons.png │ │ ├── cudatext-tab-switcher-cudaext.png │ │ ├── cudatext-tab-switcher.png │ │ ├── cudatext-tabs-flat.png │ │ ├── cudatext-tabs-layout.png │ │ ├── cudatext-tabs-left_.png │ │ ├── cudatext-tabs-multiline.png │ │ ├── cudatext-tabs-path-suffix.png │ │ ├── cudatext-tabs-red-marker.png │ │ ├── cudatext-toolbar.png │ │ ├── cudatext-tools-and-projects-config.png │ │ ├── cudatext-tools-and-projects.png │ │ ├── cudatext-tools-mainlexertool.png │ │ ├── cudatext-tools-menuitem.png │ │ ├── cudatext-tools-props.png │ │ ├── cudatext-tree-css-colors.png │ │ ├── cudatext-ui-elements.png │ │ ├── cudatext-viewer-asking.png │ │ ├── cudatext-viewer-hex.png │ │ ├── cudatext-viewer-modes.png │ │ ├── cudatext-zip-install-prompt.png │ │ ├── cudatext.png │ │ ├── cudatext.wiki │ │ ├── cudatext_all_icons.png │ │ ├── cudatext_api.wiki │ │ ├── cudatext_files_formats.wiki │ │ ├── cudatext_options_editor.png │ │ ├── cudatext_plugins.wiki │ │ ├── cudatext_snippets_menu.png │ │ └── cudatext_vs_other_editors.wiki ├── settings_default │ ├── default.json │ ├── lexer Bash script.json │ ├── lexer CSS.json │ ├── lexer JSON.json │ ├── lexer JavaScript.json │ ├── lexer Python.json │ └── lexer YAML.json ├── treehelper_ini.pas ├── treehelper_markdown.pas ├── treehelper_mediawiki.pas ├── treehelper_rest.pas ├── treehelper_textile.pas ├── treehelper_wikidpad.pas ├── treehelpers_base.pas └── treehelpers_proc.pas ├── app_res ├── gutter │ ├── bm.bmp │ ├── bm0.bmp │ ├── bm1.bmp │ ├── bm2.bmp │ ├── bm3.bmp │ ├── bm4.bmp │ ├── bm5.bmp │ ├── bm6.bmp │ ├── bm7.bmp │ ├── bm8.bmp │ └── bm9.bmp ├── icon_parts │ ├── cudatext_icon_128.png │ ├── cudatext_icon_128.svg │ ├── cudatext_icon_16.png │ ├── cudatext_icon_16.svg │ ├── cudatext_icon_20.png │ ├── cudatext_icon_20.svg │ ├── cudatext_icon_24.png │ ├── cudatext_icon_24.svg │ ├── cudatext_icon_256.png │ ├── cudatext_icon_256.svg │ ├── cudatext_icon_32.png │ ├── cudatext_icon_32.svg │ ├── cudatext_icon_48.png │ ├── cudatext_icon_48.svg │ ├── cudatext_icon_64.png │ └── cudatext_icon_64.svg └── icon_source │ ├── cudatext_v1_greenfish_icon_editor.gfie │ ├── cudatext_v2_blender.blend │ └── cudatext_v2_gimp.xcf ├── comp ├── appuniqueinstance.pas ├── appuniqueinstancebase.pas ├── atimagebox.pas ├── atimagebox_options.inc ├── fix_gtk_clipboard.pas ├── scrollingtext.pas ├── win32linkfiles.pas ├── win32menustyler.pas └── win32titlestyler.pas ├── doc ├── Lazarus_defines.txt ├── fix_fcl-json.txt ├── freebsd-v12-support-for-fpc32.patch ├── git_clone_all.sh ├── git_pull_all.sh ├── how_to_change_version.txt ├── lcl_dragmanager.patch ├── make_osx_file.txt └── qt5-fixes.patch ├── fix_permissions.sh ├── readme.md ├── setup ├── cuda_ver.sh ├── debfiles │ ├── changelog │ ├── copyright │ ├── cudatext-512.png │ ├── cudatext.desktop │ ├── gtk2_amd64 │ │ └── control │ ├── qt5_amd64 │ │ └── control │ └── qt6_amd64 │ │ └── control ├── freebsd_files │ └── readme_cudatext_freebsd.txt ├── haiku_icon │ ├── CudaText.hvif │ └── CudaText.iom ├── mac_common.command ├── mac_common.sh ├── mac_files │ ├── cudatext.icns │ ├── cudatext_fullsize_macos10.icns │ └── icon-howto.txt ├── mac_update_resources.sh ├── prepare_build_dir.sh ├── prepare_cudatext_dir.sh ├── qt_files │ └── cudatext_portable.sh ├── src.sh ├── unix_common.sh ├── unix_common_deb.sh ├── win_common.sh ├── z_bsd.sh ├── z_linux_arm.sh ├── z_linux_intel.sh ├── z_linux_intel_deb.sh ├── z_linuxmusl_x64_gtk.sh ├── z_mac_arm.command ├── z_mac_intel.command ├── z_macos.sh ├── z_solaris.sh └── z_win.sh ├── testapps ├── gtk2_custom_textout │ ├── project1.lpi │ ├── project1.lpr │ ├── project1.res │ ├── textout_faster_gtk2.pas │ ├── unit1.lfm │ └── unit1.pas ├── test_proc_c_syntax │ ├── proc_str_c_syntax.pas │ ├── test.lpi │ ├── test.lpr │ ├── test.res │ ├── unit1.lfm │ └── unit1.pas └── test_treehelpers │ ├── app.lpi │ ├── app.lpr │ ├── tests │ ├── fold-buggy-levels.md │ ├── fold.ini │ ├── fold.md │ ├── fold.mediawiki │ ├── fold.rst │ ├── fold.textile │ ├── fold.wikidpad │ ├── index.md │ ├── jedi.rst │ └── readme.rst │ ├── unitmain.lfm │ └── unitmain.pas └── testfiles ├── code_tree ├── code-tree with fenced blocks 1.md └── code-tree with fenced blocks 2.md ├── emoji combined.txt ├── emoji.txt ├── encoding-detection-by-first-line ├── encoding-utf32BE ├── encoding-utf32LE ├── html_with_pictures ├── test.html ├── test1.jpg ├── test2.webp └── test3.png ├── test_features ├── auto-complete in HTML and CSS.html ├── block staples in JS.js ├── brackets.cpp ├── classes in HTML code.html ├── colored HTML underlines.html ├── compilable_c_app.cpp ├── django.html ├── f-strings in Python.py ├── fenced-code-blocks-2.md ├── fenced-code-blocks.md ├── folding bugs.vbs ├── heredoc in PHP.php ├── ligatures.java ├── ligatures.rs ├── mass replace, also multiline.txt ├── sublexer blocks.html └── text with indentation.txt └── wide_chars.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/LICENSE -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Info.plist -------------------------------------------------------------------------------- /app/cudatext.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? 2 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/cudatext.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/cudatext.icns -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/data/filetypeicons/vscode_16x16/README.txt: -------------------------------------------------------------------------------- 1 | Visual Studio Code icons 2 | converted to 16x16 PNG using ImageMagick 3 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/data/lexlib/CSS.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/data/lexlib/CSS.lcf -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/data/lexlib/XML.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/data/lexlib/XML.lcf -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/data/newdoc/asp.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/data/newdoc/asp.asp -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/data/newdoc/default.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/data/newdoc/default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/data/newdoc/jsp.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/data/newdoc/jsp.jsp -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cuda_comments/__init__.py: -------------------------------------------------------------------------------- 1 | from .cd_comments import Command 2 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cuda_options_editor/__init__.py: -------------------------------------------------------------------------------- 1 | from .cd_opts_dlg import Command, OptEdD -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cuda_options_editor/v.inf: -------------------------------------------------------------------------------- 1 | 2.3.04 2018-08-28 -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cuda_prefs/__init__.py: -------------------------------------------------------------------------------- 1 | from .cd_opts_dlg import Command, OptEdD 2 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cuda_prefs/readme/history.txt: -------------------------------------------------------------------------------- 1 | 2021.05.13 2 | initial version 3 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cuda_snippet_panel/readme/history.txt: -------------------------------------------------------------------------------- 1 | 2 | 2019.02.10 3 | initial 4 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cudatext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/py/cudatext.py -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cudatext_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/py/cudatext_cmd.py -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cudatext_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/py/cudatext_init.py -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cudatext_keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/py/cudatext_keys.py -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cudax_css.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/py/cudax_css.py -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cudax_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/py/cudax_lib.py -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/cudax_nodejs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/py/cudax_nodejs.py -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/sys/certifi/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/sys/chardet/cli/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/sys/chardet/metadata/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/sys/chardet/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/sys/idna/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.app/Contents/Resources/py/sys/idna/core.py -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/sys/idna/package_data.py: -------------------------------------------------------------------------------- 1 | __version__ = "3.11" 2 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/sys/idna/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/py/sys/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/cudatext.app/Contents/Resources/settings_default/lexer Bash script.json: -------------------------------------------------------------------------------- 1 | { 2 | "nonword_chars": "+*=/\\()[]{}<>\"'.,:;~?!@#%^&|`…", 3 | } 4 | -------------------------------------------------------------------------------- /app/cudatext.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.ico -------------------------------------------------------------------------------- /app/cudatext.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.lpi -------------------------------------------------------------------------------- /app/cudatext.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.lpr -------------------------------------------------------------------------------- /app/cudatext.old.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.old.ico -------------------------------------------------------------------------------- /app/cudatext.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/cudatext.res -------------------------------------------------------------------------------- /app/data/autocomplete/Bash script.acp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocomplete/Bash script.acp -------------------------------------------------------------------------------- /app/data/autocomplete/Batch files.acp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocomplete/Batch files.acp -------------------------------------------------------------------------------- /app/data/autocompletespec/css_colors.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/css_colors.ini -------------------------------------------------------------------------------- /app/data/autocompletespec/css_list.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/css_list.ini -------------------------------------------------------------------------------- /app/data/autocompletespec/css_sel.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/css_sel.ini -------------------------------------------------------------------------------- /app/data/autocompletespec/emmet_lorem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/emmet_lorem.txt -------------------------------------------------------------------------------- /app/data/autocompletespec/emmet_snippets.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/emmet_snippets.ini -------------------------------------------------------------------------------- /app/data/autocompletespec/html_entities.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/html_entities.ini -------------------------------------------------------------------------------- /app/data/autocompletespec/html_globals.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/html_globals.ini -------------------------------------------------------------------------------- /app/data/autocompletespec/html_list.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/html_list.ini -------------------------------------------------------------------------------- /app/data/autocompletespec/html_mediatypes.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/autocompletespec/html_mediatypes.ini -------------------------------------------------------------------------------- /app/data/codetreeicons/default_16x16/ar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/codetreeicons/default_16x16/ar1.png -------------------------------------------------------------------------------- /app/data/codetreeicons/default_16x16/ar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/codetreeicons/default_16x16/ar2.png -------------------------------------------------------------------------------- /app/data/codetreeicons/default_16x16/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/codetreeicons/default_16x16/box.png -------------------------------------------------------------------------------- /app/data/codetreeicons/default_16x16/dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/codetreeicons/default_16x16/dir.png -------------------------------------------------------------------------------- /app/data/codetreeicons/default_16x16/fx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/codetreeicons/default_16x16/fx.png -------------------------------------------------------------------------------- /app/data/codetreeicons/default_16x16/st1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/codetreeicons/default_16x16/st1.png -------------------------------------------------------------------------------- /app/data/codetreeicons/default_16x16/st2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/codetreeicons/default_16x16/st2.png -------------------------------------------------------------------------------- /app/data/codetreeicons/default_16x16/st3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/codetreeicons/default_16x16/st3.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/LICENSE.txt -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/README.txt: -------------------------------------------------------------------------------- 1 | Visual Studio Code icons 2 | converted to 16x16 PNG using ImageMagick 3 | -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/default_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/default_file.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/default_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/default_folder.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_ada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_ada.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_antlr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_antlr.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_astro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_astro.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_audio.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_awk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_awk.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_babel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_babel.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_bat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_bat.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_bazel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_bazel.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_bicep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_bicep.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_blade.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_c.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_c3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_c3.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_cfm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_cfm.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_cmake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_cmake.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_cobol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_cobol.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_cpp.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_css.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_cuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_cuda.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_diff.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_dlang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_dlang.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_ejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_ejs.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_elm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_elm.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_ember.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_ember.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_erb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_erb.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_gcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_gcode.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_gleam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_gleam.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_glsl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_glsl.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_go.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_godot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_godot.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_haml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_haml.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_haxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_haxe.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_hjson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_hjson.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_hlsl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_hlsl.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_html.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_image.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_ini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_ini.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_java.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_jinja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_jinja.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_js.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_json.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_jsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_jsp.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_julia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_julia.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_kivy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_kivy.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_less.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_lisp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_lisp.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_log.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_lua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_lua.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_maya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_maya.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_mdx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_mdx.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_mojo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_mojo.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_nim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_nim.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_nsi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_nsi.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_ocaml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_ocaml.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_org.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_perl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_perl.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_perl6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_perl6.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_php.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_plsql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_plsql.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_pony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_pony.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_pug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_pug.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_pyret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_pyret.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_r.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_rails.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_razor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_razor.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_red.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_rest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_rest.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_rexx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_rexx.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_rmd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_rmd.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_ruby.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_rust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_rust.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_sass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_sass.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_scala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_scala.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_scss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_scss.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_shell.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_slim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_slim.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_sln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_sln.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_sqf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_sqf.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_sql.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_stata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_stata.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_svg.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_swift.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_tcl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_tcl.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_tex.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_text.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_todo.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_toml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_toml.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_twig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_twig.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_vala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_vala.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_vb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_vb.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_vhdl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_vhdl.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_video.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/file_type_vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/file_type_vim.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/icon_bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/icon_bad.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/icon_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/icon_server.png -------------------------------------------------------------------------------- /app/data/filetypeicons/vscode_16x16/icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/filetypeicons/vscode_16x16/icons.json -------------------------------------------------------------------------------- /app/data/lang/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lang/history.txt -------------------------------------------------------------------------------- /app/data/lang/translation template.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lang/translation template.ini -------------------------------------------------------------------------------- /app/data/lexlib/Bash script.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Bash script.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/Bash script.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Bash script.lcf -------------------------------------------------------------------------------- /app/data/lexlib/Batch files.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Batch files.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/Batch files.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Batch files.lcf -------------------------------------------------------------------------------- /app/data/lexlib/CSS.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/CSS.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/CSS.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/CSS.lcf -------------------------------------------------------------------------------- /app/data/lexlib/HTML style.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/HTML style.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/HTML style.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/HTML style.lcf -------------------------------------------------------------------------------- /app/data/lexlib/HTML.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/HTML.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/HTML.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/HTML.lcf -------------------------------------------------------------------------------- /app/data/lexlib/JSDoc.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/JSDoc.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/JSDoc.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/JSDoc.lcf -------------------------------------------------------------------------------- /app/data/lexlib/JSON.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/JSON.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/JSON.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/JSON.lcf -------------------------------------------------------------------------------- /app/data/lexlib/JavaScript.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/JavaScript.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/JavaScript.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/JavaScript.lcf -------------------------------------------------------------------------------- /app/data/lexlib/Markdown.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Markdown.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/Markdown.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Markdown.lcf -------------------------------------------------------------------------------- /app/data/lexlib/Python.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Python.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/Python.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Python.lcf -------------------------------------------------------------------------------- /app/data/lexlib/RegEx.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/RegEx.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/RegEx.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/RegEx.lcf -------------------------------------------------------------------------------- /app/data/lexlib/Search results.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Search results.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/Search results.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/Search results.lcf -------------------------------------------------------------------------------- /app/data/lexlib/XML.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/XML.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/XML.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/XML.lcf -------------------------------------------------------------------------------- /app/data/lexlib/YAML.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/YAML.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/YAML.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/YAML.lcf -------------------------------------------------------------------------------- /app/data/lexlib/aliases.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/aliases.ini -------------------------------------------------------------------------------- /app/data/lexlib/reStructuredText.cuda-lexmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/reStructuredText.cuda-lexmap -------------------------------------------------------------------------------- /app/data/lexlib/reStructuredText.lcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexlib/reStructuredText.lcf -------------------------------------------------------------------------------- /app/data/lexliblite/Ini files.cuda-litelexer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexliblite/Ini files.cuda-litelexer -------------------------------------------------------------------------------- /app/data/lexliblite/JSON.cuda-litelexer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexliblite/JSON.cuda-litelexer -------------------------------------------------------------------------------- /app/data/lexliblite/Log files.cuda-litelexer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexliblite/Log files.cuda-litelexer -------------------------------------------------------------------------------- /app/data/lexliblite/SQL.cuda-litelexer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexliblite/SQL.cuda-litelexer -------------------------------------------------------------------------------- /app/data/lexliblite/XML.cuda-litelexer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/lexliblite/XML.cuda-litelexer -------------------------------------------------------------------------------- /app/data/newdoc/Frameset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/Frameset.html -------------------------------------------------------------------------------- /app/data/newdoc/Glossary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/Glossary.html -------------------------------------------------------------------------------- /app/data/newdoc/Pascal unit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/Pascal unit.pas -------------------------------------------------------------------------------- /app/data/newdoc/Redirection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/Redirection.html -------------------------------------------------------------------------------- /app/data/newdoc/asp with HTML.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/asp with HTML.asp -------------------------------------------------------------------------------- /app/data/newdoc/asp.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/asp.asp -------------------------------------------------------------------------------- /app/data/newdoc/default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/default.c -------------------------------------------------------------------------------- /app/data/newdoc/default.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/default.cpp -------------------------------------------------------------------------------- /app/data/newdoc/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/default.css -------------------------------------------------------------------------------- /app/data/newdoc/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/default.js -------------------------------------------------------------------------------- /app/data/newdoc/default.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /app/data/newdoc/default.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/default.py -------------------------------------------------------------------------------- /app/data/newdoc/default.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/default.vbs -------------------------------------------------------------------------------- /app/data/newdoc/default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /app/data/newdoc/html.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/html.htm -------------------------------------------------------------------------------- /app/data/newdoc/jsp.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/jsp.jsp -------------------------------------------------------------------------------- /app/data/newdoc/php with HTML.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/php with HTML.php -------------------------------------------------------------------------------- /app/data/newdoc/xhtml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/xhtml.html -------------------------------------------------------------------------------- /app/data/newdoc/xslt style.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/newdoc/xslt style.xsl -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/add-dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/add-dir.png -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/add-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/add-file.png -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/cfg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/cfg.png -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/del.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/del.png -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/license.txt -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/open.png -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/readme.txt -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/readme2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/readme2.txt -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/recents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/recents.png -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/save.png -------------------------------------------------------------------------------- /app/data/projtoolbaricons/default_16x16/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/projtoolbaricons/default_16x16/sync.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/console.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/credits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/credits.txt -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/find.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/font.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/ftp log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/ftp log.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/ftp.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/menu.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/output.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/project.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/snip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/snip.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/tabs.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/tree.png -------------------------------------------------------------------------------- /app/data/sideicons/common_20x20/validate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/common_20x20/validate.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/console.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/find.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/font.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/ftp log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/ftp log.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/ftp.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/icons-octicons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/icons-octicons.txt -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/license.txt -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/menu.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/output.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/project.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/snip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/snip.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/tabs.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/tree.png -------------------------------------------------------------------------------- /app/data/sideicons/octicons_20x20/validate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/sideicons/octicons_20x20/validate.png -------------------------------------------------------------------------------- /app/data/snippets_ct/std.HTML/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/snippets_ct/std.HTML/config.json -------------------------------------------------------------------------------- /app/data/themes/amy.cuda-theme-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/amy.cuda-theme-syntax -------------------------------------------------------------------------------- /app/data/themes/amy.cuda-theme-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/amy.cuda-theme-ui -------------------------------------------------------------------------------- /app/data/themes/cobalt.cuda-theme-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/cobalt.cuda-theme-syntax -------------------------------------------------------------------------------- /app/data/themes/cobalt.cuda-theme-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/cobalt.cuda-theme-ui -------------------------------------------------------------------------------- /app/data/themes/darkwolf.cuda-theme-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/darkwolf.cuda-theme-syntax -------------------------------------------------------------------------------- /app/data/themes/darkwolf.cuda-theme-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/darkwolf.cuda-theme-ui -------------------------------------------------------------------------------- /app/data/themes/ebony.cuda-theme-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/ebony.cuda-theme-syntax -------------------------------------------------------------------------------- /app/data/themes/ebony.cuda-theme-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/ebony.cuda-theme-ui -------------------------------------------------------------------------------- /app/data/themes/green.cuda-theme-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/green.cuda-theme-syntax -------------------------------------------------------------------------------- /app/data/themes/green.cuda-theme-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/green.cuda-theme-ui -------------------------------------------------------------------------------- /app/data/themes/navy.cuda-theme-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/navy.cuda-theme-syntax -------------------------------------------------------------------------------- /app/data/themes/navy.cuda-theme-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/navy.cuda-theme-ui -------------------------------------------------------------------------------- /app/data/themes/sub.cuda-theme-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/sub.cuda-theme-syntax -------------------------------------------------------------------------------- /app/data/themes/sub.cuda-theme-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/sub.cuda-theme-ui -------------------------------------------------------------------------------- /app/data/themes/syn.cuda-theme-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/syn.cuda-theme-syntax -------------------------------------------------------------------------------- /app/data/themes/syn.cuda-theme-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/themes/syn.cuda-theme-ui -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/case.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/comment.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/e_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/e_copy.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/e_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/e_cut.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/e_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/e_paste.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/e_redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/e_redo.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/e_undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/e_undo.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/f_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/f_new.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/f_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/f_open.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/f_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/f_save.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/indent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/indent.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/map.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/opt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/opt.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/unindent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/unindent.png -------------------------------------------------------------------------------- /app/data/toolbaricons/default_24x24/unpri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/default_24x24/unpri.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/case.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/comment.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/e_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/e_copy.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/e_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/e_cut.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/e_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/e_paste.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/e_redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/e_redo.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/e_undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/e_undo.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/f_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/f_new.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/f_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/f_open.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/f_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/f_save.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/indent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/indent.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/map.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/opt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/opt.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/unindent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/unindent.png -------------------------------------------------------------------------------- /app/data/toolbaricons/light_24x24/unpri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/data/toolbaricons/light_24x24/unpri.png -------------------------------------------------------------------------------- /app/fix_focus_window.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/fix_focus_window.pas -------------------------------------------------------------------------------- /app/form_about.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_about.lfm -------------------------------------------------------------------------------- /app/form_about.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_about.pas -------------------------------------------------------------------------------- /app/form_addon_report.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_addon_report.lfm -------------------------------------------------------------------------------- /app/form_addon_report.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_addon_report.pas -------------------------------------------------------------------------------- /app/form_char_map.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_char_map.lfm -------------------------------------------------------------------------------- /app/form_char_map.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_char_map.pas -------------------------------------------------------------------------------- /app/form_choose_theme.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_choose_theme.lfm -------------------------------------------------------------------------------- /app/form_choose_theme.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_choose_theme.pas -------------------------------------------------------------------------------- /app/form_color_setup.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_color_setup.lfm -------------------------------------------------------------------------------- /app/form_color_setup.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_color_setup.pas -------------------------------------------------------------------------------- /app/form_confirm_binary.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_confirm_binary.lfm -------------------------------------------------------------------------------- /app/form_confirm_binary.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_confirm_binary.pas -------------------------------------------------------------------------------- /app/form_confirm_rep.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_confirm_rep.lfm -------------------------------------------------------------------------------- /app/form_confirm_rep.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_confirm_rep.pas -------------------------------------------------------------------------------- /app/form_console.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_console.pas -------------------------------------------------------------------------------- /app/form_find.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_find.lfm -------------------------------------------------------------------------------- /app/form_find.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_find.pas -------------------------------------------------------------------------------- /app/form_frame.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_frame.lfm -------------------------------------------------------------------------------- /app/form_frame.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_frame.pas -------------------------------------------------------------------------------- /app/form_goto.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_goto.lfm -------------------------------------------------------------------------------- /app/form_goto.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_goto.pas -------------------------------------------------------------------------------- /app/form_key_input.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_key_input.lfm -------------------------------------------------------------------------------- /app/form_key_input.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_key_input.pas -------------------------------------------------------------------------------- /app/form_keys.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_keys.lfm -------------------------------------------------------------------------------- /app/form_keys.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_keys.pas -------------------------------------------------------------------------------- /app/form_lexer_lib.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_lexer_lib.lfm -------------------------------------------------------------------------------- /app/form_lexer_lib.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_lexer_lib.pas -------------------------------------------------------------------------------- /app/form_lexer_prop.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_lexer_prop.lfm -------------------------------------------------------------------------------- /app/form_lexer_prop.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_lexer_prop.pas -------------------------------------------------------------------------------- /app/form_lexer_style.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_lexer_style.lfm -------------------------------------------------------------------------------- /app/form_lexer_style.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_lexer_style.pas -------------------------------------------------------------------------------- /app/form_lexer_stylemap.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_lexer_stylemap.lfm -------------------------------------------------------------------------------- /app/form_lexer_stylemap.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_lexer_stylemap.pas -------------------------------------------------------------------------------- /app/form_menu_commands.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_menu_commands.lfm -------------------------------------------------------------------------------- /app/form_menu_commands.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_menu_commands.pas -------------------------------------------------------------------------------- /app/form_menu_list.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_menu_list.lfm -------------------------------------------------------------------------------- /app/form_menu_list.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_menu_list.pas -------------------------------------------------------------------------------- /app/form_menu_py.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_menu_py.lfm -------------------------------------------------------------------------------- /app/form_menu_py.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_menu_py.pas -------------------------------------------------------------------------------- /app/form_rename_file.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_rename_file.lfm -------------------------------------------------------------------------------- /app/form_rename_file.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_rename_file.pas -------------------------------------------------------------------------------- /app/form_tabs_save.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_tabs_save.lfm -------------------------------------------------------------------------------- /app/form_tabs_save.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_tabs_save.pas -------------------------------------------------------------------------------- /app/form_unprinted.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_unprinted.lfm -------------------------------------------------------------------------------- /app/form_unprinted.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/form_unprinted.pas -------------------------------------------------------------------------------- /app/formmain.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain.lfm -------------------------------------------------------------------------------- /app/formmain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain.pas -------------------------------------------------------------------------------- /app/formmain_bottompanel.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_bottompanel.inc -------------------------------------------------------------------------------- /app/formmain_cmd.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_cmd.inc -------------------------------------------------------------------------------- /app/formmain_commandline.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_commandline.inc -------------------------------------------------------------------------------- /app/formmain_find.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_find.inc -------------------------------------------------------------------------------- /app/formmain_frame_proc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_frame_proc.inc -------------------------------------------------------------------------------- /app/formmain_loadsave.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_loadsave.inc -------------------------------------------------------------------------------- /app/formmain_py_api.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_py_api.inc -------------------------------------------------------------------------------- /app/formmain_py_helpers.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_py_helpers.inc -------------------------------------------------------------------------------- /app/formmain_py_pluginwork.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_py_pluginwork.inc -------------------------------------------------------------------------------- /app/formmain_py_statusbars.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_py_statusbars.inc -------------------------------------------------------------------------------- /app/formmain_py_toolbars.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_py_toolbars.inc -------------------------------------------------------------------------------- /app/formmain_sidepanel.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_sidepanel.inc -------------------------------------------------------------------------------- /app/formmain_tab_proc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_tab_proc.inc -------------------------------------------------------------------------------- /app/formmain_themes.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_themes.inc -------------------------------------------------------------------------------- /app/formmain_translation.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_translation.inc -------------------------------------------------------------------------------- /app/formmain_updates_proc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/formmain_updates_proc.inc -------------------------------------------------------------------------------- /app/proc_appvariant.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_appvariant.pas -------------------------------------------------------------------------------- /app/proc_cmd.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_cmd.pas -------------------------------------------------------------------------------- /app/proc_colors.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_colors.pas -------------------------------------------------------------------------------- /app/proc_cssprovider.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_cssprovider.pas -------------------------------------------------------------------------------- /app/proc_customdialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_customdialog.pas -------------------------------------------------------------------------------- /app/proc_customdialog_dummy.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_customdialog_dummy.pas -------------------------------------------------------------------------------- /app/proc_editor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_editor.pas -------------------------------------------------------------------------------- /app/proc_editor_micromap.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_editor_micromap.pas -------------------------------------------------------------------------------- /app/proc_editor_saving.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_editor_saving.pas -------------------------------------------------------------------------------- /app/proc_files.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_files.pas -------------------------------------------------------------------------------- /app/proc_globdata.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_globdata.pas -------------------------------------------------------------------------------- /app/proc_inittick.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_inittick.pas -------------------------------------------------------------------------------- /app/proc_install_zip.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_install_zip.pas -------------------------------------------------------------------------------- /app/proc_json_ex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_json_ex.pas -------------------------------------------------------------------------------- /app/proc_keybackupclass.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_keybackupclass.pas -------------------------------------------------------------------------------- /app/proc_keysdialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_keysdialog.pas -------------------------------------------------------------------------------- /app/proc_lexer_styles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_lexer_styles.pas -------------------------------------------------------------------------------- /app/proc_miscutils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_miscutils.pas -------------------------------------------------------------------------------- /app/proc_msg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_msg.pas -------------------------------------------------------------------------------- /app/proc_panelhost.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_panelhost.pas -------------------------------------------------------------------------------- /app/proc_py.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_py.pas -------------------------------------------------------------------------------- /app/proc_py_const.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_py_const.pas -------------------------------------------------------------------------------- /app/proc_scrollbars.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_scrollbars.pas -------------------------------------------------------------------------------- /app/proc_str.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_str.pas -------------------------------------------------------------------------------- /app/proc_str_c_syntax.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_str_c_syntax.pas -------------------------------------------------------------------------------- /app/proc_windows_elevated.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/proc_windows_elevated.pas -------------------------------------------------------------------------------- /app/py/cuda_addonman/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_addonman/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/install.inf -------------------------------------------------------------------------------- /app/py/cuda_addonman/opt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/opt.py -------------------------------------------------------------------------------- /app/py/cuda_addonman/readme/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/readme/readme.txt -------------------------------------------------------------------------------- /app/py/cuda_addonman/work_dlg_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/work_dlg_config.py -------------------------------------------------------------------------------- /app/py/cuda_addonman/work_github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/work_github.py -------------------------------------------------------------------------------- /app/py/cuda_addonman/work_install_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/work_install_helper.py -------------------------------------------------------------------------------- /app/py/cuda_addonman/work_local.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/work_local.py -------------------------------------------------------------------------------- /app/py/cuda_addonman/work_remote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/work_remote.py -------------------------------------------------------------------------------- /app/py/cuda_addonman/work_tempdir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_addonman/work_tempdir.py -------------------------------------------------------------------------------- /app/py/cuda_comments/__init__.py: -------------------------------------------------------------------------------- 1 | from .cd_comments import Command 2 | -------------------------------------------------------------------------------- /app/py/cuda_comments/cd_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_comments/cd_comments.py -------------------------------------------------------------------------------- /app/py/cuda_comments/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_comments/install.inf -------------------------------------------------------------------------------- /app/py/cuda_insert_time/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_insert_time/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_insert_time/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_insert_time/install.inf -------------------------------------------------------------------------------- /app/py/cuda_lexer_detecter/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_lexer_detecter/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_lexer_detecter/cuda_gen_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_lexer_detecter/cuda_gen_types.py -------------------------------------------------------------------------------- /app/py/cuda_lexer_detecter/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_lexer_detecter/install.inf -------------------------------------------------------------------------------- /app/py/cuda_lexer_detecter/lexertypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_lexer_detecter/lexertypes.py -------------------------------------------------------------------------------- /app/py/cuda_make_plugin/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_make_plugin/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_make_plugin/dlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_make_plugin/dlg.py -------------------------------------------------------------------------------- /app/py/cuda_make_plugin/events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_make_plugin/events.py -------------------------------------------------------------------------------- /app/py/cuda_make_plugin/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_make_plugin/install.inf -------------------------------------------------------------------------------- /app/py/cuda_make_plugin/sample_begin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_make_plugin/sample_begin.py -------------------------------------------------------------------------------- /app/py/cuda_make_plugin/sample_begin_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_make_plugin/sample_begin_config.py -------------------------------------------------------------------------------- /app/py/cuda_make_plugin/sample_body.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_make_plugin/sample_body.py -------------------------------------------------------------------------------- /app/py/cuda_make_plugin/sample_body_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_make_plugin/sample_body_config.py -------------------------------------------------------------------------------- /app/py/cuda_multi_installer/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_multi_installer/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_multi_installer/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_multi_installer/install.inf -------------------------------------------------------------------------------- /app/py/cuda_new_file/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_new_file/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_new_file/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_new_file/install.inf -------------------------------------------------------------------------------- /app/py/cuda_palette/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_palette/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_palette/cd_plug_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_palette/cd_plug_lib.py -------------------------------------------------------------------------------- /app/py/cuda_palette/lang/messages.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_palette/lang/messages.pot -------------------------------------------------------------------------------- /app/py/cuda_prefs/__init__.py: -------------------------------------------------------------------------------- 1 | from .cd_opts_dlg import Command, OptEdD 2 | -------------------------------------------------------------------------------- /app/py/cuda_prefs/cd_opts_dlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/cd_opts_dlg.py -------------------------------------------------------------------------------- /app/py/cuda_prefs/dlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/dlg.py -------------------------------------------------------------------------------- /app/py/cuda_prefs/dlg_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/dlg_json.py -------------------------------------------------------------------------------- /app/py/cuda_prefs/icons/asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/icons/asc.png -------------------------------------------------------------------------------- /app/py/cuda_prefs/icons/cb_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/icons/cb_checked.png -------------------------------------------------------------------------------- /app/py/cuda_prefs/icons/cb_none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/icons/cb_none.png -------------------------------------------------------------------------------- /app/py/cuda_prefs/icons/cb_unckecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/icons/cb_unckecked.png -------------------------------------------------------------------------------- /app/py/cuda_prefs/icons/desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/icons/desc.png -------------------------------------------------------------------------------- /app/py/cuda_prefs/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/install.inf -------------------------------------------------------------------------------- /app/py/cuda_prefs/readme/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/readme/readme.txt -------------------------------------------------------------------------------- /app/py/cuda_prefs/tests/test_options_editor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_prefs/tests/test_options_editor.py -------------------------------------------------------------------------------- /app/py/cuda_project_man/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_project_man/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_project_man/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_project_man/install.inf -------------------------------------------------------------------------------- /app/py/cuda_project_man/projman_dlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_project_man/projman_dlg.py -------------------------------------------------------------------------------- /app/py/cuda_project_man/projman_glob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_project_man/projman_glob.py -------------------------------------------------------------------------------- /app/py/cuda_project_man/readme/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_project_man/readme/history.txt -------------------------------------------------------------------------------- /app/py/cuda_project_man/readme/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_project_man/readme/license.txt -------------------------------------------------------------------------------- /app/py/cuda_project_man/readme/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_project_man/readme/readme.txt -------------------------------------------------------------------------------- /app/py/cuda_snippet_panel/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_snippet_panel/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_snippet_panel/clips/Arrows/List.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_snippet_panel/clips/Arrows/List.txt -------------------------------------------------------------------------------- /app/py/cuda_snippet_panel/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_snippet_panel/install.inf -------------------------------------------------------------------------------- /app/py/cuda_snippet_panel/readme/history.txt: -------------------------------------------------------------------------------- 1 | 2 | 2019.02.10 3 | initial 4 | -------------------------------------------------------------------------------- /app/py/cuda_snippet_panel/readme/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_snippet_panel/readme/readme.txt -------------------------------------------------------------------------------- /app/py/cuda_snippet_panel/snips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_snippet_panel/snips.py -------------------------------------------------------------------------------- /app/py/cuda_snippet_panel/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_snippet_panel/utils.py -------------------------------------------------------------------------------- /app/py/cuda_sort/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_sort/app_specific.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/app_specific.py -------------------------------------------------------------------------------- /app/py/cuda_sort/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/install.inf -------------------------------------------------------------------------------- /app/py/cuda_sort/readme/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/readme/readme.txt -------------------------------------------------------------------------------- /app/py/cuda_sort/sort_dlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/sort_dlg.py -------------------------------------------------------------------------------- /app/py/cuda_sort/sort_emails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/sort_emails.py -------------------------------------------------------------------------------- /app/py/cuda_sort/sort_ini.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/sort_ini.py -------------------------------------------------------------------------------- /app/py/cuda_sort/sort_numeric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/sort_numeric.py -------------------------------------------------------------------------------- /app/py/cuda_sort/sort_sep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_sort/sort_sep.py -------------------------------------------------------------------------------- /app/py/cuda_tabs_list/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_tabs_list/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_tabs_list/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_tabs_list/install.inf -------------------------------------------------------------------------------- /app/py/cuda_tabs_list/readme/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_tabs_list/readme/history.txt -------------------------------------------------------------------------------- /app/py/cuda_tabs_list/readme/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_tabs_list/readme/readme.txt -------------------------------------------------------------------------------- /app/py/cuda_testing_dlg_proc/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_testing_dlg_proc/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_testing_dlg_proc/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_testing_dlg_proc/install.inf -------------------------------------------------------------------------------- /app/py/cuda_testing_dlg_proc/repro_labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_testing_dlg_proc/repro_labels.py -------------------------------------------------------------------------------- /app/py/cuda_testing_dlg_proc/testcall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_testing_dlg_proc/testcall.py -------------------------------------------------------------------------------- /app/py/cuda_testing_finder_proc/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_testing_finder_proc/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_testing_finder_proc/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_testing_finder_proc/install.inf -------------------------------------------------------------------------------- /app/py/cuda_testing_gaps/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_testing_gaps/__init__.py -------------------------------------------------------------------------------- /app/py/cuda_testing_gaps/install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cuda_testing_gaps/install.inf -------------------------------------------------------------------------------- /app/py/cudatext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cudatext.py -------------------------------------------------------------------------------- /app/py/cudatext_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cudatext_cmd.py -------------------------------------------------------------------------------- /app/py/cudatext_keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cudatext_keys.py -------------------------------------------------------------------------------- /app/py/cudatext_reset_plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cudatext_reset_plugins.py -------------------------------------------------------------------------------- /app/py/cudax_css.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cudax_css.py -------------------------------------------------------------------------------- /app/py/cudax_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cudax_lib.py -------------------------------------------------------------------------------- /app/py/cudax_nodejs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/cudax_nodejs.py -------------------------------------------------------------------------------- /app/py/sys/certifi/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/certifi/__init__.py -------------------------------------------------------------------------------- /app/py/sys/certifi/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/certifi/__main__.py -------------------------------------------------------------------------------- /app/py/sys/certifi/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/certifi/cacert.pem -------------------------------------------------------------------------------- /app/py/sys/certifi/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/certifi/core.py -------------------------------------------------------------------------------- /app/py/sys/certifi/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/py/sys/chardet/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/__init__.py -------------------------------------------------------------------------------- /app/py/sys/chardet/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/__main__.py -------------------------------------------------------------------------------- /app/py/sys/chardet/big5freq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/big5freq.py -------------------------------------------------------------------------------- /app/py/sys/chardet/big5prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/big5prober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/chardistribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/chardistribution.py -------------------------------------------------------------------------------- /app/py/sys/chardet/charsetgroupprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/charsetgroupprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/charsetprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/charsetprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/cli/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/py/sys/chardet/cli/chardetect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/cli/chardetect.py -------------------------------------------------------------------------------- /app/py/sys/chardet/codingstatemachine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/codingstatemachine.py -------------------------------------------------------------------------------- /app/py/sys/chardet/codingstatemachinedict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/codingstatemachinedict.py -------------------------------------------------------------------------------- /app/py/sys/chardet/cp949prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/cp949prober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/enums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/enums.py -------------------------------------------------------------------------------- /app/py/sys/chardet/escprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/escprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/escsm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/escsm.py -------------------------------------------------------------------------------- /app/py/sys/chardet/eucjpprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/eucjpprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/euckrfreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/euckrfreq.py -------------------------------------------------------------------------------- /app/py/sys/chardet/euckrprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/euckrprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/euctwfreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/euctwfreq.py -------------------------------------------------------------------------------- /app/py/sys/chardet/euctwprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/euctwprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/gb2312freq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/gb2312freq.py -------------------------------------------------------------------------------- /app/py/sys/chardet/gb2312prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/gb2312prober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/hebrewprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/hebrewprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/jisfreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/jisfreq.py -------------------------------------------------------------------------------- /app/py/sys/chardet/johabfreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/johabfreq.py -------------------------------------------------------------------------------- /app/py/sys/chardet/johabprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/johabprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/jpcntx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/jpcntx.py -------------------------------------------------------------------------------- /app/py/sys/chardet/langbulgarianmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/langbulgarianmodel.py -------------------------------------------------------------------------------- /app/py/sys/chardet/langgreekmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/langgreekmodel.py -------------------------------------------------------------------------------- /app/py/sys/chardet/langhebrewmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/langhebrewmodel.py -------------------------------------------------------------------------------- /app/py/sys/chardet/langhungarianmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/langhungarianmodel.py -------------------------------------------------------------------------------- /app/py/sys/chardet/langrussianmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/langrussianmodel.py -------------------------------------------------------------------------------- /app/py/sys/chardet/langthaimodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/langthaimodel.py -------------------------------------------------------------------------------- /app/py/sys/chardet/langturkishmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/langturkishmodel.py -------------------------------------------------------------------------------- /app/py/sys/chardet/latin1prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/latin1prober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/macromanprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/macromanprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/mbcharsetprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/mbcharsetprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/mbcsgroupprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/mbcsgroupprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/mbcssm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/mbcssm.py -------------------------------------------------------------------------------- /app/py/sys/chardet/metadata/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/py/sys/chardet/metadata/languages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/metadata/languages.py -------------------------------------------------------------------------------- /app/py/sys/chardet/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/py/sys/chardet/resultdict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/resultdict.py -------------------------------------------------------------------------------- /app/py/sys/chardet/sbcharsetprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/sbcharsetprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/sbcsgroupprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/sbcsgroupprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/sjisprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/sjisprober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/universaldetector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/universaldetector.py -------------------------------------------------------------------------------- /app/py/sys/chardet/utf1632prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/utf1632prober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/utf8prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/utf8prober.py -------------------------------------------------------------------------------- /app/py/sys/chardet/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/chardet/version.py -------------------------------------------------------------------------------- /app/py/sys/idna/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/idna/__init__.py -------------------------------------------------------------------------------- /app/py/sys/idna/codec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/idna/codec.py -------------------------------------------------------------------------------- /app/py/sys/idna/compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/idna/compat.py -------------------------------------------------------------------------------- /app/py/sys/idna/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/idna/core.py -------------------------------------------------------------------------------- /app/py/sys/idna/idnadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/idna/idnadata.py -------------------------------------------------------------------------------- /app/py/sys/idna/intranges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/idna/intranges.py -------------------------------------------------------------------------------- /app/py/sys/idna/package_data.py: -------------------------------------------------------------------------------- 1 | __version__ = "3.11" 2 | -------------------------------------------------------------------------------- /app/py/sys/idna/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/py/sys/idna/uts46data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/idna/uts46data.py -------------------------------------------------------------------------------- /app/py/sys/requests/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/__init__.py -------------------------------------------------------------------------------- /app/py/sys/requests/__version__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/__version__.py -------------------------------------------------------------------------------- /app/py/sys/requests/_internal_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/_internal_utils.py -------------------------------------------------------------------------------- /app/py/sys/requests/adapters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/adapters.py -------------------------------------------------------------------------------- /app/py/sys/requests/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/api.py -------------------------------------------------------------------------------- /app/py/sys/requests/auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/auth.py -------------------------------------------------------------------------------- /app/py/sys/requests/certs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/certs.py -------------------------------------------------------------------------------- /app/py/sys/requests/compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/compat.py -------------------------------------------------------------------------------- /app/py/sys/requests/cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/cookies.py -------------------------------------------------------------------------------- /app/py/sys/requests/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/exceptions.py -------------------------------------------------------------------------------- /app/py/sys/requests/help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/help.py -------------------------------------------------------------------------------- /app/py/sys/requests/hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/hooks.py -------------------------------------------------------------------------------- /app/py/sys/requests/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/models.py -------------------------------------------------------------------------------- /app/py/sys/requests/packages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/packages.py -------------------------------------------------------------------------------- /app/py/sys/requests/sessions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/sessions.py -------------------------------------------------------------------------------- /app/py/sys/requests/status_codes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/status_codes.py -------------------------------------------------------------------------------- /app/py/sys/requests/structures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/structures.py -------------------------------------------------------------------------------- /app/py/sys/requests/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/requests/utils.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/__init__.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/_base_connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/_base_connection.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/_collections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/_collections.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/_request_methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/_request_methods.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/_version.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/connection.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/connectionpool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/connectionpool.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/py/sys/urllib3/contrib/emscripten/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/contrib/emscripten/__init__.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/contrib/emscripten/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/contrib/emscripten/connection.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/contrib/emscripten/fetch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/contrib/emscripten/fetch.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/contrib/emscripten/request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/contrib/emscripten/request.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/contrib/emscripten/response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/contrib/emscripten/response.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/contrib/pyopenssl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/contrib/pyopenssl.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/contrib/socks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/contrib/socks.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/exceptions.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/fields.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/filepost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/filepost.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/http2/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/http2/__init__.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/http2/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/http2/connection.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/http2/probe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/http2/probe.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/poolmanager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/poolmanager.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/py.typed -------------------------------------------------------------------------------- /app/py/sys/urllib3/response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/response.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/__init__.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/connection.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/proxy.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/request.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/response.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/retry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/retry.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/ssl_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/ssl_.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/ssl_match_hostname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/ssl_match_hostname.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/ssltransport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/ssltransport.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/timeout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/timeout.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/url.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/util.py -------------------------------------------------------------------------------- /app/py/sys/urllib3/util/wait.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/py/sys/urllib3/util/wait.py -------------------------------------------------------------------------------- /app/readme/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/history.txt -------------------------------------------------------------------------------- /app/readme/license.CudaText.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/license.CudaText.txt -------------------------------------------------------------------------------- /app/readme/license.certifi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/license.certifi.txt -------------------------------------------------------------------------------- /app/readme/license.chardet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/license.chardet.txt -------------------------------------------------------------------------------- /app/readme/license.idna.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/license.idna.txt -------------------------------------------------------------------------------- /app/readme/license.requests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/license.requests.txt -------------------------------------------------------------------------------- /app/readme/license.urllib3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/license.urllib3.txt -------------------------------------------------------------------------------- /app/readme/tutorials/LexerConfig.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/tutorials/LexerConfig.odt -------------------------------------------------------------------------------- /app/readme/tutorials/LexerIndentFolding.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/tutorials/LexerIndentFolding.odt -------------------------------------------------------------------------------- /app/readme/tutorials/TutorialLexer1.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/tutorials/TutorialLexer1.odt -------------------------------------------------------------------------------- /app/readme/tutorials/TutorialLexer2.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/tutorials/TutorialLexer2.odt -------------------------------------------------------------------------------- /app/readme/tutorials/TutorialLexer3.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/tutorials/TutorialLexer3.odt -------------------------------------------------------------------------------- /app/readme/tutorials/TutorialLexer4.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/tutorials/TutorialLexer4.odt -------------------------------------------------------------------------------- /app/readme/tutorials/TutorialLexerLig.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/tutorials/TutorialLexerLig.odt -------------------------------------------------------------------------------- /app/readme/wiki/atsynedit-carets.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/atsynedit-carets.gif -------------------------------------------------------------------------------- /app/readme/wiki/atsynedit-sel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/atsynedit-sel.gif -------------------------------------------------------------------------------- /app/readme/wiki/atsynedit_ide_defines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/atsynedit_ide_defines.png -------------------------------------------------------------------------------- /app/readme/wiki/atsynedit_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/atsynedit_tree.png -------------------------------------------------------------------------------- /app/readme/wiki/controls_autosizes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/controls_autosizes.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-breadcrumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-breadcrumbs.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-charmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-charmap.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-cjk-len1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-cjk-len1024.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-click-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-click-link.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-color-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-color-text.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-color-underline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-color-underline.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-column-sel-cjk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-column-sel-cjk.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-column-sel-weird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-column-sel-weird.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-complete-filenames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-complete-filenames.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-complete-fileuri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-complete-fileuri.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-complete-from-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-complete-from-text.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-complete-pics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-complete-pics.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-config-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-config-toolbar.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-console.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-dynamic-hi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-dynamic-hi.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-editing-context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-editing-context-menu.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-embedded-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-embedded-editor.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-fenced-blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-fenced-blocks.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-find-dlg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-find-dlg.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-find-markers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-find-markers.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-findinfiles-intabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-findinfiles-intabs.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-fmt-menuitems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-fmt-menuitems.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-fmt-onsave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-fmt-onsave.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-fold-comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-fold-comments.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-folding-gutter-ctx-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-folding-gutter-ctx-menu.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-hex-chars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-hex-chars.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-insert-pics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-insert-pics.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-lexer-editor-dlg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-lexer-editor-dlg.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-lexer-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-lexer-library.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-line-states_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-line-states_.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-lsp-hover_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-lsp-hover_.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-lsp-refs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-lsp-refs.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-macro-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-macro-border.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-macro-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-macro-menu.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-markers-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-markers-html.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-menu-colorsetup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-menu-colorsetup.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-micromap-on-scrollbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-micromap-on-scrollbar.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-micromap_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-micromap_.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-minimap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-minimap.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-project-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-project-icons.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-project-seldir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-project-seldir.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-runner-thread.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-runner-thread.gif -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-snippets-add-vscode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-snippets-add-vscode.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-snippets-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-snippets-editor.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tab-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tab-colors.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tab-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tab-icons.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tab-switcher-cudaext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tab-switcher-cudaext.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tab-switcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tab-switcher.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tabs-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tabs-flat.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tabs-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tabs-layout.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tabs-left_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tabs-left_.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tabs-multiline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tabs-multiline.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tabs-path-suffix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tabs-path-suffix.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tabs-red-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tabs-red-marker.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-toolbar.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tools-and-projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tools-and-projects.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tools-mainlexertool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tools-mainlexertool.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tools-menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tools-menuitem.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tools-props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tools-props.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-tree-css-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-tree-css-colors.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-ui-elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-ui-elements.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-viewer-asking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-viewer-asking.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-viewer-hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-viewer-hex.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-viewer-modes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-viewer-modes.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext-zip-install-prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext-zip-install-prompt.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext.wiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext.wiki -------------------------------------------------------------------------------- /app/readme/wiki/cudatext_all_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext_all_icons.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext_api.wiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext_api.wiki -------------------------------------------------------------------------------- /app/readme/wiki/cudatext_files_formats.wiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext_files_formats.wiki -------------------------------------------------------------------------------- /app/readme/wiki/cudatext_options_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext_options_editor.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext_plugins.wiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext_plugins.wiki -------------------------------------------------------------------------------- /app/readme/wiki/cudatext_snippets_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext_snippets_menu.png -------------------------------------------------------------------------------- /app/readme/wiki/cudatext_vs_other_editors.wiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/readme/wiki/cudatext_vs_other_editors.wiki -------------------------------------------------------------------------------- /app/settings_default/default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/settings_default/default.json -------------------------------------------------------------------------------- /app/settings_default/lexer Bash script.json: -------------------------------------------------------------------------------- 1 | { 2 | "nonword_chars": "+*=/\\()[]{}<>\"'.,:;~?!@#%^&|`…", 3 | } 4 | -------------------------------------------------------------------------------- /app/settings_default/lexer CSS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/settings_default/lexer CSS.json -------------------------------------------------------------------------------- /app/settings_default/lexer JSON.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/settings_default/lexer JSON.json -------------------------------------------------------------------------------- /app/settings_default/lexer JavaScript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/settings_default/lexer JavaScript.json -------------------------------------------------------------------------------- /app/settings_default/lexer Python.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/settings_default/lexer Python.json -------------------------------------------------------------------------------- /app/settings_default/lexer YAML.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/settings_default/lexer YAML.json -------------------------------------------------------------------------------- /app/treehelper_ini.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/treehelper_ini.pas -------------------------------------------------------------------------------- /app/treehelper_markdown.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/treehelper_markdown.pas -------------------------------------------------------------------------------- /app/treehelper_mediawiki.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/treehelper_mediawiki.pas -------------------------------------------------------------------------------- /app/treehelper_rest.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/treehelper_rest.pas -------------------------------------------------------------------------------- /app/treehelper_textile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/treehelper_textile.pas -------------------------------------------------------------------------------- /app/treehelper_wikidpad.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/treehelper_wikidpad.pas -------------------------------------------------------------------------------- /app/treehelpers_base.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/treehelpers_base.pas -------------------------------------------------------------------------------- /app/treehelpers_proc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app/treehelpers_proc.pas -------------------------------------------------------------------------------- /app_res/gutter/bm.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm0.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm1.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm2.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm3.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm4.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm5.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm6.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm7.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm8.bmp -------------------------------------------------------------------------------- /app_res/gutter/bm9.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/gutter/bm9.bmp -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_128.png -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_128.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_128.svg -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_16.png -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_16.svg -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_20.png -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_20.svg -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_24.png -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_24.svg -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_256.png -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_256.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_256.svg -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_32.png -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_32.svg -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_48.png -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_48.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_48.svg -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_64.png -------------------------------------------------------------------------------- /app_res/icon_parts/cudatext_icon_64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_parts/cudatext_icon_64.svg -------------------------------------------------------------------------------- /app_res/icon_source/cudatext_v2_blender.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_source/cudatext_v2_blender.blend -------------------------------------------------------------------------------- /app_res/icon_source/cudatext_v2_gimp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/app_res/icon_source/cudatext_v2_gimp.xcf -------------------------------------------------------------------------------- /comp/appuniqueinstance.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/comp/appuniqueinstance.pas -------------------------------------------------------------------------------- /comp/appuniqueinstancebase.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/comp/appuniqueinstancebase.pas -------------------------------------------------------------------------------- /comp/atimagebox.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/comp/atimagebox.pas -------------------------------------------------------------------------------- /comp/atimagebox_options.inc: -------------------------------------------------------------------------------- 1 | {$define USE_BGRA} 2 | -------------------------------------------------------------------------------- /comp/fix_gtk_clipboard.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/comp/fix_gtk_clipboard.pas -------------------------------------------------------------------------------- /comp/scrollingtext.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/comp/scrollingtext.pas -------------------------------------------------------------------------------- /comp/win32linkfiles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/comp/win32linkfiles.pas -------------------------------------------------------------------------------- /comp/win32menustyler.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/comp/win32menustyler.pas -------------------------------------------------------------------------------- /comp/win32titlestyler.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/comp/win32titlestyler.pas -------------------------------------------------------------------------------- /doc/Lazarus_defines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/Lazarus_defines.txt -------------------------------------------------------------------------------- /doc/fix_fcl-json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/fix_fcl-json.txt -------------------------------------------------------------------------------- /doc/freebsd-v12-support-for-fpc32.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/freebsd-v12-support-for-fpc32.patch -------------------------------------------------------------------------------- /doc/git_clone_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/git_clone_all.sh -------------------------------------------------------------------------------- /doc/git_pull_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/git_pull_all.sh -------------------------------------------------------------------------------- /doc/how_to_change_version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/how_to_change_version.txt -------------------------------------------------------------------------------- /doc/lcl_dragmanager.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/lcl_dragmanager.patch -------------------------------------------------------------------------------- /doc/make_osx_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/make_osx_file.txt -------------------------------------------------------------------------------- /doc/qt5-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/doc/qt5-fixes.patch -------------------------------------------------------------------------------- /fix_permissions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/fix_permissions.sh -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/readme.md -------------------------------------------------------------------------------- /setup/cuda_ver.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cuda_ver=1.230.5.2 3 | -------------------------------------------------------------------------------- /setup/debfiles/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/debfiles/changelog -------------------------------------------------------------------------------- /setup/debfiles/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/debfiles/copyright -------------------------------------------------------------------------------- /setup/debfiles/cudatext-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/debfiles/cudatext-512.png -------------------------------------------------------------------------------- /setup/debfiles/cudatext.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/debfiles/cudatext.desktop -------------------------------------------------------------------------------- /setup/debfiles/gtk2_amd64/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/debfiles/gtk2_amd64/control -------------------------------------------------------------------------------- /setup/debfiles/qt5_amd64/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/debfiles/qt5_amd64/control -------------------------------------------------------------------------------- /setup/debfiles/qt6_amd64/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/debfiles/qt6_amd64/control -------------------------------------------------------------------------------- /setup/freebsd_files/readme_cudatext_freebsd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/freebsd_files/readme_cudatext_freebsd.txt -------------------------------------------------------------------------------- /setup/haiku_icon/CudaText.hvif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/haiku_icon/CudaText.hvif -------------------------------------------------------------------------------- /setup/haiku_icon/CudaText.iom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/haiku_icon/CudaText.iom -------------------------------------------------------------------------------- /setup/mac_common.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/mac_common.command -------------------------------------------------------------------------------- /setup/mac_common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/mac_common.sh -------------------------------------------------------------------------------- /setup/mac_files/cudatext.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/mac_files/cudatext.icns -------------------------------------------------------------------------------- /setup/mac_files/cudatext_fullsize_macos10.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/mac_files/cudatext_fullsize_macos10.icns -------------------------------------------------------------------------------- /setup/mac_files/icon-howto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/mac_files/icon-howto.txt -------------------------------------------------------------------------------- /setup/mac_update_resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/mac_update_resources.sh -------------------------------------------------------------------------------- /setup/prepare_build_dir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/prepare_build_dir.sh -------------------------------------------------------------------------------- /setup/prepare_cudatext_dir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/prepare_cudatext_dir.sh -------------------------------------------------------------------------------- /setup/qt_files/cudatext_portable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/qt_files/cudatext_portable.sh -------------------------------------------------------------------------------- /setup/src.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/src.sh -------------------------------------------------------------------------------- /setup/unix_common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/unix_common.sh -------------------------------------------------------------------------------- /setup/unix_common_deb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/unix_common_deb.sh -------------------------------------------------------------------------------- /setup/win_common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/win_common.sh -------------------------------------------------------------------------------- /setup/z_bsd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_bsd.sh -------------------------------------------------------------------------------- /setup/z_linux_arm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_linux_arm.sh -------------------------------------------------------------------------------- /setup/z_linux_intel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_linux_intel.sh -------------------------------------------------------------------------------- /setup/z_linux_intel_deb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_linux_intel_deb.sh -------------------------------------------------------------------------------- /setup/z_linuxmusl_x64_gtk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_linuxmusl_x64_gtk.sh -------------------------------------------------------------------------------- /setup/z_mac_arm.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_mac_arm.command -------------------------------------------------------------------------------- /setup/z_mac_intel.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_mac_intel.command -------------------------------------------------------------------------------- /setup/z_macos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_macos.sh -------------------------------------------------------------------------------- /setup/z_solaris.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_solaris.sh -------------------------------------------------------------------------------- /setup/z_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/setup/z_win.sh -------------------------------------------------------------------------------- /testapps/gtk2_custom_textout/project1.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/gtk2_custom_textout/project1.lpi -------------------------------------------------------------------------------- /testapps/gtk2_custom_textout/project1.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/gtk2_custom_textout/project1.lpr -------------------------------------------------------------------------------- /testapps/gtk2_custom_textout/project1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/gtk2_custom_textout/project1.res -------------------------------------------------------------------------------- /testapps/gtk2_custom_textout/textout_faster_gtk2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/gtk2_custom_textout/textout_faster_gtk2.pas -------------------------------------------------------------------------------- /testapps/gtk2_custom_textout/unit1.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/gtk2_custom_textout/unit1.lfm -------------------------------------------------------------------------------- /testapps/gtk2_custom_textout/unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/gtk2_custom_textout/unit1.pas -------------------------------------------------------------------------------- /testapps/test_proc_c_syntax/proc_str_c_syntax.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_proc_c_syntax/proc_str_c_syntax.pas -------------------------------------------------------------------------------- /testapps/test_proc_c_syntax/test.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_proc_c_syntax/test.lpi -------------------------------------------------------------------------------- /testapps/test_proc_c_syntax/test.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_proc_c_syntax/test.lpr -------------------------------------------------------------------------------- /testapps/test_proc_c_syntax/test.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_proc_c_syntax/test.res -------------------------------------------------------------------------------- /testapps/test_proc_c_syntax/unit1.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_proc_c_syntax/unit1.lfm -------------------------------------------------------------------------------- /testapps/test_proc_c_syntax/unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_proc_c_syntax/unit1.pas -------------------------------------------------------------------------------- /testapps/test_treehelpers/app.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/app.lpi -------------------------------------------------------------------------------- /testapps/test_treehelpers/app.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/app.lpr -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/fold-buggy-levels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/fold-buggy-levels.md -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/fold.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/fold.ini -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/fold.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/fold.md -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/fold.mediawiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/fold.mediawiki -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/fold.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/fold.rst -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/fold.textile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/fold.textile -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/fold.wikidpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/fold.wikidpad -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/index.md -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/jedi.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/jedi.rst -------------------------------------------------------------------------------- /testapps/test_treehelpers/tests/readme.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/tests/readme.rst -------------------------------------------------------------------------------- /testapps/test_treehelpers/unitmain.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/unitmain.lfm -------------------------------------------------------------------------------- /testapps/test_treehelpers/unitmain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testapps/test_treehelpers/unitmain.pas -------------------------------------------------------------------------------- /testfiles/emoji combined.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/emoji combined.txt -------------------------------------------------------------------------------- /testfiles/emoji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/emoji.txt -------------------------------------------------------------------------------- /testfiles/encoding-detection-by-first-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/encoding-detection-by-first-line -------------------------------------------------------------------------------- /testfiles/encoding-utf32BE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/encoding-utf32BE -------------------------------------------------------------------------------- /testfiles/encoding-utf32LE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/encoding-utf32LE -------------------------------------------------------------------------------- /testfiles/html_with_pictures/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/html_with_pictures/test.html -------------------------------------------------------------------------------- /testfiles/html_with_pictures/test1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/html_with_pictures/test1.jpg -------------------------------------------------------------------------------- /testfiles/html_with_pictures/test2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/html_with_pictures/test2.webp -------------------------------------------------------------------------------- /testfiles/html_with_pictures/test3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/html_with_pictures/test3.png -------------------------------------------------------------------------------- /testfiles/test_features/block staples in JS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/block staples in JS.js -------------------------------------------------------------------------------- /testfiles/test_features/brackets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/brackets.cpp -------------------------------------------------------------------------------- /testfiles/test_features/classes in HTML code.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/classes in HTML code.html -------------------------------------------------------------------------------- /testfiles/test_features/colored HTML underlines.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/colored HTML underlines.html -------------------------------------------------------------------------------- /testfiles/test_features/compilable_c_app.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/compilable_c_app.cpp -------------------------------------------------------------------------------- /testfiles/test_features/django.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/django.html -------------------------------------------------------------------------------- /testfiles/test_features/f-strings in Python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/f-strings in Python.py -------------------------------------------------------------------------------- /testfiles/test_features/fenced-code-blocks-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/fenced-code-blocks-2.md -------------------------------------------------------------------------------- /testfiles/test_features/fenced-code-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/fenced-code-blocks.md -------------------------------------------------------------------------------- /testfiles/test_features/folding bugs.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/folding bugs.vbs -------------------------------------------------------------------------------- /testfiles/test_features/heredoc in PHP.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/heredoc in PHP.php -------------------------------------------------------------------------------- /testfiles/test_features/ligatures.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/ligatures.java -------------------------------------------------------------------------------- /testfiles/test_features/ligatures.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/ligatures.rs -------------------------------------------------------------------------------- /testfiles/test_features/sublexer blocks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/sublexer blocks.html -------------------------------------------------------------------------------- /testfiles/test_features/text with indentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexey-T/CudaText/HEAD/testfiles/test_features/text with indentation.txt -------------------------------------------------------------------------------- /testfiles/wide_chars.txt: -------------------------------------------------------------------------------- 1 | dddDŽDždžLJLjljNJNjǛǜǼǽǾǿȸȹȺȻȼȽȾDZDzdz 2 | --------------------------------------------------------------------------------