├── .bumpversion.cfg ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug.yaml │ ├── enhance.yaml │ └── feature.yaml ├── dependabot.yml └── workflows │ ├── actionlint.yaml │ ├── build.yaml │ ├── cff.yaml │ ├── comment-changes.yaml │ ├── integration-test.yaml │ ├── nimble-cache.yaml │ ├── nph.yaml │ ├── release.yaml │ ├── scriv.yaml │ └── test.yaml ├── .gitignore ├── CHANGELOG.rst ├── CITATION.cff ├── LICENSE ├── README.md ├── changelog.d ├── 20221125_154444_kevin.matthes_scriv.rst ├── 20221202_004331_kevin.matthes_lexer_curly_squash.rst ├── 20221203_211838_kevin.matthes_markdown.rst ├── 20221204_220450_kevin.matthes_cff_release_date_squash.rst ├── 20221205_124537_kevin.matthes_scriv_workflow_squash.rst ├── 20221206_203138_41898282+github-actions[bot]_number_colours_squash.rst ├── 20221209_180915_41898282+github-actions[bot]_add_githash_to_version_info.rst ├── 20221211_205820_41898282+github-actions[bot]_add_threads_option.rst ├── 20221219_122749_41898282+github-actions[bot]_bump_unicodedb.rst ├── 20230105_235630_41898282+github-actions[bot]_fix_1568.rst ├── 20230110_025102_41898282+github-actions[bot]_add_mainloop.rst ├── 20230112_200150_41898282+github-actions[bot]_fix_debugmode_update.rst ├── 20230113_053826_shuu.n_fix_developer_doc.rst ├── 20230113_054840_shuu.n_fix_ci_trigger.rst ├── 20230114_051311_shuu.n_replace_include_with_all_pragma.rst ├── 20230114_052039_shuu.n_add_scriv_fragment.rst ├── 20230114_103349_shuu.n_editorstatus_highlight.rst ├── 20230115_090644_shuu.n_fix_1582.rst ├── 20230115_111752_shuu.n_store_terminal_size.rst ├── 20230115_123107_shuu.n_fix_help_mode.rst ├── 20230116_044311_shuu.n_add_iscursor.rst ├── 20230116_103244_shuu.n_fix_1587.rst ├── 20230116_114440_shuu.n_fix_style.rst ├── 20230118_122805_shuu.n_remove_compiler_warning.rst ├── 20230122_222124_41898282+github-actions[bot]_ci_updates_squash.rst ├── 20230123_151629_kevin.matthes_shell.rst ├── 20230131_211124_41898282+github-actions[bot]_update_copyright_years_squash.rst ├── 20230202_052541_shuu.n_fix_1598.rst ├── 20230202_052838_shuu.n_remove_warning.rst ├── 20230202_201945_41898282+github-actions[bot]_man_bg_commands.rst ├── 20230203_055700_shuu.n_fix_suggestion_window_window_type.rst ├── 20230203_081121_shuu.n_fix_1609.rst ├── 20230205_023217_shuu.n_fix_1611.rst ├── 20230209_032615_shuu.n_add_codeowners.rst ├── 20230211_064644_shuu.n.rst ├── 20230211_075758_shuu.n_add_helpmode_tests.rst ├── 20230211_082214_shuu.n_add_gpl_headers.rst ├── 20230211_104242_shuu.n_remove_editorstatus_messagelog.rst ├── 20230211_105725_shuu.n_add_writemanualcommanderror.rst ├── 20230213_034350_shuu.n_fix_indent.rst ├── 20230213_035156_shuu.n_fix_1607.rst ├── 20230213_052739_shuu.n_rm_unnecessary_win_refresh.rst ├── 20230223_034123_shuu.n_add_icons.rst ├── 20230226_143830_41898282+github-actions[bot]_node_12.rst ├── 20230226_163119_41898282+github-actions[bot]_markdown_comments.rst ├── 20230227_053334_shuu.n_0_command_in_normal.rst ├── 20230227_054858_shuu.n_enhance_docker_supports.rst ├── 20230228_015857_shuu.n_add_visual_line_mode.rst ├── 20230301_033238_shuu.n_fix_1634.rst ├── 20230301_034246_shuu.n_fix_1636.rst ├── 20230302_025517_shuu.n_add_statusline_labels.rst ├── 20230302_030515_shuu.n_fix_format_visualmode.rst ├── 20230302_032842_shuu.n_cleanup_statusline.rst ├── 20230303_014718_shuu.n_enhance_rust_syntax_highlighting.rst ├── 20230304_020416_shuu.n_add_h_m_l_commands.rst ├── 20230304_211043_shuu.n_add_help_and_doc_for_h_m_l_commands.rst ├── 20230306_054711_shuu.n_add_percent_command.rst ├── 20230307_043210_shuu.n_rewrite_searchutils.rst ├── 20230307_053542_shuu.n_fix_paren_search_crash_bug.rst ├── 20230307_064514_shuu.n_add_tests_for_matchingparenpair.rst ├── 20230307_065110_shuu.n_remove_unnecessary_code.rst ├── 20230307_070616_shuu.n_movetopairofparen.rst ├── 20230308_091721_shuu.n_fix_1653.rst ├── 20230310_124153_shuu.n_improve_paren_highlight_performance.rst ├── 20230314_050837_shuu.n_fix_1662.rst ├── 20230314_060052_shuu.n_fix_ls_command.rst ├── 20230315_035638_shuu.n_fix_1667.rst ├── 20230315_163326_41898282+github-actions[bot]_bug_report_forms.rst ├── 20230316_051344_shuu.n_add_issue_template_for_feature_req.rst ├── 20230316_064515_shuu.n_fix_1672.rst ├── 20230317_033841_shuu.n_fix_1675.rst ├── 20230317_041544_shuu.n_add_command_history_limit.rst ├── 20230318_072034_shuu.n_remove_unnecessary_code.rst ├── 20230318_073344_shuu.n_add_exmode_tests.rst ├── 20230319_030509_shuu.n_fix_1679.rst ├── 20230329_041530_shuu.n_sidebar_support.rst ├── 20230330_030100_shuu.n_renames.rst ├── 20230407_102726_shuu.n_bump_unicodedb_to_0_12_0.rst ├── 20230417_044409_shuu.n_add_git_diff_support.rst ├── 20230418_041917_shuu.n_fix_1689.rst ├── 20230418_045244_shuu.n_add_attribute_to_colorsegment.rst ├── 20230418_063113_shuu.n_fix_1693.rst ├── 20230423_052859_shuu.n_rewrite_tabline.rst ├── 20230423_054045_shuu.n_fix_scriv_fragment.rst ├── 20230425_033444_shuu.n_rename_to_global_sidebar.rst ├── 20230425_035101_shuu.n_add_issue_template_for_enhancement.rst ├── 20230427_065600_shuu.n_fix_1700.rst ├── 20230428_092504_shuu.n_remove_many_warn.rst ├── 20230501_063905_shuu.n_add_syntaxchecker_support.rst ├── 20230505_052950_shuu.n_add_init_option_for_config.rst ├── 20230505_055735_shuu.n_remove_default_assigns.rst ├── 20230505_060338_shuu.n_fix_1708.rst ├── 20230506_055138_shuu.n_fix_gen_toml_conf.rst ├── 20230509_141113_41898282+github-actions[bot]_fix_error_handling.rst ├── 20230510_111415_41898282+github-actions[bot]_fix_1713_1.rst ├── 20230514_052944_shuu.n_fix_1715.rst ├── 20230517_234441_shuu.n_fix_error_message_in_filer.rst ├── 20230519_205817_shuu.n_fix_ncurses_timeout.rst ├── 20230519_213821_shuu.n_fix_1718.rst ├── 20230523_072907_shuu.n_add_gpl_header.rst ├── 20230524_053807_shuu.n_fix_1725.rst ├── 20230524_171657_GitHub_Actions_add-aeruginous-workflow.rst ├── 20230524_210000_GitHub_Actions_fix#1555.rst ├── 20230525_084245_Kevin_Matthes_comment-changes-workflow.rst ├── 20230527_191147_Kevin_Matthes_keep-a-changelog-quick-filter.rst ├── 20230528_175158_GitHub_Actions_fix#1729.rst ├── 20230528_180431_GitHub_Actions_speedup-cargo-install.rst ├── 20230529_165217_GitHub_Actions_fix-indent-behavior.rst ├── 20230605_211413_GitHub_Actions_add-hexcolor-support.rst ├── 20230605_212110_GitHub_Actions_fix-isgitavailable.rst ├── 20230606_133355_Kevin_Matthes_aeruginous-latest.rst ├── 20230613_024703_GitHub_Actions_ignore-commit-changes-when-dependabot.rst ├── 20230620_212519_GitHub_Actions_fix-nim-configs.rst ├── 20230705_145647_GitHub_Actions_fix#1741.rst ├── 20230705_181802_GitHub_Actions_fix#1743.rst ├── 20230706_142343_GitHub_Actions_fix-default-themes.rst ├── 20230706_160127_GitHub_Actions_add-tests-for-quickrun.rst ├── 20230706_190123_GitHub_Actions_fix#1747.rst ├── 20230707_122750_GitHub_Actions_fix#1482.rst ├── 20230707_150125_Kevin_Matthes_term-defaut-bg.rst ├── 20230707_171241_GitHub_Actions_add-color-mode-setting.rst ├── 20230708_125339_GitHub_Actions_fix-error-message.rst ├── 20230708_130650_GitHub_Actions_fix-config-example.rst ├── 20230708_141914_GitHub_Actions_fix-theme-conf-validation.rst ├── 20230709_164308_GitHub_Actions_add-doc-for-platfrom.rst ├── 20230710_173114_GitHub_Actions_fix#1757.rst ├── 20230711_131847_GitHub_Actions_background-build-on-save.rst ├── 20230712_162804_GitHub_Actions_background-quickrun.rst ├── 20230712_202903_GitHub_Actions_fix-issue-template-titles.rst ├── 20230712_211526_GitHub_Actions_fix-issue-template-titles-2.rst ├── 20230714_201103_GitHub_Actions_fix-git-changedlines.rst ├── 20230715_200852_GitHub_Actions_statusline-git-support.rst ├── 20230715_202526_GitHub_Actions_fix-dec-color.rst ├── 20230716_103819_GitHub_Actions_git-diff-background.rst ├── 20230716_170036_GitHub_Actions_add-settings-for-changedlines.rst ├── 20230717_125514_GitHub_Actions_fix#1768.rst ├── 20230717_225949_GitHub_Actions_add-timing-update-gitinfo.rst ├── 20230718_091043_Kevin_Matthes_comment-changes-fail.rst ├── 20230719_141828_GitHub_Actions_background-syntaxchecker.rst ├── 20230719_152123_GitHub_Actions_update-docs.rst ├── 20230720_204927_GitHub_Actions_add-syntax-checker-color-settings.rst ├── 20230721_132941_Kevin_Matthes_cffconvert-docker-image.rst ├── 20230721_133910_Kevin_Matthes_actionlint.rst ├── 20230721_202249_GitHub_Actions_show-synax-checker-messages.rst ├── 20230721_223512_GitHub_Actions_fix#1778.rst ├── 20230722_131129_GitHub_Actions_show-underline-syntaxchecker.rst ├── 20230722_134909_GitHub_Actions_cleanup-gentomlconfigstr.rst ├── 20230722_172431_GitHub_Actions_cleanup-settings.rst ├── 20230722_173500_GitHub_Actions_write-currentline-underline-all-col.rst ├── 20230723_072229_GitHub_Actions_restore-settings.toConfigStr.rst ├── 20230725_170445_GitHub_Actions_fix-styles.rst ├── 20230725_213247_GitHub_Actions_git-confict-highlighting.rst ├── 20230725_230558_GitHub_Actions_fix-light-theme-colors.rst ├── 20230727_131322_GitHub_Actions_fix-changelog-for-1788.rst ├── 20230727_140454_GitHub_Actions_use-runes.rst ├── 20230728_221654_GitHub_Actions_fix-exmode-suggestions-behavior.rst ├── 20230729_175040_GitHub_Actions_cleanup-and-add-used-pragma.rst ├── 20230730_170425_GitHub_Actions_fix-suggestwin-flicking.rst ├── 20230801_213600_GitHub_Actions_rewrite-statusline.rst ├── 20230802_164421_GitHub_Actions_revert-1793-change-undo-redo-behavior.rst ├── 20230804_205558_GitHub_Actions_customizable-statusline.rst ├── 20230804_211805_GitHub_Actions_move-updateselectedare.rst ├── 20230805_151341_GitHub_Actions_add-iscommandlinemode.rst ├── 20230808_025957_GitHub_Actions_bump-parsetoml-to-0.7.1.rst ├── 20230811_162701_GitHub_Actions_disable-choosenim-cache.rst ├── 20230814_120805_GitHub_Actions_add-term-env.rst ├── 20230814_122818_GitHub_Actions_update-issue-template.rst ├── 20230815_153247_GitHub_Actions_fix#1806.rst ├── 20230817_123448_GitHub_Actions_use-result-in-fileutils.rst ├── 20230817_211109_GitHub_Actions_add-theme-module.rst ├── 20230821_185115_GitHub_Actions_add-exmodeutils.rst ├── 20230821_190830_GitHub_Actions_fix-quickrun-command.rst ├── 20230822_150451_GitHub_Actions_editorstatus.rst ├── 20230822_155021_GitHub_Actions_reduce-macros.rst ├── 20230822_160616_GitHub_Actions_fix-abduco-installation.rst ├── 20230822_162114_GitHub_Actions_merge-tests-for-highlight.rst ├── 20230822_164020_GitHub_Actions_add-workflow-for-integration-tests.rst ├── 20230823_122622_GitHub_Actions_bump-regex-to-0.21.0.rst ├── 20230823_125743_GitHub_Actions_fix-bare-except-confition.rst ├── 20230823_192347_GitHub_Actions_fix-color-in-config-example.rst ├── 20230828_165751_GitHub_Actions_rename-smoothscrollspeed.rst ├── 20230829_211454_GitHub_Actions_rename-statusline-color-settings.rst ├── 20230830_172530_GitHub_Actions_add-macro-support.rst ├── 20230902_125626_GitHub_Actions_fix#1825.rst ├── 20230902_140624_GitHub_Actions_fix#1827.rst ├── 20230904_153857_GitHub_Actions_fix-issue-template.rst ├── 20230906_163905_GitHub_Actions_smoothscroll.rst ├── 20230906_165034_GitHub_Actions_fix#1834.rst ├── 20230906_205424_GitHub_Actions_fix#1836.rst ├── 20230906_211243_GitHub_Actions_positionofsetval.rst ├── 20230906_212235_GitHub_Actions_configmode-highlight-update.rst ├── 20230906_224701_GitHub_Actions_fix-configmode-text-edit.rst ├── 20230908_163407_GitHub_Actions_editor-performance.rst ├── 20230910_163316_GitHub_Actions_plain-highlighting-performance.rst ├── 20230910_195751_GitHub_Actions_fix-styles.rst ├── 20230911_120910_GitHub_Actions_fix-imports.rst ├── 20230917_195413_GitHub_Actions_remove-unnecessary-try.rst ├── 20230920_012411_GitHub_Actions_rewrite-viewhighlight.rst ├── 20230920_212809_GitHub_Actions_fix-style.rst ├── 20230921_194936_GitHub_Actions_fix#1849.rst ├── 20230921_210048_GitHub_Actions_fix#1850.rst ├── 20230921_225139_GitHub_Actions_fix-past-lines.rst ├── 20230923_214531_GitHub_Actions_rewrite-paste.rst ├── 20230924_224202_GitHub_Actions_fix-cursor-postion-visual.rst ├── 20230924_230401_GitHub_Actions_fix#1856.rst ├── 20230924_234623_GitHub_Actions_open-file-in-exmode-suggestions.rst ├── 20230925_204539_GitHub_Actions_fix-typo.rst ├── 20230925_220054_GitHub_Actions_fix-move-behavior.rst ├── 20230925_223155_GitHub_Actions_fix-commandline-update-process.rst ├── 20230926_215551_GitHub_Actions_reduce-view-update.rst ├── 20230927_232917_GitHub_Actions_tabline.rst ├── 20230927_233409_GitHub_Actions_remove-nimOldCaseObjects.rst ├── 20230928_200227_GitHub_Actions_auto-split-open.rst ├── 20230930_195246_GitHub_Actions_typo-in-windownode.rst ├── 20230930_200056_GitHub_Actions_fix-smoothscroll-configs.rst ├── 20230930_221246_GitHub_Actions_fix#1869.rst ├── 20231004_223203_GitHub_Actions_bump-regex-to-0.22.0.rst ├── 20231005_224010_GitHub_Actions_fix#1875.rst ├── 20231006_232452_GitHub_Actions_remove-nimOldCaseObjects.rst ├── 20231007_074514_shuu.n_init_lsp_support.rst ├── 20231009_181403_GitHub_Actions_ui-attribute.rst ├── 20231017_201434_GitHub_Actions_fix#1882.rst ├── 20231018_212741_GitHub_Actions_fix#1885.rst ├── 20231018_215932_GitHub_Actions_fix#1887.rst ├── 20231018_221835_GitHub_Actions_fix-bnext.rst ├── 20231019_002730_GitHub_Actions_fix-buffermanager.rst ├── 20231019_004417_GitHub_Actions_fix#1891.rst ├── 20231019_193316_GitHub_Actions_fix-ciw-diw.rst ├── 20231019_205021_GitHub_Actions_add-ct-command.rst ├── 20231019_212549_GitHub_Actions_add-dt-command.rst ├── 20231022_223345_GitHub_Actions_fix-repeat.rst ├── 20231023_204926_GitHub_Actions_change-logs-dir.rst ├── 20231023_220739_GitHub_Actions_fix-replace-performance.rst ├── 20231025_004737_GitHub_Actions_bump-regex-to-0.23.0.rst ├── 20231025_012407_GitHub_Actions_fix-unicodeext-split.rst ├── 20231026_190325_GitHub_Actions_fix#1903.rst ├── 20231026_201819_GitHub_Actions_add-yank-commands.rst ├── 20231026_211802_GitHub_Actions_fix#1906.rst ├── 20231026_213536_GitHub_Actions_normalmode.rst ├── 20231029_205646_GitHub_Actions_use-poll.rst ├── 20231029_220423_GitHub_Actions_replace-all.rst ├── 20231102_212254_GitHub_Actions_jump-and-highlight-in-replace.rst ├── 20231102_215729_GitHub_Actions_fix#1912.rst ├── 20231109_220927_GitHub_Actions_multiline-highlight.rst ├── 20231110_224236_GitHub_Actions_fix-search.rst ├── 20231111_205559_GitHub_Actions_fix-triggers.rst ├── 20231111_220456_GitHub_Actions_fix-searchutils.rst ├── 20231113_211011_GitHub_Actions_toml-syntax-highlighting.rst ├── 20231114_213823_GitHub_Actions_better-toml-support.rst ├── 20231114_214007_GitHub_Actions_fix-triggers.rst ├── 20231116_000527_GitHub_Actions_fix#1924.rst ├── 20231116_215352_GitHub_Actions_toml-syntax-highlighting.rst ├── 20231118_213631_GitHub_Actions_better-nim-highlighting.rst ├── 20231118_220130_GitHub_Actions_fix#1928.rst ├── 20231118_224430_GitHub_Actions_add-color-scheme-configs.rst ├── 20231118_234916_GitHub_Actions_add-standard.rst ├── 20231119_225604_GitHub_Actions_fix#1933.rst ├── 20231119_231558_GitHub_Actions_editorview.rst ├── 20231120_001728_GitHub_Actions_add-autosave-conf.rst ├── 20231120_221655_GitHub_Actions_undo-redo-behavior.rst ├── 20231120_223050_GitHub_Actions_remove-unnecessary-update.rst ├── 20231123_001450_GitHub_Actions_key-handling.rst ├── 20231124_221216_GitHub_Actions_fix-test-ci.rst ├── 20231127_210211_GitHub_Actions_improve-paste.rst ├── 20231128_202609_GitHub_Actions_add-init.rst ├── 20231128_221835_GitHub_Actions_add-warn-message-color.rst ├── 20231129_212234_GitHub_Actions_add-macos.rst ├── 20231130_222909_GitHub_Actions_incremental-multiline-insert.rst ├── 20231201_184501_GitHub_Actions_fix#1948.rst ├── 20231202_014044_GitHub_Actions_fix-parse-replace-command.rst ├── 20231202_020638_GitHub_Actions_fix-1953.rst ├── 20231202_030733_GitHub_Actions_fix-selectedarea-type.rst ├── 20231202_221624_GitHub_Actions_incremental-replace.rst ├── 20231206_213153_GitHub_Actions_autocomplete-for-multiline.rst ├── 20231207_005813_GitHub_Actions_fix-gapbuffer-to-string.rst ├── 20231207_015941_GitHub_Actions_fix-seq-runes-to-string.rst ├── 20231207_021241_GitHub_Actions_remove-toch.rst ├── 20231210_223143_GitHub_Actions_rewrite-registers.rst ├── 20231212_222313_GitHub_Actions_add-clipboard-registers.rst ├── 20231213_235050_GitHub_Actions_rewrite-clipboard.rst ├── 20231214_011152_GitHub_Actions_auto-clipboardtool-detect.rst ├── 20231214_170719_GitHub_Actions_fix-1969.rst ├── 20231217_223346_GitHub_Actions_separate-theme-configs.rst ├── 20231217_233507_GitHub_Actions_getkey-timeout.rst ├── 20231218_220335_GitHub_Actions_rename-color-name.rst ├── 20231222_220310_GitHub_Actions_remove-execcmdexnooutput.rst ├── 20231224_222108_GitHub_Actions_better-lsp.rst ├── 20231227_002341_GitHub_Actions_window-showmessage.rst ├── 20231227_223844_GitHub_Actions_fix-configfile-validate.rst ├── 20231227_224445_GitHub_Actions_rename-modules-for-lsp.rst ├── 20231227_230441_GitHub_Actions_skip-lsp-tests-no-nimlsp.rst ├── 20231230_052109_GitHub_Actions_didsave-notify.rst ├── 20231230_145754_GitHub_Actions_lsp-didchange.rst ├── 20231230_152037_GitHub_Actions_textdocument-publishdiagnostics.rst ├── 20231231_181443_GitHub_Actions_window-logmessage.rst ├── 20240101_202206_GitHub_Actions_fix-init.rst ├── 20240101_222848_GitHub_Actions_progress.rst ├── 20240105_012944_GitHub_Actions_textdocument-completion.rst ├── 20240105_211310_GitHub_Actions_bump-regex-to-0.24.0.rst ├── 20240105_213644_GitHub_Actions_check-init-befor-req.rst ├── 20240105_223119_GitHub_Actions_fix-stuck-when-press-ctrl-c.rst ├── 20240105_223809_GitHub_Actions_change-default-server-to-nimlangserver.rst ├── 20240106_231040_GitHub_Actions_completion-context.rst ├── 20240106_232711_GitHub_Actions_cache.rst ├── 20240106_234405_GitHub_Actions_notify.rst ├── 20240107_221826_GitHub_Actions_logviewer.rst ├── 20240107_224036_GitHub_Actions_nimble-cache.rst ├── 20240107_225929_GitHub_Actions_build-cache.rst ├── 20240107_232740_GitHub_Actions_enhance-performance.rst ├── 20240109_235425_GitHub_Actions_fix-completion.rst ├── 20240110_021039_GitHub_Actions_fix-2006.rst ├── 20240110_021750_GitHub_Actions_didchange-range.rst ├── 20240115_110107_GitHub_Actions_shift-tab.rst ├── 20240125_211409_GitHub_Actions_fix-2011.rst ├── 20240126_003437_GitHub_Actions_fix-response-error.rst ├── 20240127_225831_GitHub_Actions_rewrite-completion.rst ├── 20240203_211348_GitHub_Actions_logviewer.rst ├── 20240203_221655_GitHub_Actions_fix-2017.rst ├── 20240203_230616_GitHub_Actions_fix-movecursor.rst ├── 20240204_000607_GitHub_Actions_help.rst ├── 20240204_001622_GitHub_Actions_diffviewer.rst ├── 20240204_180216_GitHub_Actions_fix-commandline-suggest-margin.rst ├── 20240208_220110_GitHub_Actions_completionwindow-in-exmode.rst ├── 20240218_205634_GitHub_Actions_better-suggestions-in-completion.rst ├── 20240223_232237_GitHub_Actions_migrate-to-regex.rst ├── 20240223_235027_GitHub_Actions_fix-error-handling-in-recentfile.rst ├── 20240228_091230_GitHub_Actions_recentfilemode.rst ├── 20240302_222259_GitHub_Actions_2030.rst ├── 20240302_235850_GitHub_Actions_reduce-compiler-hints.rst ├── 20240303_202939_GitHub_Actions_move-highlight-to-bufferstatus.rst ├── 20240303_212347_GitHub_Actions_remove-unnecessary-exitui.rst ├── 20240307_215055_GitHub_Actions_mix-suggestions.rst ├── 20240317_201323_GitHub_Actions_add-rust-analyzer-support.rst ├── 20240323_190455_GitHub_Actions_document-semantictokens.rst ├── 20240331_200419_GitHub_Actions_duplicate-import.rst ├── 20240407_074054_GitHub_Actions_fix-gui-check.rst ├── 20240407_100319_GitHub_Actions_fix-dir-check.rst ├── 20240415_124355_GitHub_Actions_fix-2043.rst ├── 20240419_204205_GitHub_Actions_bump-regex-to-0.25.0.rst ├── 20240419_204635_GitHub_Actions_lsp-client-poll.rst ├── 20240419_211048_GitHub_Actions_check-server-status-before-read.rst ├── 20240423_194916_GitHub_Actions_fix-request-id.rst ├── 20240423_201017_GitHub_Actions_fix-didchange-sending.rst ├── 20240428_192355_GitHub_Actions_inlay-hint.rst ├── 20240430_205232_GitHub_Actions_highlight-when-empty-lsp-semantic-tokens.rst ├── 20240505_151610_GitHub_Actions_add-lsp-fetures-config.rst ├── 20240505_162449_GitHub_Actions_fix-diagnostic-capa.rst ├── 20240508_214002_GitHub_Actions_goto-definition.rst ├── 20240514_213410_GitHub_Actions_fix-request-id-count.rst ├── 20240514_232250_GitHub_Actions_better-lsp-tests.rst ├── 20240517_212427_GitHub_Actions_lsp-modules.rst ├── 20240517_215715_GitHub_Actions_lsp-open-buffer.rst ├── 20240521_223338_GitHub_Actions_fix-inlayhint-req.rst ├── 20240523_230507_41898282+github-actions[bot]_find_references.rst ├── 20240525_005046_GitHub_Actions_fix-references-capabilities.rst ├── 20240525_232149_GitHub_Actions_rename.rst ├── 20240525_233011_GitHub_Actions_update-readme.rst ├── 20240530_224314_GitHub_Actions_cancellation.rst ├── 20240603_220355_GitHub_Actions_typedefinition.rst ├── 20240603_222214_GitHub_Actions_lsp-fg-req-cancel.rst ├── 20240605_012203_GitHub_Actions_implementation.rst ├── 20240605_233920_GitHub_Actions_declaration.rst ├── 20240607_012639_GitHub_Actions_call-hierarchy.rst ├── 20240608_042241_GitHub_Actions_fix-movement-in-references.rst ├── 20240610_230601_GitHub_Actions_better-response-handling.rst ├── 20240610_231930_GitHub_Actions_add-error-messages.rst ├── 20240611_234215_GitHub_Actions_lsp-response-check.rst ├── 20240618_233601_GitHub_Actions_fix-in-devel.rst ├── 20240618_233933_GitHub_Actions_remove-choosenim-cache.rst ├── 20240624_203040_GitHub_Actions_addcolorsegment.rst ├── 20240624_211224_GitHub_Actions_lsp-inlayhint.rst ├── 20240625_234842_GitHub_Actions_comments.rst ├── 20240625_235102_GitHub_Actions_document-highlights.rst ├── 20240626_234439_GitHub_Actions_error-handling.rst ├── 20240626_234832_GitHub_Actions_add-error-messages.rst ├── 20240628_012406_GitHub_Actions_lsp-document-highlight-handling.rst ├── 20240704_151552_GitHub_Actions_lsp-workspaceroot.rst ├── 20240704_165103_GitHub_Actions_fix-nimlangserver-ver.rst ├── 20240705_154706_GitHub_Actions_bump-setup-nim-action-to-v2-beta.rst ├── 20240705_234342_GitHub_Actions_lsp-server-capa.rst ├── 20240706_000350_GitHub_Actions_remove-debug-echo.rst ├── 20240706_135127_GitHub_Actions_bump-setup-nim-action-to-v2.rst ├── 20240708_014547_GitHub_Actions_bump-setup-nim-action-to-v2.rst ├── 20240708_230903_GitHub_Actions_fix-client-readable-check.rst ├── 20240710_212926_GitHub_Actions_fix-client-capa-init.rst ├── 20240710_213351_GitHub_Actions_current-config-gen.rst ├── 20240710_213522_GitHub_Actions_config-example.rst ├── 20240710_214146_GitHub_Actions_fix-client-readble-check-2.rst ├── 20240711_224419_GitHub_Actions_fix-clinet-init-params.rst ├── 20240711_232352_GitHub_Actions_lsp-protocol-types.rst ├── 20240713_153603_GitHub_Actions_nim-in-1.6.16.rst ├── 20240713_155626_GitHub_Actions_add-nim-1.6.16.rst ├── 20240715_222409_GitHub_Actions_document-link.rst ├── 20240718_230548_github-actions[bot]_pre-code-lens.rst ├── 20240721_212618_github-actions[bot]_execute-command.rst ├── 20240721_212919_github-actions[bot]_lsp-rename-error.rst ├── 20240721_213255_github-actions[bot]_lsp-document-link-resolve-support.rst ├── 20240722_002609_github-actions[bot]_lsp-completion.rst ├── 20240722_005225_github-actions[bot]_fix-workflow-for-cache.rst ├── 20240722_010337_github-actions[bot]_fix-workflow-for-cache-2.rst ├── 20240723_233052_github-actions[bot]_better-code-lens-support.rst ├── 20240724_001004_github-actions[bot]_fix-lsp-inlayhint.rst ├── 20240724_002035_github-actions[bot]_fix-lsp-semntictoken.rst ├── 20240724_230158_github-actions[bot]_exec-complete-command-from-suggest.rst ├── 20240725_001421_github-actions[bot]_fix-cursor-after-close-comp-win.rst ├── 20240727_005849_github-actions[bot]_crash-when-jump-line.rst ├── 20240727_011918_github-actions[bot]_add-suite.rst ├── 20240727_012512_github-actions[bot]_cursor-flickering-on-logviewer.rst ├── 20240727_235752_github-actions[bot]_newline-in-logviewer.rst ├── 20240728_001115_github-actions[bot]_remove-unused-import.rst ├── 20240805_010346_github-actions[bot]_code-lens-rust-analyzer-runsingle.rst ├── 20240806_231011_github-actions[bot]_add-codelens-ui.rst ├── 20240806_233901_github-actions[bot]_add-rust-analyzer-debugsingle.rst ├── 20240809_223834_github-actions[bot]_inlay-hint-refresh.rst ├── 20240809_225834_github-actions[bot]_semantic-tokens-refresh.rst ├── 20240809_231051_github-actions[bot]_code-lens-refresh.rst ├── 20240809_234536_github-actions[bot]_folding-support.rst ├── 20240810_010659_github-actions[bot]_lsp-debug-log.rst ├── 20240810_012145_github-actions[bot]_lsp-server-req-handling.rst ├── 20240812_002721_github-actions[bot]_ignore-compwin-in-ex.rst ├── 20240814_225426_github-actions[bot]_r-option.rst ├── 20240814_225756_github-actions[bot]_indent-and-unindent-when-readonly.rst ├── 20240818_002406_github-actions[bot]_crash-visual-replace.rst ├── 20240818_004228_github-actions[bot]_add-zr-command.rst ├── 20240818_225918_github-actions[bot]_folding-commands.rst ├── 20240818_230828_github-actions[bot]_disable-nim-devel.rst ├── 20240820_212800_github-actions[bot]_cleanup-keybinds.rst ├── 20240820_212927_github-actions[bot]_reenable-nim-devel.rst ├── 20240820_234912_github-actions[bot]_help.rst ├── 20240821_001852_github-actions[bot]_normalmode-normalmodecommand.rst ├── 20240822_005802_github-actions[bot]_search-highlight-completion-win.rst ├── 20240822_220937_github-actions[bot]_check-ncurses-version.rst ├── 20240822_224229_github-actions[bot]_popup-background.rst ├── 20240822_231347_github-actions[bot]_require-ncurses-ver.rst ├── 20240822_234805_github-actions[bot]_completion-items.rst ├── 20240824_031410_github-actions[bot]_search-highlight-after-occurrence.rst ├── 20240825_013153_github-actions[bot]_above-completion-win-position.rst ├── 20240825_013614_github-actions[bot]_search-prev-occurence.rst ├── 20240826_004912_github-actions[bot]_show-lsp-server-on-statusline.rst ├── 20240827_234233_github-actions[bot]_rewrite-config-doc.rst ├── 20240828_222903_github-actions[bot]_remove-color-highlightfullwidthspacebg.rst ├── 20240828_223340_github-actions[bot]_sendclipbloard.rst ├── 20240828_224629_github-actions[bot]_remove-color-highlighttrailingspacesbg.rst ├── 20240828_225052_github-actions[bot]_remove-unnecessary-file.rst ├── 20240829_001555_github-actions[bot]_lsp-excute-command-capa.rst ├── 20240829_003336_github-actions[bot]_folding-range.rst ├── 20240829_230330_github-actions[bot]_fix-table-in-config.rst ├── 20240831_224751_github-actions[bot]_json-syntax.rst ├── 20240901_222057_github-actions[bot]_lsp-folding-range.rst ├── 20240902_000307_github-actions[bot]_selection-range.rst ├── 20240903_001852_github-actions[bot]_lsp-folding-range-client-capa.rst ├── 20240903_221645_github-actions[bot]_indent-line-highlight-in-selectarea.rst ├── 20240903_222122_github-actions[bot]_client-non-blocking-write.rst ├── 20240903_222347_github-actions[bot]_update-readme.rst ├── 20240903_225435_github-actions[bot]_fix-crash-code-lens.rst ├── 20240903_231239_github-actions[bot]_dup-logger.rst ├── 20240904_232749_github-actions[bot]_lsp-error-messages.rst ├── 20240904_234803_github-actions[bot]_document-symbol.rst ├── 20240908_201836_github-actions[bot]_rename-lsp-client-capa-types.rst ├── 20240908_204220_github-actions[bot]_lsp-error-response-handle.rst ├── 20240909_000844_github-actions[bot]_add-lsprestart.rst ├── 20240909_234227_github-actions[bot]_completion-window-position-2.rst ├── 20240910_000432_github-actions[bot]_indent-lines-color.rst ├── 20240912_005604_github-actions[bot]_inline-value.rst ├── 20240913_001344_github-actions[bot]_lsp-inline-value.rst ├── 20240917_081925_lsp-sginature-help.rst ├── 20240918_230642_github-actions[bot]_document-format.rst ├── 20240918_230840_github-actions[bot]_bump-unicodedb-to-0.13.0.rst ├── 20241001_011919_github-actions[bot]_lsp-handler-test.rst ├── 20241001_233221_github-actions[bot]_fix-lsp-formatting.rst ├── 20241002_233208_github-actions[bot]_lsp-text-edit.rst ├── 20241002_233744_github-actions[bot]_show-cancel-log.rst ├── 20241002_234019_github-actions[bot]_bump-nim-to-2.2.0.rst ├── 20241002_234133_github-actions[bot]_add-nim-2.0.10.rst ├── 20241009_203805_github-actions[bot]_chronos-support.rst ├── 20241024_205738_github-actions[bot]_remove-old-workarounds.rst ├── 20241024_210430_github-actions[bot]_nim-devel.rst ├── 20241024_234611_github-actions[bot]_fix-flaky-tests.rst ├── 20241028_195852_github-actions[bot]_fix-in-nim-2.2.rst ├── 20241028_201907_github-actions[bot]_bump-nim-to-2.0.10.rst ├── 20241118_230342_github-actions[bot]_jump-back-from-goto-def.rst ├── 20241120_220713_github-actions[bot]_add-openwindow-conf.rst ├── 20241120_221245_github-actions[bot]_async-kbhit.rst ├── 20241120_225016_github-actions[bot]_client-non-blocking-write.rst ├── 20241120_233351_github-actions[bot]_lsp-client-error-handling.rst ├── 20241124_232832_github-actions[bot]_kbhitasync.rst ├── 20241125_223220_github-actions[bot]_non-block-read-client.rst ├── 20241125_230116_github-actions[bot]_fix-nim-version.rst ├── 20241125_230932_github-actions[bot]_fix-nimlangserver-version.rst ├── 20241125_232541_github-actions[bot]_fix-cache-restore-key.rst ├── 20241206_213756_github-actions[bot]_bump-stew-to-0.2.0.rst ├── 20241206_223447_github-actions[bot]_changelog.rst ├── 20241211_210312_github-actions[bot]_bump-regex-to-0.26.0.rst ├── 20241216_235432_github-actions[bot]_better-document-highlight.rst ├── 20241219_000608_github-actions[bot]_remove-pollfd.rst ├── 20241224_220116_github-actions[bot]_bump-nim-to-2.0.14.rst ├── 20250101_155220_github-actions[bot]_bump-regex-to-0.26.1.rst ├── 20250101_155340_github-actions[bot]_bump-unicodedb-to-0.13.2.rst ├── 20250105_235235_github-actions[bot]_bump-result-to-0.5.1.rst ├── 20250106_005857_github-actions[bot]_lsp-add-nil-check.rst ├── 20250106_225044_github-actions[bot]_speedup-lsp-tests.rst ├── 20250107_001902_github-actions[bot]_add-libpcre3.rst ├── 20250112_014531_github-actions[bot]_fix-tests-unable-lsp-server.rst ├── 20250119_224452_github-actions[bot]_drop-nim-1-support.rst ├── 20250122_000457_github-actions[bot]_cleanup-workflow.rst ├── 20250127_221155_github-actions[bot]_fix-workflow-for-cache-3.rst ├── 20250127_223045_github-actions[bot]_fix-filer-test.rst ├── 20250127_224129_github-actions[bot]_fix-suite.rst ├── 20250127_224533_github-actions[bot]_unused-vals.rst ├── 20250203_004002_github-actions[bot]_changed-line-updating.rst ├── 20250204_004244_github-actions[bot]_reduce-curses-win.rst ├── 20250204_005706_github-actions[bot]_add-lsp-start-log.rst ├── 20250204_020341_github-actions[bot]_lsp-multi-buf-init.rst ├── 20250204_234648_github-actions[bot]_ex-path-completion-win-postion.rst ├── 20250207_011623_github-actions[bot]_bump-chronos-to-4.0.4.rst ├── 20250207_011756_github-actions[bot]_bump-nim-to-2.2.2.rst ├── 20250207_212310_github-actions[bot]_skip-lsp-formatting-test.rst ├── 20250210_234514_github-actions[bot]_min-nim-version.rst ├── 20250211_004645_github-actions[bot]_lsp-error-logs.rst ├── 20250212_233524_github-actions[bot]_fix-lsp-hander-flaky.rst ├── 20250213_003902_github-actions[bot]_add-lockfile.rst ├── 20250214_005600_github-actions[bot]_extension-stattusupdate.rst ├── 20250216_134408_github-actions[bot]_add-suite.rst ├── 20250216_141559_github-actions[bot]_format-with-nph.rst ├── 20250216_150158_github-actions[bot]_nph.rst ├── 20250217_215714_github-actions[bot]_lsp-server-ignore-sigint.rst ├── 20250217_220814_github-actions[bot]_bump-regex-to-0.26.2.rst ├── 20250217_230643_github-actions[bot]_search-highlight-in-logviewer.rst ├── 20250220_225628_github-actions[bot]_bump-regex-to-0.26.3.rst ├── 20250221_235016_github-actions[bot]_comp-win-border.rst ├── 20250224_221030_github-actions[bot]_remove-lsp-log-from-std-log.rst ├── 20250224_222849_github-actions[bot]_add-error-logs.rst ├── 20250301_045106_github-actions[bot]_add-error-message-diff-viewer.rst ├── 20250301_055708_github-actions[bot]_addnewbuffer-error-handling.rst ├── 20250311_015405_github-actions[bot]_better-server-restart.rst ├── 20250312_011431_github-actions[bot]_fix-shutdown-req.rst ├── 20250317_235526_github-actions[bot]_completion-win-posi-when-enbale-border.rst ├── 20250317_235724_github-actions[bot]_force-restart.rst ├── 20250318_224927_github-actions[bot]_reduce-compiler-hints-2.rst ├── 20250318_232857_github-actions[bot]_statusline-flickering.rst ├── 20250318_235333_github-actions[bot]_remove-unused-args.rst ├── 20250319_000217_github-actions[bot]_add-suite.rst ├── 20250319_002406_github-actions[bot]_popup-win-border-color.rst ├── 20250325_220049_github-actions[bot]_fallback-ncurses-colors.rst ├── 20250325_222949_github-actions[bot]_ncurses-init-extended-color-type.rst ├── 20250325_223152_github-actions[bot]_color-mode-init.rst ├── 20250325_230741_github-actions[bot]_set-nimlang-server-version.rst ├── 20250325_235854_github-actions[bot]_lsp-didsave.rst ├── 20250326_231031_github-actions[bot]_reduce-screen-flickering.rst ├── 20250326_232550_github-actions[bot]_reduce-cursor-flickering.rst ├── 20250327_001029_github-actions[bot]_add-change-theme-error.rst ├── 20250327_001659_github-actions[bot]_error-message-create-dir.rst ├── 20250327_234827_github-actions[bot]_messages-module.rst ├── 20250328_003836_github-actions[bot]_add-lsp-notify-configs.rst ├── 20250330_190152_github-actions[bot]_cursor-flickering-while-updating.rst ├── 20250330_190747_github-actions[bot]_disable-nim-devel.rst ├── 20250403_001745_github-actions[bot]_commandline-ref-type.rst ├── 20250407_223542_github-actions[bot]_enhance-unicodeext.rst ├── 20250411_022052_github-actions[bot]_better-readfile.rst ├── 20250415_002853_github-actions[bot]_ui-move.rst ├── 20250415_003158_github-actions[bot]_commandline-resize.rst ├── 20250423_224119_github-actions[bot]_add-ncurses-errors.rst ├── 20250423_231556_github-actions[bot]_window-resize.rst ├── 20250423_232000_github-actions[bot]_bump-nim-to-2.2.4.rst ├── 20250429_211946_github-actions[bot]_better-hover.rst ├── 20250501_195105_github-actions[bot]_lsp-server-init.rst ├── 20250511_171607_github-actions[bot]_bump-nimlangserver-to-1.12.0.rst ├── 20250515_213930_github-actions[bot]_jump-list-support.rst ├── 20250515_224329_github-actions[bot]_reduce-compiler-warns.rst ├── 20250526_181256_github-actions[bot]_ctrl-o-behavior.rst ├── 20250526_195845_github-actions[bot]_lsp-jumplist.rst ├── 20250526_201156_github-actions[bot]_workaround-for-nimble-bug.rst ├── 20250527_221154_github-actions[bot]_nimble-setup.rst ├── 20250528_232120_github-actions[bot]_add-ctrl-i.rst ├── 20250528_234428_github-actions[bot]_more-nimble-bug-workarounds.rst └── scriv.ini ├── config.nims ├── documents ├── configfile.md ├── developer.md ├── features.md ├── howtouse.md ├── index.md ├── lsp.md ├── overview.md └── platform_terminal.md ├── example ├── moerc.toml └── themes │ ├── dark.toml │ ├── light.toml │ └── vivid.toml ├── moe.nimble ├── nimble.lock ├── shpec.sh ├── src ├── moe.nim ├── moe.nim.cfg └── moepkg │ ├── algo.nim │ ├── appinfo.nim │ ├── backgroundprocess.nim │ ├── backup.nim │ ├── backupmanager.nim │ ├── backupmanagerutils.nim │ ├── bookmark.nim │ ├── buffermanager.nim │ ├── bufferstatus.nim │ ├── build.nim │ ├── callhierarchyviewer.nim │ ├── clipboard.nim │ ├── cmdlineoption.nim │ ├── color.nim │ ├── commandline.nim │ ├── commandlineutils.nim │ ├── completion.nim │ ├── completionwindow.nim │ ├── configmode.nim │ ├── cursor.nim │ ├── debugmode.nim │ ├── debugmodeutils.nim │ ├── diffviewerutils.nim │ ├── documentsymbol.nim │ ├── editor.nim │ ├── editorstatus.nim │ ├── editorview.nim │ ├── exmode.nim │ ├── exmodeutils.nim │ ├── filermode.nim │ ├── filermodeutils.nim │ ├── fileutils.nim │ ├── folding.nim │ ├── gapbuffer.nim │ ├── git.nim │ ├── globalsidebar.nim │ ├── helputils.nim │ ├── highlight.nim │ ├── independentutils.nim │ ├── init.nim │ ├── inlayhint.nim │ ├── insertmode.nim │ ├── jumplist.nim │ ├── logger.nim │ ├── logviewerutils.nim │ ├── lsp │ ├── callhierarchy.nim │ ├── client.nim │ ├── codelens.nim │ ├── completion.nim │ ├── declaration.nim │ ├── definition.nim │ ├── diagnostics.nim │ ├── documenthighlight.nim │ ├── documentlink.nim │ ├── documentsymbol.nim │ ├── executecommand.nim │ ├── foldingrange.nim │ ├── formatting.nim │ ├── handler.nim │ ├── hover.nim │ ├── implementation.nim │ ├── inlayhint.nim │ ├── inlinevalue.nim │ ├── jsonrpc.nim │ ├── message.nim │ ├── progress.nim │ ├── protocol │ │ ├── enums.nim │ │ └── types.nim │ ├── references.nim │ ├── rename.nim │ ├── selectionrange.nim │ ├── semantictoken.nim │ ├── serverspecific.nim │ ├── serverspecifics │ │ └── rustanalyzer.nim │ ├── signaturehelp.nim │ ├── typedefinition.nim │ └── utils.nim │ ├── mainloop.nim │ ├── messagelog.nim │ ├── messages.nim │ ├── movement.nim │ ├── normalmode.nim │ ├── osext.nim │ ├── platform.nim │ ├── popupwindow.nim │ ├── quickrun.nim │ ├── quickrunutils.nim │ ├── recentfilemode.nim │ ├── referencesmode.nim │ ├── registers.nim │ ├── replacemode.nim │ ├── rgb.nim │ ├── search.nim │ ├── searchutils.nim │ ├── settings.nim │ ├── statusline.nim │ ├── syntax │ ├── flags.nim │ ├── highlite.nim │ ├── lexer.nim │ ├── lexer │ │ ├── curlyopenlexer.nim │ │ ├── endlexer.nim │ │ └── hashlexer.nim │ ├── syntaxc.nim │ ├── syntaxcpp.nim │ ├── syntaxcsharp.nim │ ├── syntaxhaskell.nim │ ├── syntaxjava.nim │ ├── syntaxjavascript.nim │ ├── syntaxjson.nim │ ├── syntaxmarkdown.nim │ ├── syntaxnim.nim │ ├── syntaxpython.nim │ ├── syntaxrust.nim │ ├── syntaxshell.nim │ ├── syntaxtoml.nim │ └── syntaxyaml.nim │ ├── syntaxcheck.nim │ ├── tabline.nim │ ├── theme.nim │ ├── ui.nim │ ├── undoredostack.nim │ ├── unicodeext.nim │ ├── viewhighlight.nim │ ├── visualmode.nim │ ├── windownode.nim │ └── worddictionary.nim └── tests ├── config.nims ├── talgo.nim ├── tbackgoundprocess.nim ├── tbackup.nim ├── tbackupmanager.nim ├── tbuffermanager.nim ├── tcallhierarchyviewer.nim ├── tclipboard.nim ├── tcolor.nim ├── tcommandline.nim ├── tcommandlineutils.nim ├── tcompletion.nim ├── tcompletionwindow.nim ├── tconfigmode.nim ├── tdebugmode.nim ├── tdocumentsymbol.nim ├── teditor.nim ├── teditorstatus.nim ├── teditorview.nim ├── texmode.nim ├── texmodeutils.nim ├── tfilermode.nim ├── tfileutils.nim ├── tfolding.nim ├── tgapbuffer.nim ├── tgit.nim ├── tglobalsidebar.nim ├── thelp.nim ├── thighlight.nim ├── tinit.nim ├── tinsertmode.nim ├── tjumplist.nim ├── tlogviewerutils.nim ├── tlspcallhierarchy.nim ├── tlspclient.nim ├── tlspcodelens.nim ├── tlspcompletion.nim ├── tlspdeclaration.nim ├── tlspdefinition.nim ├── tlspdiagnostics.nim ├── tlspdocumenthighlight.nim ├── tlspdocumentlink.nim ├── tlspdocumentsymbol.nim ├── tlspexecutecommand.nim ├── tlspfoldingrange.nim ├── tlspformatting.nim ├── tlsphandler.nim ├── tlsphover.nim ├── tlspimplementation.nim ├── tlspinlayhint.nim ├── tlspmessage.nim ├── tlspprogress.nim ├── tlspreferences.nim ├── tlsprename.nim ├── tlsprustanalyzer.nim ├── tlspselectionrange.nim ├── tlspsemantictoken.nim ├── tlspsignaturehelp.nim ├── tlsptypedefinition.nim ├── tlsputils.nim ├── tmainloop.nim ├── tmovement.nim ├── tnormalmode.nim ├── tosext.nim ├── tpopupwindow.nim ├── tquickrun.nim ├── tquittest1.nim ├── tquittest2.nim ├── tquittest3.nim ├── tquittest4.nim ├── tquittest5.nim ├── trecentfilemode.nim ├── treferencesmode.nim ├── tregisters.nim ├── treplacemode.nim ├── trgb.nim ├── tsearchutils.nim ├── tsettings.nim ├── tstatusline.nim ├── tsyntaxcheck.nim ├── tsyntaxjson.nim ├── tsyntaxnim.nim ├── tsyntaxrust.nim ├── tsyntaxtoml.nim ├── ttabline.nim ├── ttheme.nim ├── tui.nim ├── tunicodeext.nim ├── tviewhighlight.nim ├── tvisualmode.nim ├── twindownode.nim ├── tworddictionary.nim └── utils.nim /.bumpversion.cfg: -------------------------------------------------------------------------------- 1 | [bumpversion] 2 | commit = False 3 | current_version = 0.3.0 4 | tag = False 5 | tag_message = 6 | tag_name = v{new_version} 7 | 8 | [bumpversion:file:CITATION.cff] 9 | 10 | [bumpversion:file:moe.nimble] 11 | 12 | [bumpversion:file:setup.cfg] 13 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: github-actions 4 | directory: / 5 | schedule: 6 | interval: daily 7 | time: '00:00' 8 | assignees: 9 | - fox0430 10 | commit-message: 11 | prefix: "actions" 12 | include: scope 13 | target-branch: "develop" 14 | -------------------------------------------------------------------------------- /.github/workflows/nph.yaml: -------------------------------------------------------------------------------- 1 | name: Check `nph` formatting 2 | 3 | on: 4 | pull_request: 5 | paths: 6 | - '.github/workflows/nph.yaml' 7 | - 'src/**' 8 | - 'tests/**' 9 | 10 | jobs: 11 | nph: 12 | runs-on: ubuntu-latest 13 | steps: 14 | - uses: actions/checkout@v4 15 | - name: Check `nph` formatting 16 | uses: arnetheduck/nph-action@v1 17 | with: 18 | version: latest 19 | options: "src/ tests/" 20 | fail: true 21 | suggest: true 22 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | src/nimcache 2 | src/moe 3 | tests/* 4 | !tests/*.* 5 | moe 6 | test.txt 7 | .history 8 | src/.history 9 | src/moepkg/.history 10 | nimble.develop 11 | nimble.paths 12 | -------------------------------------------------------------------------------- /changelog.d/20221202_004331_kevin.matthes_lexer_curly_squash.rst: -------------------------------------------------------------------------------- 1 | .. _#1547: https://github.com/fox0430/moe/pull/1547 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1547`_ syntax highlighting: Haskell comment lexing logic 7 | -------------------------------------------------------------------------------- /changelog.d/20221203_211838_kevin.matthes_markdown.rst: -------------------------------------------------------------------------------- 1 | .. _#1548: https://github.com/fox0430/moe/pull/1548 2 | 3 | Added 4 | ..... 5 | 6 | - `#1548`_ syntax highlighting: Markdown 7 | -------------------------------------------------------------------------------- /changelog.d/20221204_220450_kevin.matthes_cff_release_date_squash.rst: -------------------------------------------------------------------------------- 1 | .. _#1551: https://github.com/fox0430/moe/pull/1551 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1551`_ CI: CFF release date update only on top level 7 | -------------------------------------------------------------------------------- /changelog.d/20221205_124537_kevin.matthes_scriv_workflow_squash.rst: -------------------------------------------------------------------------------- 1 | .. _#1552: https://github.com/fox0430/moe/pull/1552 2 | 3 | Added 4 | ..... 5 | 6 | - `#1552`_ CI: GitHub Action workflow to create a fresh Scriv fragment 7 | -------------------------------------------------------------------------------- /changelog.d/20221209_180915_41898282+github-actions[bot]_add_githash_to_version_info.rst: -------------------------------------------------------------------------------- 1 | .. A new scriv changelog fragment. 2 | 3 | Added 4 | ..... 5 | 6 | - Add git hash to version info 7 | -------------------------------------------------------------------------------- /changelog.d/20221211_205820_41898282+github-actions[bot]_add_threads_option.rst: -------------------------------------------------------------------------------- 1 | .. A new scriv changelog fragment. 2 | Added 3 | ..... 4 | 5 | - Add --threads:off option 6 | -------------------------------------------------------------------------------- /changelog.d/20221219_122749_41898282+github-actions[bot]_bump_unicodedb.rst: -------------------------------------------------------------------------------- 1 | .. _#1561: https://github.com/fox0430/moe/pull/1561 2 | 3 | Changed 4 | ....... 5 | - `#1561` _ dependency version: ``unicodedb`` v0.11.2 6 | -------------------------------------------------------------------------------- /changelog.d/20230110_025102_41898282+github-actions[bot]_add_mainloop.rst: -------------------------------------------------------------------------------- 1 | .. _#1571: https://github.com/fox0430/moe/pull/1571 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1571`_ Add src/moepkg/mainloop.nim and large refactoring 7 | -------------------------------------------------------------------------------- /changelog.d/20230112_200150_41898282+github-actions[bot]_fix_debugmode_update.rst: -------------------------------------------------------------------------------- 1 | .. _#1573: https://github.com/fox0430/moe/pull/1573 2 | 3 | Fixed 4 | ....... 5 | 6 | - `#1573`_ refactor: Fix debug mode buffer updating 7 | -------------------------------------------------------------------------------- /changelog.d/20230113_053826_shuu.n_fix_developer_doc.rst: -------------------------------------------------------------------------------- 1 | .. _#1574: https://github.com/fox0430/moe/pull/1574 2 | 3 | Changed 4 | ..... 5 | 6 | - `#1574`_ doc: Update developer doc 7 | -------------------------------------------------------------------------------- /changelog.d/20230113_054840_shuu.n_fix_ci_trigger.rst: -------------------------------------------------------------------------------- 1 | .. _#1575: https://github.com/fox0430/moe/pull/#1575 2 | 3 | Changed 4 | ..... 5 | 6 | - `#1575`_ ci: Fix CI triggers 7 | -------------------------------------------------------------------------------- /changelog.d/20230114_051311_shuu.n_replace_include_with_all_pragma.rst: -------------------------------------------------------------------------------- 1 | .. _#1578: https://github.com/fox0430/moe/pull/1578 2 | 3 | Fixed 4 | ....... 5 | 6 | - `#1578`_ refactor: Replace include with all pragama 7 | -------------------------------------------------------------------------------- /changelog.d/20230114_052039_shuu.n_add_scriv_fragment.rst: -------------------------------------------------------------------------------- 1 | .. _#1577: https://github.com/fox0430/moe/pull/1577 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1577`_ refactor: Enhance independentutils 7 | -------------------------------------------------------------------------------- /changelog.d/20230114_103349_shuu.n_editorstatus_highlight.rst: -------------------------------------------------------------------------------- 1 | .. _#1580: https://github.com/fox0430/moe/pull/1580 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1580`_ refactor: Move procs for highlighting that was in editorstatus to bufferhighlight 7 | -------------------------------------------------------------------------------- /changelog.d/20230115_090644_shuu.n_fix_1582.rst: -------------------------------------------------------------------------------- 1 | .. _#1583: https://github.com/fox0430/moe/pull/1583 2 | .. _#1584: https://github.com/fox0430/moe/pull/1584 3 | 4 | Fixed 5 | ..... 6 | 7 | - `#1583`_ Fix #1581: Fix a bug that crash when opening a file by the edit command 8 | 9 | - `#1584`_ Fix #1582: Fix a bug that deleteTrailingSpaces doesn't work at EOF 10 | -------------------------------------------------------------------------------- /changelog.d/20230115_111752_shuu.n_store_terminal_size.rst: -------------------------------------------------------------------------------- 1 | .. _#1585: https://github.com/fox0430/moe/pull/1585 2 | 3 | Changed 4 | ..... 5 | 6 | - `#1585`_ Store the terminal size 7 | -------------------------------------------------------------------------------- /changelog.d/20230115_123107_shuu.n_fix_help_mode.rst: -------------------------------------------------------------------------------- 1 | .. _#1588: https://github.com/fox0430/moe/pull/1588 2 | 3 | Fixed 4 | ....... 5 | 6 | - `#1588`_ Fix #1586: Fix a bug the help mode buffer is empty. Fix a bug that cannot move to the prev window in the help mode. 7 | -------------------------------------------------------------------------------- /changelog.d/20230116_044311_shuu.n_add_iscursor.rst: -------------------------------------------------------------------------------- 1 | .. _#1589: https://github.com/fox0430/moe/pull/1589 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1589`_ refactor: Add bufStatus.isCursor and refactor 7 | -------------------------------------------------------------------------------- /changelog.d/20230116_103244_shuu.n_fix_1587.rst: -------------------------------------------------------------------------------- 1 | .. _#1590: https://github.com/fox0430/moe/pull/1590 2 | 3 | Fixed 4 | ....... 5 | 6 | - `#1590`_ Fix #1587 and fix diff mode bugs 7 | -------------------------------------------------------------------------------- /changelog.d/20230116_114440_shuu.n_fix_style.rst: -------------------------------------------------------------------------------- 1 | .. _#1592: https://github.com/fox0430/moe/pull/1592 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1592`_ Fix style in preparation for adding `--styleCheck:error` 7 | -------------------------------------------------------------------------------- /changelog.d/20230118_122805_shuu.n_remove_compiler_warning.rst: -------------------------------------------------------------------------------- 1 | .. _#1594: https://github.com/fox0430/moe/pull/1594 2 | 3 | Fixed 4 | ....... 5 | 6 | - `#1594`_ Remove compiler warning 7 | -------------------------------------------------------------------------------- /changelog.d/20230123_151629_kevin.matthes_shell.rst: -------------------------------------------------------------------------------- 1 | .. _#1597: https://github.com/fox0430/moe/pull/1597 2 | 3 | Added 4 | ..... 5 | 6 | - `#1597`_ syntax highlighting: Shell 7 | -------------------------------------------------------------------------------- /changelog.d/20230202_052541_shuu.n_fix_1598.rst: -------------------------------------------------------------------------------- 1 | .. _#1603: https://github.com/fox0430/moe/pull/1603 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | Fixed 22 | ..... 23 | 24 | - `#1603`_ Apply syntax highlighting even if it breaks 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230202_052838_shuu.n_remove_warning.rst: -------------------------------------------------------------------------------- 1 | .. _#1604: https://github.com/fox0430/moe/pull/1604 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | Fixed 22 | ..... 23 | 24 | - `#1604`: Remove compiler warning in release build 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230202_201945_41898282+github-actions[bot]_man_bg_commands.rst: -------------------------------------------------------------------------------- 1 | .. _#1608: https://github.com/fox0430/moe/pull/1608 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | Added 7 | ..... 8 | 9 | - `#1608`_ internal commands: ``:bg``, ``:man`` 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230203_081121_shuu.n_fix_1609.rst: -------------------------------------------------------------------------------- 1 | .. _#1609: https://github.com/fox0430/moe/pull/1609 2 | .. _#1610: https://github.com/fox0430/moe/pull/1610 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1610`_ Fix `#1609`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230211_064644_shuu.n.rst: -------------------------------------------------------------------------------- 1 | .. _#1617: https://github.com/fox0430/moe/pull/1617 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1617`_ test: Add unit tests for normal mode 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230211_075758_shuu.n_add_helpmode_tests.rst: -------------------------------------------------------------------------------- 1 | .. _#1618: https://github.com/fox0430/moe/pull/1618 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1618`_ test: Add unit tests for help mode 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230211_082214_shuu.n_add_gpl_headers.rst: -------------------------------------------------------------------------------- 1 | .. _#1619: https://github.com/fox0430/moe/pull/1619 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1619`_ Add GPL headers 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230211_105725_shuu.n_add_writemanualcommanderror.rst: -------------------------------------------------------------------------------- 1 | .. _#1621: https://github.com/fox0430/moe/pull/1621 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1621`_ refactor: Add message.writeManualCommandError 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230213_034350_shuu.n_fix_indent.rst: -------------------------------------------------------------------------------- 1 | .. _#1622: https://github.com/fox0430/moe/pull/1622 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | 21 | Fixed 22 | ..... 23 | 24 | - `#1622`_ refactor: Fix indent in suggestionwindow.nim 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230213_035156_shuu.n_fix_1607.rst: -------------------------------------------------------------------------------- 1 | .. _#1607: https://github.com/fox0430/moe/issues/1607 2 | .. _#1623: https://github.com/fox0430/moe/pull/1623 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1623`_ Fix `#1607`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230213_052739_shuu.n_rm_unnecessary_win_refresh.rst: -------------------------------------------------------------------------------- 1 | .. _#1624: https://github.com/fox0430/moe/pull/1624 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | 21 | Fixed 22 | ..... 23 | 24 | - `#1624`_ Remove unnecessary window refresh 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230223_034123_shuu.n_add_icons.rst: -------------------------------------------------------------------------------- 1 | .. _#1627: https://github.com/fox0430/moe/pull/1627 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `_#1627`_ Filer: Add icons for Docker and Rust 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230226_143830_41898282+github-actions[bot]_node_12.rst: -------------------------------------------------------------------------------- 1 | .. _#1629: https://github.com/fox0430/moe/pull/1629 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | Fixed 22 | ..... 23 | 24 | - `#1629`_ CI: fix warning regarding Node 12 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230227_053334_shuu.n_0_command_in_normal.rst: -------------------------------------------------------------------------------- 1 | .. _#1632: https://github.com/fox0430/moe/pull/1632 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | 21 | Fixed 22 | ..... 23 | 24 | - `#1632`_ Fix 0 command in normal mode 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230227_054858_shuu.n_enhance_docker_supports.rst: -------------------------------------------------------------------------------- 1 | .. _#1633: https://github.com/fox0430/moe/pull/1633 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1633`_ filer: Enhance Docker supports 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230228_015857_shuu.n_add_visual_line_mode.rst: -------------------------------------------------------------------------------- 1 | .. _#1631: https://github.com/fox0430/moe/pull/1631 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1631`_ feat: Add Visual line mode 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230301_033238_shuu.n_fix_1634.rst: -------------------------------------------------------------------------------- 1 | .. _#1634: https://github.com/fox0430/moe/issues/1634 2 | .. _#1635: https://github.com/fox0430/moe/pull/1635 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1635`_ Fix `#1634`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230301_034246_shuu.n_fix_1636.rst: -------------------------------------------------------------------------------- 1 | .. _#1636: https://github.com/fox0430/moe/issues/1636 2 | .. _#1637: https://github.com/fox0430/moe/pull/1637 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1637`_ Fix `#1636`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230302_025517_shuu.n_add_statusline_labels.rst: -------------------------------------------------------------------------------- 1 | .. _#1638: https://github.com/fox0430/moe/pull/1638 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1638`_ feat: Add status line mode lables for visual modes 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230302_030515_shuu.n_fix_format_visualmode.rst: -------------------------------------------------------------------------------- 1 | .. _#1639: https://github.com/fox0430/moe/pull/1639 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1639`_ refactor: Fix formats in visualmode.nim 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230302_032842_shuu.n_cleanup_statusline.rst: -------------------------------------------------------------------------------- 1 | .. _#1640: https://github.com/fox0430/moe/pull/1640 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1640`_ refactor: Fix formats and cleanup statusline.nim 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230303_014718_shuu.n_enhance_rust_syntax_highlighting.rst: -------------------------------------------------------------------------------- 1 | .. _#1643: https://github.com/fox0430/moe/pull/1643 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1643`_ enhancement: Enhance Rust syntax highlighting 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230304_020416_shuu.n_add_h_m_l_commands.rst: -------------------------------------------------------------------------------- 1 | .. _#1644: https://github.com/fox0430/moe/pull/1644 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1644`_ feat: Add H, M, L commands to Normal mode 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230304_211043_shuu.n_add_help_and_doc_for_h_m_l_commands.rst: -------------------------------------------------------------------------------- 1 | .. _#1645: https://github.com/fox0430/moe/pull/1645 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1645`_ Add help and doc for `H`, `M`, `L` commands 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230306_054711_shuu.n_add_percent_command.rst: -------------------------------------------------------------------------------- 1 | .. _#1646: https://github.com/fox0430/moe/pull/1646 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1646`_ feat: Add `%` command to Normal mode 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230307_043210_shuu.n_rewrite_searchutils.rst: -------------------------------------------------------------------------------- 1 | .. _#1648: https://github.com/fox0430/moe/pull/1648 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1648`_ refactor: Rewrite searchutils.nim 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230307_064514_shuu.n_add_tests_for_matchingparenpair.rst: -------------------------------------------------------------------------------- 1 | .. _#1650: https://github.com/fox0430/moe/pull/1650 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1650`_ test: Add tests for searchutils.matchingParenPair 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230307_065110_shuu.n_remove_unnecessary_code.rst: -------------------------------------------------------------------------------- 1 | .. _#1651: https://github.com/fox0430/moe/pull/1651 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | 21 | Fixed 22 | ..... 23 | 24 | - `#1651`_ Remove unnecessary code in movement.moveToPairOfParen 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230307_070616_shuu.n_movetopairofparen.rst: -------------------------------------------------------------------------------- 1 | .. _#1652: https://github.com/fox0430/moe/pull/1652 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1652`_ refactor: Refactor movement.moveToPairOfParen 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230308_091721_shuu.n_fix_1653.rst: -------------------------------------------------------------------------------- 1 | .. _#1653: https://github.com/fox0430/moe/issues/1653 2 | .. _#1656: https://github.com/fox0430/moe/pull/1656 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1656`_ Fix `#1653`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230310_124153_shuu.n_improve_paren_highlight_performance.rst: -------------------------------------------------------------------------------- 1 | .. _#1658: https://github.com/fox0430/moe/pull/1658 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1658`_ feat: Improve performance of paren highlighting 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230314_050837_shuu.n_fix_1662.rst: -------------------------------------------------------------------------------- 1 | .. _#1662: https://github.com/fox0430/moe/issues/1662 2 | .. _#1663: https://github.com/fox0430/moe/pull/1663 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1663`_ Fix `#1662`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230315_035638_shuu.n_fix_1667.rst: -------------------------------------------------------------------------------- 1 | .. _#1667: https://github.com/fox0430/moe/issues/1667 2 | .. _#1669: https://github.com/fox0430/moe/pull/1667 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1669`_ Fix `#1667`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230315_163326_41898282+github-actions[bot]_bug_report_forms.rst: -------------------------------------------------------------------------------- 1 | .. A new scriv changelog fragment. 2 | .. 3 | .. Uncomment the header that is right (remove the leading dots). 4 | .. 5 | .. _#1670: https://github.com/fox0430/moe/pull/1670 6 | Added 7 | ..... 8 | 9 | - `#1670`_ repository: add bug report form 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230316_051344_shuu.n_add_issue_template_for_feature_req.rst: -------------------------------------------------------------------------------- 1 | .. _#1671: https://github.com/fox0430/moe/pull/1671 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1671`_ repository: Add feature request form 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230317_033841_shuu.n_fix_1675.rst: -------------------------------------------------------------------------------- 1 | .. _#1675: https://github.com/fox0430/moe/issues/1675 2 | .. _#1676: https://github.com/fox0430/moe/pull/1676 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1676`_ Fix `#1675`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230318_072034_shuu.n_remove_unnecessary_code.rst: -------------------------------------------------------------------------------- 1 | .. _#1677: https://github.com/fox0430/moe/pull/1677 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1677`_ Remove unnecessary code related to workspaces 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230318_073344_shuu.n_add_exmode_tests.rst: -------------------------------------------------------------------------------- 1 | .. _#1678: https://github.com/fox0430/moe/pull/1678 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1678`_ test: Add unit tests for exmode 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230319_030509_shuu.n_fix_1679.rst: -------------------------------------------------------------------------------- 1 | .. _#1679: https://github.com/fox0430/moe/issues/1679 2 | .. _#1680: https://github.com/fox0430/moe/pull/1680 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1680`_: Fix `#1679`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230330_030100_shuu.n_renames.rst: -------------------------------------------------------------------------------- 1 | .. _#1684: https://github.com/fox0430/moe/pull/1684 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1684`_ refactor: Rename variables and modules 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230407_102726_shuu.n_bump_unicodedb_to_0_12_0.rst: -------------------------------------------------------------------------------- 1 | .. _#1685: https://github.com/fox0430/moe/pull/1685 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1685`_ Bump unicodedb to 0.12.0 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230418_041917_shuu.n_fix_1689.rst: -------------------------------------------------------------------------------- 1 | .. _#1689: https://github.com/fox0430/moe/issues/1689 2 | .. _#1690: https://github.com/fox0430/moe/pull/1690 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1690`_ Fix `#1689`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230418_045244_shuu.n_add_attribute_to_colorsegment.rst: -------------------------------------------------------------------------------- 1 | .. _#1691: https://github.com/fox0430/moe/pull/1691 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1691`_ feat: Add Attribute to highlight.ColorSegment 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230418_063113_shuu.n_fix_1693.rst: -------------------------------------------------------------------------------- 1 | .. _#1693: https://github.com/fox0430/moe/issues/1693 2 | .. _#1694: https://github.com/fox0430/moe/pull/1694 3 | .. A new scriv changelog fragment. 4 | .. 5 | .. Uncomment the header that is right (remove the leading dots). 6 | .. 7 | .. Added 8 | .. ..... 9 | .. 10 | .. - A bullet item for the Added category. 11 | .. 12 | .. Changed 13 | .. ....... 14 | .. 15 | .. - A bullet item for the Changed category. 16 | .. 17 | .. Deprecated 18 | .. .......... 19 | .. 20 | .. - A bullet item for the Deprecated category. 21 | 22 | Fixed 23 | ..... 24 | 25 | - `#1694`_ Fix `#1693`_ 26 | 27 | .. Removed 28 | .. ....... 29 | .. 30 | .. - A bullet item for the Removed category. 31 | .. 32 | .. Security 33 | .. ........ 34 | .. 35 | .. - A bullet item for the Security category. 36 | .. 37 | -------------------------------------------------------------------------------- /changelog.d/20230423_052859_shuu.n_rewrite_tabline.rst: -------------------------------------------------------------------------------- 1 | .. _#1695: https://github.com/fox0430/moe/pull/1695 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1695`_ refactor: Rewrite tabline 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230425_033444_shuu.n_rename_to_global_sidebar.rst: -------------------------------------------------------------------------------- 1 | .. _#1697: https://github.com/fox0430/moe/pull/1697 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1697`_ refactor: Rename to GlobalSidebar 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230425_035101_shuu.n_add_issue_template_for_enhancement.rst: -------------------------------------------------------------------------------- 1 | .. _#1698: https://github.com/fox0430/moe/pull/1698 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1698`_ repo: Add an isuue template for enhancement 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230428_092504_shuu.n_remove_many_warn.rst: -------------------------------------------------------------------------------- 1 | .. _#1703: https://github.com/fox0430/moe/pull/1703 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1703`_ test: Removed many warnings in Nim 1.6.12 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230501_063905_shuu.n_add_syntaxchecker_support.rst: -------------------------------------------------------------------------------- 1 | .. _#1704: https://github.com/fox0430/moe/pull/1704 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | 6 | Added 7 | ..... 8 | 9 | - `#1704`_ feat: Add syntax checker supports 10 | 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230505_055735_shuu.n_remove_default_assigns.rst: -------------------------------------------------------------------------------- 1 | .. _#1709: https://github.com/fox0430/moe/pull/1709 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | 11 | Changed 12 | ....... 13 | 14 | - `#1709`_ repo: Remove defualt assigns from isuue templates 15 | 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | .. 21 | .. Fixed 22 | .. ..... 23 | .. 24 | .. - A bullet item for the Fixed category. 25 | .. 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230506_055138_shuu.n_fix_gen_toml_conf.rst: -------------------------------------------------------------------------------- 1 | .. _#1711: https://github.com/fox0430/moe/pull/1711 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | 21 | Fixed 22 | ..... 23 | 24 | - `#1711`_ Minor fix `settings.genTomlConfigStr` 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230519_205817_shuu.n_fix_ncurses_timeout.rst: -------------------------------------------------------------------------------- 1 | .. _#1719: https://github.com/fox0430/moe/pull/1719 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | 21 | Fixed 22 | ..... 23 | 24 | - `#1719`_ Fix the default ncurses timeout 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230523_072907_shuu.n_add_gpl_header.rst: -------------------------------------------------------------------------------- 1 | .. _#1724: https://github.com/fox0430/moe/pull/1724 2 | .. A new scriv changelog fragment. 3 | .. 4 | .. Uncomment the header that is right (remove the leading dots). 5 | .. 6 | .. Added 7 | .. ..... 8 | .. 9 | .. - A bullet item for the Added category. 10 | .. 11 | .. Changed 12 | .. ....... 13 | .. 14 | .. - A bullet item for the Changed category. 15 | .. 16 | .. Deprecated 17 | .. .......... 18 | .. 19 | .. - A bullet item for the Deprecated category. 20 | 21 | Fixed 22 | ..... 23 | 24 | - `#1724`_ Add/Fix GPL headers 25 | 26 | .. Removed 27 | .. ....... 28 | .. 29 | .. - A bullet item for the Removed category. 30 | .. 31 | .. Security 32 | .. ........ 33 | .. 34 | .. - A bullet item for the Security category. 35 | .. 36 | -------------------------------------------------------------------------------- /changelog.d/20230524_171657_GitHub_Actions_add-aeruginous-workflow.rst: -------------------------------------------------------------------------------- 1 | .. _#1723: https://github.com/fox0430/moe/pull/1723 2 | 3 | Added 4 | ..... 5 | 6 | - `#1723`_ comment-changes workflow 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230524_210000_GitHub_Actions_fix#1555.rst: -------------------------------------------------------------------------------- 1 | .. 1727: https://github.com/fox0430/moe/pull/1727 2 | 3 | -------------------------------------------------------------------------------- /changelog.d/20230525_084245_Kevin_Matthes_comment-changes-workflow.rst: -------------------------------------------------------------------------------- 1 | .. _#1728: https://github.com/fox0430/moe/pull/1728 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1728`_ fix ``comment-changes`` workflow 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230527_191147_Kevin_Matthes_keep-a-changelog-quick-filter.rst: -------------------------------------------------------------------------------- 1 | .. _#1730: https://github.com/fox0430/moe/pull/1730 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1730`_ apply quick filter for Keep a Changelog 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230528_175158_GitHub_Actions_fix#1729.rst: -------------------------------------------------------------------------------- 1 | .. _#1731: https://github.com/fox0430/moe/pull/1731 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1731`_ Fix #1729 7 | -------------------------------------------------------------------------------- /changelog.d/20230528_180431_GitHub_Actions_speedup-cargo-install.rst: -------------------------------------------------------------------------------- 1 | .. _#1732: https://github.com/fox0430/moe/pull/1732 2 | 3 | Changed 4 | ..... 5 | 6 | - `#1732`_ AEnhancement: ttempt to speed up cargo installs using caching in CI 7 | -------------------------------------------------------------------------------- /changelog.d/20230529_165217_GitHub_Actions_fix-indent-behavior.rst: -------------------------------------------------------------------------------- 1 | .. _#1733: https://github.com/fox0430/moe/pull/1733 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1733`_ Fix indent behavior and rename 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230605_211413_GitHub_Actions_add-hexcolor-support.rst: -------------------------------------------------------------------------------- 1 | .. _#1735: https://github.com/fox0430/moe/pull/1735 2 | 3 | Added 4 | ..... 5 | 6 | - #1735_ feat: Add 24bit color and hex color supports 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230605_212110_GitHub_Actions_fix-isgitavailable.rst: -------------------------------------------------------------------------------- 1 | .. _#1736: https://github.com/fox0430/moe/pull/1736 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1736`_ Minor fix `git.isGitAvailable` 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230606_133355_Kevin_Matthes_aeruginous-latest.rst: -------------------------------------------------------------------------------- 1 | .. _#1737: https://github.com/fox0430/moe/pull/1737 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1737`_ always install latest version of Aeruginous 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230613_024703_GitHub_Actions_ignore-commit-changes-when-dependabot.rst: -------------------------------------------------------------------------------- 1 | .. _#1739: https://github.com/fox0430/moe/pull/1739 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1739`_ ci: Ignore the commit changes workflow on Dependabot PR 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230620_212519_GitHub_Actions_fix-nim-configs.rst: -------------------------------------------------------------------------------- 1 | .. _#1740: https://github.com/fox0430/moe/pull/1740 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1740`_ test: Merge `tests/nim.cfg` into `tests/config.nim` 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230705_145647_GitHub_Actions_fix#1741.rst: -------------------------------------------------------------------------------- 1 | .. _#1742: https://github.com/fox0430/moe/pull/1742 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1742`_ Fix `#1741` 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230705_181802_GitHub_Actions_fix#1743.rst: -------------------------------------------------------------------------------- 1 | .. _#1744: https://github.com/fox0430/moe/pull/1744 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1744`_ Fix #1743 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230706_142343_GitHub_Actions_fix-default-themes.rst: -------------------------------------------------------------------------------- 1 | .. _#1745: https://github.com/fox0430/moe/pull/1745 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1745`_ Fix default themes and the config example 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230706_160127_GitHub_Actions_add-tests-for-quickrun.rst: -------------------------------------------------------------------------------- 1 | .. _#1746: https://github.com/fox0430/moe/pull/1746 2 | 3 | Added 4 | ..... 5 | 6 | - `#1746`_ Add tests for QuickRun 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230706_190123_GitHub_Actions_fix#1747.rst: -------------------------------------------------------------------------------- 1 | .. _#1748: https://github.com/fox0430/moe/pull/1748 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1748`_ Fix #1747 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230707_122750_GitHub_Actions_fix#1482.rst: -------------------------------------------------------------------------------- 1 | .. _#1749: https://github.com/fox0430/moe/pull/1749 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1749`_ Fix #1482 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230707_150125_Kevin_Matthes_term-defaut-bg.rst: -------------------------------------------------------------------------------- 1 | .. _#1750: https://github.com/fox0430/moe/pull/1750 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1750`_ crash due to typo in example configuration 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230707_171241_GitHub_Actions_add-color-mode-setting.rst: -------------------------------------------------------------------------------- 1 | .. _#1752: https://github.com/fox0430/moe/pull/1752 2 | 3 | Added 4 | ..... 5 | 6 | - `#1752`_ feat: Add `colorMode` setting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230708_125339_GitHub_Actions_fix-error-message.rst: -------------------------------------------------------------------------------- 1 | .. _#1753: https://github.com/fox0430/moe/pull/1753 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1753`_ Fix error message in ui.initNcursesColor 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230708_130650_GitHub_Actions_fix-config-example.rst: -------------------------------------------------------------------------------- 1 | .. _#1754: https://github.com/fox0430/moe/pull/1754 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1754`_ Fix errorMessageBg in the config example 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230708_141914_GitHub_Actions_fix-theme-conf-validation.rst: -------------------------------------------------------------------------------- 1 | .. _#1755: https://github.com/fox0430/moe/pull/1755 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1755`_ Fix theme config validation 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230709_164308_GitHub_Actions_add-doc-for-platfrom.rst: -------------------------------------------------------------------------------- 1 | .. _#1756: https://github.com/fox0430/moe/pull/1756 2 | 3 | Added 4 | ..... 5 | 6 | - `#1756`_ doc: Add doc for platform and terminal 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230710_173114_GitHub_Actions_fix#1757.rst: -------------------------------------------------------------------------------- 1 | .. _#1758: https://github.com/fox0430/moe/pull/1758 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1758`_ Fix #1757 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230711_131847_GitHub_Actions_background-build-on-save.rst: -------------------------------------------------------------------------------- 1 | .. _#1759: https://github.com/fox0430/moe/pull/1759 2 | 3 | Added 4 | ..... 5 | 6 | - `#1759`_ feat: Add Background build on save support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230712_162804_GitHub_Actions_background-quickrun.rst: -------------------------------------------------------------------------------- 1 | .. _#1760: https://github.com/fox0430/moe/pull/1760 2 | 3 | Added 4 | ..... 5 | 6 | - `#1760`_ feat: Add Background QuickRun support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230712_202903_GitHub_Actions_fix-issue-template-titles.rst: -------------------------------------------------------------------------------- 1 | .. _#1761: https://github.com/fox0430/moe/pull/1761 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1761`_ repo: Remove default titles from issue templates 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230712_211526_GitHub_Actions_fix-issue-template-titles-2.rst: -------------------------------------------------------------------------------- 1 | .. _#1762: https://github.com/fox0430/moe/pull/1762 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1762`_ repo: Completely remove titles from issue templates 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230714_201103_GitHub_Actions_fix-git-changedlines.rst: -------------------------------------------------------------------------------- 1 | .. _#1763: https://github.com/fox0430/moe/pull/1763 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1763`_ Fix the git changed lines view 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230715_200852_GitHub_Actions_statusline-git-support.rst: -------------------------------------------------------------------------------- 1 | .. _#1764: https://github.com/fox0430/moe/pull/1764 2 | 3 | Added 4 | ....... 5 | 6 | - `#1764`_ feat: feat: Show git changed lines in the status line 7 | -------------------------------------------------------------------------------- /changelog.d/20230715_202526_GitHub_Actions_fix-dec-color.rst: -------------------------------------------------------------------------------- 1 | .. _#1765: https://github.com/fox0430/moe/pull/1765 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1765`_ Fix a bug in that the decimal color is not mapping correctly 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230716_103819_GitHub_Actions_git-diff-background.rst: -------------------------------------------------------------------------------- 1 | .. _#1766: https://github.com/fox0430/moe/pull/1766 2 | 3 | Added 4 | ..... 5 | 6 | - `#1766`_ feat: git diff in the background 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230716_170036_GitHub_Actions_add-settings-for-changedlines.rst: -------------------------------------------------------------------------------- 1 | .. _#1767: https://github.com/fox0430/moe/pull/1767 2 | 3 | Added 4 | ..... 5 | 6 | - `#1767`_ feat: Add color settings for the git changed line view 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230717_125514_GitHub_Actions_fix#1768.rst: -------------------------------------------------------------------------------- 1 | .. _#1769: https://github.com/fox0430/moe/pull/1769 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1769`_ Fix #1768 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230717_225949_GitHub_Actions_add-timing-update-gitinfo.rst: -------------------------------------------------------------------------------- 1 | .. _#1770: https://github.com/fox0430/moe/pull/1770 2 | 3 | Added 4 | ..... 5 | 6 | - `#1770`_ feat: Add update timing for git info 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230718_091043_Kevin_Matthes_comment-changes-fail.rst: -------------------------------------------------------------------------------- 1 | .. _#1771: https://github.com/fox0430/moe/pull/1771 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1771`_ prevent comment-changes workflow from failing 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230719_141828_GitHub_Actions_background-syntaxchecker.rst: -------------------------------------------------------------------------------- 1 | .. _#1772: https://github.com/fox0430/moe/pull/1772 2 | 3 | Added 4 | ..... 5 | 6 | - `#1772`_ feat: Add Background syntax check support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230719_152123_GitHub_Actions_update-docs.rst: -------------------------------------------------------------------------------- 1 | .. _#1773: https://github.com/fox0430/moe/pull/1773 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1773`_ doc: Update docs for the config file 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230720_204927_GitHub_Actions_add-syntax-checker-color-settings.rst: -------------------------------------------------------------------------------- 1 | .. _#1774: https://github.com/fox0430/moe/pull/1774 2 | 3 | Added 4 | ..... 5 | 6 | - `#1774`_ feat: Add color settings for Syntax chcker 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230721_132941_Kevin_Matthes_cffconvert-docker-image.rst: -------------------------------------------------------------------------------- 1 | .. _#1775: https://github.com/fox0430/moe/pull/1775 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1775`_ CI: switch to maintenance-free cffconvert Docker image 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230721_133910_Kevin_Matthes_actionlint.rst: -------------------------------------------------------------------------------- 1 | .. _#1776: https://github.com/fox0430/moe/pull/1776 2 | 3 | Added 4 | ..... 5 | 6 | - `#1776`_ CI: linter for GHA workflows 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230721_202249_GitHub_Actions_show-synax-checker-messages.rst: -------------------------------------------------------------------------------- 1 | .. _#1777: https://github.com/fox0430/moe/pull/1777 2 | 3 | Added 4 | ..... 5 | 6 | - `#1777`_ feat: Show syntax checker messages on the command line 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230721_223512_GitHub_Actions_fix#1778.rst: -------------------------------------------------------------------------------- 1 | .. _#1779: https://github.com/fox0430/moe/pull/1779 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1779`_ Fix #1778 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230722_131129_GitHub_Actions_show-underline-syntaxchecker.rst: -------------------------------------------------------------------------------- 1 | .. _#1781: https://github.com/fox0430/moe/pull/1781 2 | 3 | Added 4 | ..... 5 | 6 | - `#1781`_ feat: Displays buffer highlighting and underlining based on Syntax checker 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230722_134909_GitHub_Actions_cleanup-gentomlconfigstr.rst: -------------------------------------------------------------------------------- 1 | .. _#1782: https://github.com/fox0430/moe/pull/1782 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1782`_ refactor: Clean up settings.genTomlConfigStr 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230722_172431_GitHub_Actions_cleanup-settings.rst: -------------------------------------------------------------------------------- 1 | .. _#1783: https://github.com/fox0430/moe/pull/1783 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1783`_ refactor: Clean up settings.nim 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230722_173500_GitHub_Actions_write-currentline-underline-all-col.rst: -------------------------------------------------------------------------------- 1 | .. _#1784: https://github.com/fox0430/moe/pull/1784 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1784`_ enhance: Write the underline in all columns in the current line 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230723_072229_GitHub_Actions_restore-settings.toConfigStr.rst: -------------------------------------------------------------------------------- 1 | .. _#1785: https://github.com/fox0430/moe/pull/1785 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1785`_ Restore settings.toConfigStr for ui.ColorMode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230725_170445_GitHub_Actions_fix-styles.rst: -------------------------------------------------------------------------------- 1 | .. _#1786: https://github.com/fox0430/moe/pull/1786 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1786`_ refactor: Fix styles 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230725_213247_GitHub_Actions_git-confict-highlighting.rst: -------------------------------------------------------------------------------- 1 | .. _#1787: https://github.com/fox0430/moe/pull/1787 2 | 3 | Added 4 | ..... 5 | 6 | - `#1787`_ feat: Add Git conflict marker highlighting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230725_230558_GitHub_Actions_fix-light-theme-colors.rst: -------------------------------------------------------------------------------- 1 | .. _#1788: https://github.com/fox0430/moe/pull/1788 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1788`_ Fix light theme colors 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230727_131322_GitHub_Actions_fix-changelog-for-1788.rst: -------------------------------------------------------------------------------- 1 | .. _#1789: https://github.com/fox0430/moe/pull/1789 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1789`_ Fix change log for #1788 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230727_140454_GitHub_Actions_use-runes.rst: -------------------------------------------------------------------------------- 1 | .. _#1790: https://github.com/fox0430/moe/pull/1790 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1790`_ refactor: Use Runes instead of seq[Rune] 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230728_221654_GitHub_Actions_fix-exmode-suggestions-behavior.rst: -------------------------------------------------------------------------------- 1 | .. _#1791: https://github.com/fox0430/moe/pull/1791 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1791`_ Improve Ex mode suggestion behavior 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230729_175040_GitHub_Actions_cleanup-and-add-used-pragma.rst: -------------------------------------------------------------------------------- 1 | .. _#1792: https://github.com/fox0430/moe/pull/1792 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1792`_ refactor: Remove unused code and add used pragma 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230730_170425_GitHub_Actions_fix-suggestwin-flicking.rst: -------------------------------------------------------------------------------- 1 | .. _#1794: https://github.com/fox0430/moe/pull/1794 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1794`_ Fix flickering suggestion window in Ex mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230801_213600_GitHub_Actions_rewrite-statusline.rst: -------------------------------------------------------------------------------- 1 | .. _#1795: https://github.com/fox0430/moe/pull/1795 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1795`_ refactor: Rewrite statusline.nim 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230802_164421_GitHub_Actions_revert-1793-change-undo-redo-behavior.rst: -------------------------------------------------------------------------------- 1 | .. _#1796: https://github.com/fox0430/moe/pull/1796 2 | 3 | Fixed 4 | ....... 5 | 6 | - `#1796`_ Revert "Change undo/redo behavior to the same as Vim" 7 | -------------------------------------------------------------------------------- /changelog.d/20230804_205558_GitHub_Actions_customizable-statusline.rst: -------------------------------------------------------------------------------- 1 | .. _#1797: https://github.com/fox0430/moe/pull/1797 2 | 3 | Added 4 | ..... 5 | 6 | - `#1797`_ feat: Add customizable Status line supports 7 | -------------------------------------------------------------------------------- /changelog.d/20230804_211805_GitHub_Actions_move-updateselectedare.rst: -------------------------------------------------------------------------------- 1 | .. _#1798: https://github.com/fox0430/moe/pull/1798 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1798`_ refactor: Move updateSelectedArea to editorstatus.update 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230805_151341_GitHub_Actions_add-iscommandlinemode.rst: -------------------------------------------------------------------------------- 1 | .. _#1799: https://github.com/fox0430/moe/pull/1799 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1799`_ refactor: Add bufferstatus.isCommandLineMode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230808_025957_GitHub_Actions_bump-parsetoml-to-0.7.1.rst: -------------------------------------------------------------------------------- 1 | .. _#1801: https://github.com/fox0430/moe/pull/1801 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1801`_ Bump parsetoml to 0.7.1 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230811_162701_GitHub_Actions_disable-choosenim-cache.rst: -------------------------------------------------------------------------------- 1 | .. _#1802: https://github.com/fox0430/moe/pull/1802 2 | 3 | Changed 4 | ..... 5 | 6 | - `#1802`: ci: Disable the Choosenim cache 7 | -------------------------------------------------------------------------------- /changelog.d/20230814_120805_GitHub_Actions_add-term-env.rst: -------------------------------------------------------------------------------- 1 | .. _#1804: https://github.com/fox0430/moe/pull/1804 2 | 3 | Added 4 | ..... 5 | 6 | - `#1804`: doc: Add a doc about the TERM ENV 7 | -------------------------------------------------------------------------------- /changelog.d/20230814_122818_GitHub_Actions_update-issue-template.rst: -------------------------------------------------------------------------------- 1 | .. _#1805: https://github.com/fox0430/moe/pull/1805 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1805`_ repo: Update the issue template for bug report 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230815_153247_GitHub_Actions_fix#1806.rst: -------------------------------------------------------------------------------- 1 | .. _#1807: https://github.com/fox0430/moe/pull/1807 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1807`_ Fix #1806 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230817_123448_GitHub_Actions_use-result-in-fileutils.rst: -------------------------------------------------------------------------------- 1 | .. _#1808: https://github.com/fox0430/moe/pull/1808 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1808`_ refactor: Use Result type in fileutils 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230817_211109_GitHub_Actions_add-theme-module.rst: -------------------------------------------------------------------------------- 1 | .. _#1809: https://github.com/fox0430/moe/pull/1809 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1809`_ refactor: Add theme.nim 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230821_185115_GitHub_Actions_add-exmodeutils.rst: -------------------------------------------------------------------------------- 1 | .. _#1810: https://github.com/fox0430/moe/pull/1810 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1810`_ refactor: Add exmodeutils.nim and some fixes 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230821_190830_GitHub_Actions_fix-quickrun-command.rst: -------------------------------------------------------------------------------- 1 | .. _#1811: https://github.com/fox0430/moe/pull/1811 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1811`_ Remove "Q" command for QuickRun in Ex mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230822_150451_GitHub_Actions_editorstatus.rst: -------------------------------------------------------------------------------- 1 | .. _#1812: https://github.com/fox0430/moe/pull/1812 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1812`_ refactor: Refactor editorstatus.nim and some fixes 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230822_155021_GitHub_Actions_reduce-macros.rst: -------------------------------------------------------------------------------- 1 | .. _#1813: https://github.com/fox0430/moe/pull/1813 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1813`_ refactor: Reduce macros 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230822_160616_GitHub_Actions_fix-abduco-installation.rst: -------------------------------------------------------------------------------- 1 | .. _#1814: https://github.com/fox0430/moe/pull/1814 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1814`_ ci: Fix abduco installation 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230822_162114_GitHub_Actions_merge-tests-for-highlight.rst: -------------------------------------------------------------------------------- 1 | .. _#1815: https://github.com/fox0430/moe/pull/1815 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1815`_ test: Merge tests for highlight 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230822_164020_GitHub_Actions_add-workflow-for-integration-tests.rst: -------------------------------------------------------------------------------- 1 | .. _#1817: https://github.com/fox0430/moe/pull/1817 2 | 3 | Added 4 | ..... 5 | 6 | - `#1817`_ ci: Add a workflow for integration tests 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230823_122622_GitHub_Actions_bump-regex-to-0.21.0.rst: -------------------------------------------------------------------------------- 1 | .. _#1818: https://github.com/fox0430/moe/pull/1818 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1818`_ Bump regex to 0.21.0 and migrate to re2 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230823_125743_GitHub_Actions_fix-bare-except-confition.rst: -------------------------------------------------------------------------------- 1 | .. _#1819: https://github.com/fox0430/moe/pull/1819 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1819`_ test: Fix a condition for BareExcept:off 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230823_192347_GitHub_Actions_fix-color-in-config-example.rst: -------------------------------------------------------------------------------- 1 | .. _#1820: https://github.com/fox0430/moe/pull/1820 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1820`_ Fix status line color in the config example 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230828_165751_GitHub_Actions_rename-smoothscrollspeed.rst: -------------------------------------------------------------------------------- 1 | .. _#1822: https://github.com/fox0430/moe/pull/1822 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1822`_ Rename setting and ex command. smoothScrollSpeed -> smoothScrollDelay 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230829_211454_GitHub_Actions_rename-statusline-color-settings.rst: -------------------------------------------------------------------------------- 1 | .. _#1823: https://github.com/fox0430/moe/pull/1823 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1823`_ Rename status line color settings 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230830_172530_GitHub_Actions_add-macro-support.rst: -------------------------------------------------------------------------------- 1 | .. _#1824: https://github.com/fox0430/moe/pull/1824 2 | 3 | Added 4 | ..... 5 | 6 | - `1824`_ feat: Add Macro support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230902_125626_GitHub_Actions_fix#1825.rst: -------------------------------------------------------------------------------- 1 | .. _#1826: https://github.com/fox0430/moe/pull/1826 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1826`_ Fix #1825 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230902_140624_GitHub_Actions_fix#1827.rst: -------------------------------------------------------------------------------- 1 | .. _#1828: https://github.com/fox0430/moe/pull/1828 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1828`_ Fix #1827 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230904_153857_GitHub_Actions_fix-issue-template.rst: -------------------------------------------------------------------------------- 1 | .. _#1831: https://github.com/fox0430/moe/pull/1831 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1831`_ repo: Remove issue template required sections 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230906_163905_GitHub_Actions_smoothscroll.rst: -------------------------------------------------------------------------------- 1 | .. _#1833: https://github.com/fox0430/moe/pull/1833 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1833`_ Enhance Smooth scrolling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230906_165034_GitHub_Actions_fix#1834.rst: -------------------------------------------------------------------------------- 1 | .. _#1835: https://github.com/fox0430/moe/pull/1835 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1835`_ Fix #1834 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230906_205424_GitHub_Actions_fix#1836.rst: -------------------------------------------------------------------------------- 1 | .. _#1837: https://github.com/fox0430/moe/pull/1837 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1837`_ Fix #1836 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230906_211243_GitHub_Actions_positionofsetval.rst: -------------------------------------------------------------------------------- 1 | .. _#1838: https://github.com/fox0430/moe/pull/1838 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1838`_ Fix config mode buffer position calculation 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230906_212235_GitHub_Actions_configmode-highlight-update.rst: -------------------------------------------------------------------------------- 1 | .. _#1839: https://github.com/fox0430/moe/pull/1839 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1839`_ Update highlighting after changing settings in Config mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230906_224701_GitHub_Actions_fix-configmode-text-edit.rst: -------------------------------------------------------------------------------- 1 | .. _#1840: https://github.com/fox0430/moe/pull/1840 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1840`_ Fix text editing in Config mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230908_163407_GitHub_Actions_editor-performance.rst: -------------------------------------------------------------------------------- 1 | .. _#1841: https://github.com/fox0430/moe/pull/1841 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1841`_ Enhance editor performance 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230910_163316_GitHub_Actions_plain-highlighting-performance.rst: -------------------------------------------------------------------------------- 1 | .. _#1843: https://github.com/fox0430/moe/pull/1843 2 | 3 | Changed 4 | ....... 5 | 6 | - `1843`_ Enhanced performance for plain text syntax highlighting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230910_195751_GitHub_Actions_fix-styles.rst: -------------------------------------------------------------------------------- 1 | .. _#1844: https://github.com/fox0430/moe/pull/1844 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1844`_ refactor: Fix styles 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230911_120910_GitHub_Actions_fix-imports.rst: -------------------------------------------------------------------------------- 1 | .. _#1845: https://github.com/fox0430/moe/pull/1845 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1845`_ Fix imports and remove echo 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230917_195413_GitHub_Actions_remove-unnecessary-try.rst: -------------------------------------------------------------------------------- 1 | .. _#1846: https://github.com/fox0430/moe/pull/1846 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1846`_ Remove unnecessary try satement 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230920_012411_GitHub_Actions_rewrite-viewhighlight.rst: -------------------------------------------------------------------------------- 1 | .. _#1847: https://github.com/fox0430/moe/pull/1847 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1847`_ refactor: Rewrite viewhighlight 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230920_212809_GitHub_Actions_fix-style.rst: -------------------------------------------------------------------------------- 1 | .. _#1848: https://github.com/fox0430/moe/pull/1848 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1848`_ refactor: Fix style 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230921_194936_GitHub_Actions_fix#1849.rst: -------------------------------------------------------------------------------- 1 | .. _#1851: https://github.com/fox0430/moe/pull/1851 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1851`_ Fix #1849 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230921_210048_GitHub_Actions_fix#1850.rst: -------------------------------------------------------------------------------- 1 | .. _#1852: https://github.com/fox0430/moe/pull/1852 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1852`_ Fix #1850 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230921_225139_GitHub_Actions_fix-past-lines.rst: -------------------------------------------------------------------------------- 1 | .. _#1853: https://github.com/fox0430/moe/pull/1853 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1853`_ Change pasting lines behaviors 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230923_214531_GitHub_Actions_rewrite-paste.rst: -------------------------------------------------------------------------------- 1 | .. _#1854: https://github.com/fox0430/moe/pull/1854 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1854`_ refactor: Rewrite pasteAfterCursor and pasteBeforeCursor 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230924_224202_GitHub_Actions_fix-cursor-postion-visual.rst: -------------------------------------------------------------------------------- 1 | .. _#1855: https://github.com/fox0430/moe/pull/1855 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1855`_ Fix cursor positions after executing some visual mode commands 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230924_230401_GitHub_Actions_fix#1856.rst: -------------------------------------------------------------------------------- 1 | .. _#1857: https://github.com/fox0430/moe/pull/1857 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1857`_ Fix #1856 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230924_234623_GitHub_Actions_open-file-in-exmode-suggestions.rst: -------------------------------------------------------------------------------- 1 | .. _#1858: https://github.com/fox0430/moe/pull/1858 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1858`_ Open a file immediately if select a file path in the suggestion in Ex mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230925_204539_GitHub_Actions_fix-typo.rst: -------------------------------------------------------------------------------- 1 | .. _#1860: https://github.com/fox0430/moe/pull/1860 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1860`_ docs: Fix typo 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230925_220054_GitHub_Actions_fix-move-behavior.rst: -------------------------------------------------------------------------------- 1 | .. _#1862: https://github.com/fox0430/moe/pull/1862 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1862`_ Change behaviors of moving to a blank line 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230925_223155_GitHub_Actions_fix-commandline-update-process.rst: -------------------------------------------------------------------------------- 1 | .. _#1863: https://github.com/fox0430/moe/pull/1863 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1863`_ Change the command line update process 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230926_215551_GitHub_Actions_reduce-view-update.rst: -------------------------------------------------------------------------------- 1 | .. _#1864: https://github.com/fox0430/moe/pull/1864 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1864`_ Reduce view updating 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230927_232917_GitHub_Actions_tabline.rst: -------------------------------------------------------------------------------- 1 | .. _#1865: https://github.com/fox0430/moe/pull/1865 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1865`_ refactor: Rewrite tabline 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230927_233409_GitHub_Actions_remove-nimOldCaseObjects.rst: -------------------------------------------------------------------------------- 1 | .. _#1866: https://github.com/fox0430/moe/pull/1866 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1866`_ Remove -d:nimOldCaseObjects 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230928_200227_GitHub_Actions_auto-split-open.rst: -------------------------------------------------------------------------------- 1 | .. _#1868: https://github.com/fox0430/moe/pull/1868 2 | 3 | Added 4 | ..... 5 | 6 | - `#1868`_ feat: Auto split view when starting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230930_195246_GitHub_Actions_typo-in-windownode.rst: -------------------------------------------------------------------------------- 1 | .. _#1870: https://github.com/fox0430/moe/pull/1870 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1870`_ Fix typo in windownode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230930_200056_GitHub_Actions_fix-smoothscroll-configs.rst: -------------------------------------------------------------------------------- 1 | .. _#1871: https://github.com/fox0430/moe/pull/1871 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1871`_ docs: Fix docs for smooth scroll configs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20230930_221246_GitHub_Actions_fix#1869.rst: -------------------------------------------------------------------------------- 1 | .. _#1872: https://github.com/fox0430/moe/pull/1872 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1872`_ Fix #1869 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231004_223203_GitHub_Actions_bump-regex-to-0.22.0.rst: -------------------------------------------------------------------------------- 1 | .. _#1874: https://github.com/fox0430/moe/pull/1874 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1874`_ Bump regex to 0.22.0 7 | -------------------------------------------------------------------------------- /changelog.d/20231005_224010_GitHub_Actions_fix#1875.rst: -------------------------------------------------------------------------------- 1 | .. _#1876: https://github.com/fox0430/moe/pull/1876 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1876`_ Fix #1875 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231006_232452_GitHub_Actions_remove-nimOldCaseObjects.rst: -------------------------------------------------------------------------------- 1 | .. _#1878: https://github.com/fox0430/moe/pull/1878 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1878`_ Remove nimOldCaseObjects from tests/config.nims 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231007_074514_shuu.n_init_lsp_support.rst: -------------------------------------------------------------------------------- 1 | .. _#1877: https://github.com/fox0430/moe/pull/1877 2 | 3 | Added 4 | ..... 5 | 6 | - `#1877`_ feat: Add Language Server Protocol support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231009_181403_GitHub_Actions_ui-attribute.rst: -------------------------------------------------------------------------------- 1 | .. _#1879: https://github.com/fox0430/moe/pull/1879 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1879`_ Fix ui.Attribute 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231017_201434_GitHub_Actions_fix#1882.rst: -------------------------------------------------------------------------------- 1 | .. _#1883: https://github.com/fox0430/moe/pull/1883 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1883`_ Fix #1882 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231018_212741_GitHub_Actions_fix#1885.rst: -------------------------------------------------------------------------------- 1 | .. _#1886: https://github.com/fox0430/moe/pull/1886 2 | 3 | Fixed 4 | ....... 5 | 6 | - `#1886`_ Fix #1885 7 | -------------------------------------------------------------------------------- /changelog.d/20231018_215932_GitHub_Actions_fix#1887.rst: -------------------------------------------------------------------------------- 1 | .. _#1888: https://github.com/fox0430/moe/pull/1888 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1888`_ Fix #1887 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231018_221835_GitHub_Actions_fix-bnext.rst: -------------------------------------------------------------------------------- 1 | .. _#1889: https://github.com/fox0430/moe/pull/1889 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1889`_ Fix bnext command in Ex mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231019_002730_GitHub_Actions_fix-buffermanager.rst: -------------------------------------------------------------------------------- 1 | .. _#1890: https://github.com/fox0430/moe/pull/1890 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1890`_ Fix Buffer manager 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231019_004417_GitHub_Actions_fix#1891.rst: -------------------------------------------------------------------------------- 1 | .. _#1892: https://github.com/fox0430/moe/pull/1892 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1892`_ Fix :new and :vnew (#1891) 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231019_193316_GitHub_Actions_fix-ciw-diw.rst: -------------------------------------------------------------------------------- 1 | .. _#1893: https://github.com/fox0430/moe/pull/1893 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1893`_ Fix ciw and diw in Normal mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231019_205021_GitHub_Actions_add-ct-command.rst: -------------------------------------------------------------------------------- 1 | .. _#1894: https://github.com/fox0430/moe/pull/1894 2 | 3 | Added 4 | ..... 5 | 6 | - `#1894`_ feat: Add ct command to Normal mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231019_212549_GitHub_Actions_add-dt-command.rst: -------------------------------------------------------------------------------- 1 | .. _#1895: https://github.com/fox0430/moe/pull/1895 2 | 3 | Added 4 | ..... 5 | 6 | - `#1895`_ feat: Add dt command to Normal mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231022_223345_GitHub_Actions_fix-repeat.rst: -------------------------------------------------------------------------------- 1 | .. _#1898: https://github.com/fox0430/moe/pull/1898 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1898`_ Fix repeat command (.) in Normal mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231023_204926_GitHub_Actions_change-logs-dir.rst: -------------------------------------------------------------------------------- 1 | .. _#1899: https://github.com/fox0430/moe/pull/1899 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1899`_ Change default log path to /tmp/moe/logs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231023_220739_GitHub_Actions_fix-replace-performance.rst: -------------------------------------------------------------------------------- 1 | .. _#1900: https://github.com/fox0430/moe/pull/1900 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1900`_ Fix replace command performance in Ex mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231025_004737_GitHub_Actions_bump-regex-to-0.23.0.rst: -------------------------------------------------------------------------------- 1 | .. _#1901: https://github.com/fox0430/moe/pull/1901 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1901`_ Bump regex to 0.23.0 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231025_012407_GitHub_Actions_fix-unicodeext-split.rst: -------------------------------------------------------------------------------- 1 | .. _#1902: https://github.com/fox0430/moe/pull/1902 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1902`_ refactor: Clean up procs for splitting in unicodeext 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231026_190325_GitHub_Actions_fix#1903.rst: -------------------------------------------------------------------------------- 1 | .. _#1904: https://github.com/fox0430/moe/pull/1904 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1904`_ Fix #1903 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231026_201819_GitHub_Actions_add-yank-commands.rst: -------------------------------------------------------------------------------- 1 | .. _#1905: https://github.com/fox0430/moe/pull/1905 2 | 3 | Added 4 | ..... 5 | 6 | - `#1905`_ feat: Add y0 and y$ commands to Normal mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231026_211802_GitHub_Actions_fix#1906.rst: -------------------------------------------------------------------------------- 1 | .. _#1907: https://github.com/fox0430/moe/pull/1907 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1907`_ Fix #1906 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231026_213536_GitHub_Actions_normalmode.rst: -------------------------------------------------------------------------------- 1 | .. _#1908: https://github.com/fox0430/moe/pull/1908 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1908`_ refactor: Cleanup normalmode.nim 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231029_205646_GitHub_Actions_use-poll.rst: -------------------------------------------------------------------------------- 1 | .. _#1909: https://github.com/fox0430/moe/pull/1909 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1909`_ lsp: Use poll instead of epoll for better compatibility 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231029_220423_GitHub_Actions_replace-all.rst: -------------------------------------------------------------------------------- 1 | .. _#1910: https://github.com/fox0430/moe/pull/1910 2 | 3 | Added 4 | ..... 5 | 6 | - `#1910`_ enhance: Add replace all command to Ex mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231102_212254_GitHub_Actions_jump-and-highlight-in-replace.rst: -------------------------------------------------------------------------------- 1 | .. _#1911: https://github.com/fox0430/moe/pull/1911 2 | 3 | Added 4 | ..... 5 | 6 | - `#1911`_ enhance: Add supports jump and highlight to replace command 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231102_215729_GitHub_Actions_fix#1912.rst: -------------------------------------------------------------------------------- 1 | .. _#1913: https://github.com/fox0430/moe/pull/1913 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1913`_ Fix #1912 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231109_220927_GitHub_Actions_multiline-highlight.rst: -------------------------------------------------------------------------------- 1 | .. _#1915: https://github.com/fox0430/moe/pull/1915 2 | 3 | Added 4 | ..... 5 | 6 | - `#1915`_ Add support for multiple lines highlighting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231110_224236_GitHub_Actions_fix-search.rst: -------------------------------------------------------------------------------- 1 | .. _#1918: https://github.com/fox0430/moe/pull/1918 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1918`_ Fixes bugs in search commands 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231111_205559_GitHub_Actions_fix-triggers.rst: -------------------------------------------------------------------------------- 1 | .. _#1919: https://github.com/fox0430/moe/pull/1919 2 | 3 | Changed 4 | ..... 5 | 6 | - `#1919`_ ci: Fix triggers 7 | -------------------------------------------------------------------------------- /changelog.d/20231111_220456_GitHub_Actions_fix-searchutils.rst: -------------------------------------------------------------------------------- 1 | .. _#1920: https://github.com/fox0430/moe/pull/1920 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1920`_ test: Rename and fix tests for searchhutils 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231113_211011_GitHub_Actions_toml-syntax-highlighting.rst: -------------------------------------------------------------------------------- 1 | .. _#1921: https://github.com/fox0430/moe/pull/1921 2 | 3 | Added 4 | ..... 5 | 6 | - `#1921`_ Add TOML syntax highlighting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231114_213823_GitHub_Actions_better-toml-support.rst: -------------------------------------------------------------------------------- 1 | .. _#1922: https://github.com/fox0430/moe/pull/1922 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1922`_ Better TOML syntax highlighting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231114_214007_GitHub_Actions_fix-triggers.rst: -------------------------------------------------------------------------------- 1 | .. _#1923: https://github.com/fox0430/moe/pull/1923 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1923`_ ci: Fix triggers 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231116_000527_GitHub_Actions_fix#1924.rst: -------------------------------------------------------------------------------- 1 | .. _#1925: https://github.com/fox0430/moe/pull/1925 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1925`_ Fix #1924 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231116_215352_GitHub_Actions_toml-syntax-highlighting.rst: -------------------------------------------------------------------------------- 1 | .. _#1926: https://github.com/fox0430/moe/pull/1926 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1926`_ Fix highlighting for array of table in TOML 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231118_213631_GitHub_Actions_better-nim-highlighting.rst: -------------------------------------------------------------------------------- 1 | .. _#1927: https://github.com/fox0430/moe/pull/1927 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1927`_ Better Nim syntax highlighting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231118_220130_GitHub_Actions_fix#1928.rst: -------------------------------------------------------------------------------- 1 | .. _#1929: https://github.com/fox0430/moe/pull/1929 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1929`_ Fix #1928 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231118_224430_GitHub_Actions_add-color-scheme-configs.rst: -------------------------------------------------------------------------------- 1 | .. _#1930: https://github.com/fox0430/moe/pull/1930 2 | 3 | Added 4 | ..... 5 | 6 | - `#1930`_ Add color scheme configs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231118_234916_GitHub_Actions_add-standard.rst: -------------------------------------------------------------------------------- 1 | .. _#1931: https://github.com/fox0430/moe/pull/1931 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1931`_ refactor: Add StandardSettings obj 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231119_225604_GitHub_Actions_fix#1933.rst: -------------------------------------------------------------------------------- 1 | .. _#1934: https://github.com/fox0430/moe/pull/1934 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1934`_ Fix #1933 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231119_231558_GitHub_Actions_editorview.rst: -------------------------------------------------------------------------------- 1 | .. _#1935: https://github.com/fox0430/moe/pull/1935 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1935`_ refactor: Clenup editorview 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231120_001728_GitHub_Actions_add-autosave-conf.rst: -------------------------------------------------------------------------------- 1 | .. _#1936: https://github.com/fox0430/moe/pull/1936 2 | 3 | Added 4 | ..... 5 | 6 | - `#1936`_ Add AutoSave config 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231120_221655_GitHub_Actions_undo-redo-behavior.rst: -------------------------------------------------------------------------------- 1 | .. _#1937: https://github.com/fox0430/moe/pull/1937 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1937`_ Change undo/redo behaviors to same as Vim 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231120_223050_GitHub_Actions_remove-unnecessary-update.rst: -------------------------------------------------------------------------------- 1 | .. _#1938: https://github.com/fox0430/moe/pull/1938 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1938`_ Remove unnecessary update when resizing window 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231123_001450_GitHub_Actions_key-handling.rst: -------------------------------------------------------------------------------- 1 | .. _#1939: https://github.com/fox0430/moe/pull/1939 2 | 3 | Changed 4 | ....... 5 | 6 | - `1939`_ Key handling without Ncurses 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231124_221216_GitHub_Actions_fix-test-ci.rst: -------------------------------------------------------------------------------- 1 | .. _#1941: https://github.com/fox0430/moe/pull/1941 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1941`_ ci: Fix CI for Unit test 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231127_210211_GitHub_Actions_improve-paste.rst: -------------------------------------------------------------------------------- 1 | .. _#1943: https://github.com/fox0430/moe/pull/1943 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1943`_ Improve paste behavior 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231128_202609_GitHub_Actions_add-init.rst: -------------------------------------------------------------------------------- 1 | .. _#1944: https://github.com/fox0430/moe/pull/1944 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1944`_ refactor: Add src/moepkg/init.nim 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231128_221835_GitHub_Actions_add-warn-message-color.rst: -------------------------------------------------------------------------------- 1 | .. _#1945: https://github.com/fox0430/moe/pull/1945 2 | 3 | Added 4 | ..... 5 | 6 | - `#1945`_ Add warning messages support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231129_212234_GitHub_Actions_add-macos.rst: -------------------------------------------------------------------------------- 1 | .. _#1946: https://github.com/fox0430/moe/pull/1946 2 | 3 | Added 4 | ..... 5 | 6 | - `#1946`_ ci: Add macOS to build 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231130_222909_GitHub_Actions_incremental-multiline-insert.rst: -------------------------------------------------------------------------------- 1 | .. _#1947: https://github.com/fox0430/moe/pull/1947 2 | 3 | Added 4 | ..... 5 | 6 | - `#1947`_ Incremental multi line insert support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231201_184501_GitHub_Actions_fix#1948.rst: -------------------------------------------------------------------------------- 1 | .. _#1949: https://github.com/fox0430/moe/pull/1949 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1949`_ Fix #1948 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231202_014044_GitHub_Actions_fix-parse-replace-command.rst: -------------------------------------------------------------------------------- 1 | .. _#1952: https://github.com/fox0430/moe/pull/1952 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1952`_ refactor: Fix exmodeutils.parseReplaceCommand 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231202_020638_GitHub_Actions_fix-1953.rst: -------------------------------------------------------------------------------- 1 | .. _#1954: https://github.com/fox0430/moe/pull/1954 2 | 3 | Fixed 4 | ..... 5 | 6 | - `1954`_ Fix #1953 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231202_030733_GitHub_Actions_fix-selectedarea-type.rst: -------------------------------------------------------------------------------- 1 | .. _#1955: https://github.com/fox0430/moe/pull/1955 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1955`_ refactor: Change BufferStatus.selectedArea type 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231202_221624_GitHub_Actions_incremental-replace.rst: -------------------------------------------------------------------------------- 1 | .. _#1956: https://github.com/fox0430/moe/pull/1956 2 | 3 | Added 4 | ..... 5 | 6 | - `#1956`_ Add Incremental replace support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231206_213153_GitHub_Actions_autocomplete-for-multiline.rst: -------------------------------------------------------------------------------- 1 | .. _#1958: https://github.com/fox0430/moe/pull/1958 2 | 3 | Added 4 | ..... 5 | 6 | - `#1958`_ Add support for multiline autocomplete 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231207_005813_GitHub_Actions_fix-gapbuffer-to-string.rst: -------------------------------------------------------------------------------- 1 | .. _#1959: https://github.com/fox0430/moe/pull/1959 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1959`_ refactor: Fix GapBuffer to string 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231207_015941_GitHub_Actions_fix-seq-runes-to-string.rst: -------------------------------------------------------------------------------- 1 | .. _#1960: https://github.com/fox0430/moe/pull/1960 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1960`_ refactor: Fix seq[Runes] to string 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231207_021241_GitHub_Actions_remove-toch.rst: -------------------------------------------------------------------------------- 1 | .. _#1961: https://github.com/fox0430/moe/pull/1961 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1961`_ refactor: Remove unicodeext.toCh 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231210_223143_GitHub_Actions_rewrite-registers.rst: -------------------------------------------------------------------------------- 1 | .. _#1962: https://github.com/fox0430/moe/pull/1962 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1962`_ refactor: Rewrite Registers 7 | -------------------------------------------------------------------------------- /changelog.d/20231212_222313_GitHub_Actions_add-clipboard-registers.rst: -------------------------------------------------------------------------------- 1 | .. _#1964: https://github.com/fox0430/moe/pull/1964 2 | 3 | Added 4 | ..... 5 | 6 | - `#1964`_ Add registers for Clipboard 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231213_235050_GitHub_Actions_rewrite-clipboard.rst: -------------------------------------------------------------------------------- 1 | .. _#1966: https://github.com/fox0430/moe/pull/1966 2 | 3 | Changed 4 | ..... 5 | 6 | - `#1966`_ Rewrite clipboard 7 | -------------------------------------------------------------------------------- /changelog.d/20231214_011152_GitHub_Actions_auto-clipboardtool-detect.rst: -------------------------------------------------------------------------------- 1 | .. _#1967: https://github.com/fox0430/moe/pull/1967 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1967`_ Fix clipboard tool detection 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231214_170719_GitHub_Actions_fix-1969.rst: -------------------------------------------------------------------------------- 1 | .. _#1970: https://github.com/fox0430/moe/pull/1970 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1970`_ Fix #1969 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231217_223346_GitHub_Actions_separate-theme-configs.rst: -------------------------------------------------------------------------------- 1 | .. _#1972: https://github.com/fox0430/moe/pull/1972 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1972`_ Separate color theme configs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231217_233507_GitHub_Actions_getkey-timeout.rst: -------------------------------------------------------------------------------- 1 | .. _#1973: https://github.com/fox0430/moe/pull/1973 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1973`_ Fix timeout in ui.getKey 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231218_220335_GitHub_Actions_rename-color-name.rst: -------------------------------------------------------------------------------- 1 | .. _#1974: https://github.com/fox0430/moe/pull/1974 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1974`_ Rename color configs for selection area 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231222_220310_GitHub_Actions_remove-execcmdexnooutput.rst: -------------------------------------------------------------------------------- 1 | .. _#1975: https://github.com/fox0430/moe/pull/1975 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1975`_ refactor: Remove independentutils.execCmdExNoOutput 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231224_222108_GitHub_Actions_better-lsp.rst: -------------------------------------------------------------------------------- 1 | .. _#1976: https://github.com/fox0430/moe/pull/1976 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1976`_ lsp: Better response handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231227_002341_GitHub_Actions_window-showmessage.rst: -------------------------------------------------------------------------------- 1 | .. _#1977: https://github.com/fox0430/moe/pull/1977 2 | 3 | Added 4 | ..... 5 | 6 | - `#1977`_ lsp: Add support for window/showMessage 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231227_223844_GitHub_Actions_fix-configfile-validate.rst: -------------------------------------------------------------------------------- 1 | .. _#1978: https://github.com/fox0430/moe/pull/1978 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1978`_ Fix config file validations 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231227_224445_GitHub_Actions_rename-modules-for-lsp.rst: -------------------------------------------------------------------------------- 1 | .. _#1979: https://github.com/fox0430/moe/pull/1979 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1979`_ Rename modules for lsp 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231227_230441_GitHub_Actions_skip-lsp-tests-no-nimlsp.rst: -------------------------------------------------------------------------------- 1 | .. _#1980: https://github.com/fox0430/moe/pull/1980 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1980`_ test: Skip lsp tests if nimlsp is unavailable 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231230_052109_GitHub_Actions_didsave-notify.rst: -------------------------------------------------------------------------------- 1 | .. _#1981: https://github.com/fox0430/moe/pull/1981 2 | 3 | Added 4 | ..... 5 | 6 | - `#1981`_ lsp: Add support for textDocument/didSave 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231230_145754_GitHub_Actions_lsp-didchange.rst: -------------------------------------------------------------------------------- 1 | .. _#1982: https://github.com/fox0430/moe/pull/1982 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1982`_ lsp: Fix buffer sent in textDocument/didChange 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231230_152037_GitHub_Actions_textdocument-publishdiagnostics.rst: -------------------------------------------------------------------------------- 1 | .. _#1983: https://github.com/fox0430/moe/pull/1983 2 | 3 | Added 4 | ..... 5 | 6 | - `#1983`_ lsp: Add support for textDocument/publishDiagnostics 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20231231_181443_GitHub_Actions_window-logmessage.rst: -------------------------------------------------------------------------------- 1 | .. _#1985: https://github.com/fox0430/moe/pull/1985 2 | 3 | Added 4 | ..... 5 | 6 | - `#1985`_ lsp: Add support for window/logMessage 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240101_202206_GitHub_Actions_fix-init.rst: -------------------------------------------------------------------------------- 1 | .. _#1986: https://github.com/fox0430/moe/pull/1986 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1986`_ lsp: Fix initialization 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240101_222848_GitHub_Actions_progress.rst: -------------------------------------------------------------------------------- 1 | .. _#1987: https://github.com/fox0430/moe/pull/1987 2 | 3 | Added 4 | ..... 5 | 6 | - `#1987`_ lsp: Add support for Progress 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240105_012944_GitHub_Actions_textdocument-completion.rst: -------------------------------------------------------------------------------- 1 | .. _#1989: https://github.com/fox0430/moe/pull/1989 2 | 3 | Added 4 | ..... 5 | 6 | - `#1889`_ lsp: Add support for Completion 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240105_211310_GitHub_Actions_bump-regex-to-0.24.0.rst: -------------------------------------------------------------------------------- 1 | .. _#1990: https://github.com/fox0430/moe/pull/1990 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1990`_ Bump regex to 0.24.0 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240105_213644_GitHub_Actions_check-init-befor-req.rst: -------------------------------------------------------------------------------- 1 | .. _#1992: https://github.com/fox0430/moe/pull/1992 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1992`_ lsp: Check initialize state before sending request/notify 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240105_223119_GitHub_Actions_fix-stuck-when-press-ctrl-c.rst: -------------------------------------------------------------------------------- 1 | .. _#1994: https://github.com/fox0430/moe/pull/1994 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#1934`_ lsp: Fix get stuck when pressing Ctrl-C 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240105_223809_GitHub_Actions_change-default-server-to-nimlangserver.rst: -------------------------------------------------------------------------------- 1 | .. _#1995: https://github.com/fox0430/moe/pull/1995 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1995`_ lsp: Change the default lsp server to nimlangserver 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240106_231040_GitHub_Actions_completion-context.rst: -------------------------------------------------------------------------------- 1 | .. _#1997: https://github.com/fox0430/moe/pull/1997 2 | 3 | Added 4 | ..... 5 | 6 | - `#1997`_ lsp: Add support for CompletionContext 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240106_232711_GitHub_Actions_cache.rst: -------------------------------------------------------------------------------- 1 | .. _#1998: https://github.com/fox0430/moe/pull/1998 2 | 3 | Changed 4 | ....... 5 | 6 | - `#1998` ci: Use cache in unit tests 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240106_234405_GitHub_Actions_notify.rst: -------------------------------------------------------------------------------- 1 | .. _#1999: https://github.com/fox0430/moe/pull/1999 2 | 3 | Added 4 | ..... 5 | 6 | - `#1999`_ lsp: Add req/notfiy logs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240107_221826_GitHub_Actions_logviewer.rst: -------------------------------------------------------------------------------- 1 | .. _#2001: https://github.com/fox0430/moe/pull/2001 2 | 3 | Added 4 | ..... 5 | 6 | - `#2001`_ lsp: Add Log viewer for LSP 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240107_224036_GitHub_Actions_nimble-cache.rst: -------------------------------------------------------------------------------- 1 | .. _#2002: https://github.com/fox0430/moe/pull/2002 2 | 3 | Added 4 | ..... 5 | 6 | - `#2002`_ ci: Add workflow for save cache 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240107_225929_GitHub_Actions_build-cache.rst: -------------------------------------------------------------------------------- 1 | .. _#2003: https://github.com/fox0430/moe/pull/2003 2 | 3 | Added 4 | ..... 5 | 6 | - `#2003`_ ci: Use cache in build 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240107_232740_GitHub_Actions_enhance-performance.rst: -------------------------------------------------------------------------------- 1 | .. _#2004: https://github.com/fox0430/moe/pull/2004 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2004`_ lsp: Enhance performance of json parsing 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240109_235425_GitHub_Actions_fix-completion.rst: -------------------------------------------------------------------------------- 1 | .. _#2005: https://github.com/fox0430/moe/pull/2005 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2005`_ lsp: Check character before cursor when completion 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240110_021039_GitHub_Actions_fix-2006.rst: -------------------------------------------------------------------------------- 1 | .. _#2007: https://github.com/fox0430/moe/pull/2007 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2007`_ Fix #2006 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240110_021750_GitHub_Actions_didchange-range.rst: -------------------------------------------------------------------------------- 1 | .. _#2008: https://github.com/fox0430/moe/pull/2008 2 | 3 | Added 4 | ..... 5 | 6 | - `#2008`_ lsp: Add range support in textDocument/didChange 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240115_110107_GitHub_Actions_shift-tab.rst: -------------------------------------------------------------------------------- 1 | .. _#2009: https://github.com/fox0430/moe/pull/2009 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2009`_ Fix Shift-Tab handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240125_211409_GitHub_Actions_fix-2011.rst: -------------------------------------------------------------------------------- 1 | .. _#2012: https://github.com/fox0430/moe/pull/2012 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2012`_ Fix #2011 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240126_003437_GitHub_Actions_fix-response-error.rst: -------------------------------------------------------------------------------- 1 | .. _#2013: https://github.com/fox0430/moe/pull/2013 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2013`_ lsp: Fix response error handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240127_225831_GitHub_Actions_rewrite-completion.rst: -------------------------------------------------------------------------------- 1 | .. _#2014: https://github.com/fox0430/moe/pull/2014 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2014`_ Rewrite completion 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240203_211348_GitHub_Actions_logviewer.rst: -------------------------------------------------------------------------------- 1 | .. _#2016: https://github.com/fox0430/moe/pull/2016 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2016`_ Enhance Log viewer 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240203_221655_GitHub_Actions_fix-2017.rst: -------------------------------------------------------------------------------- 1 | .. _#2018: https://github.com/fox0430/moe/pull/2018 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2018`_ Fix #2017 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240203_230616_GitHub_Actions_fix-movecursor.rst: -------------------------------------------------------------------------------- 1 | .. _#2019: https://github.com/fox0430/moe/pull/2019 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2019`_ Fix windownode.moveCursor 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240204_000607_GitHub_Actions_help.rst: -------------------------------------------------------------------------------- 1 | .. _#2020: https://github.com/fox0430/moe/pull/2020 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2020`_ Enhance help 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240204_001622_GitHub_Actions_diffviewer.rst: -------------------------------------------------------------------------------- 1 | .. _#2021: https://github.com/fox0430/moe/pull/2021 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2021`_ Enhance diff viewer 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240204_180216_GitHub_Actions_fix-commandline-suggest-margin.rst: -------------------------------------------------------------------------------- 1 | .. _#2022: https://github.com/fox0430/moe/pull/2022 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2022`_ Fix margin of suggest window in command line 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240208_220110_GitHub_Actions_completionwindow-in-exmode.rst: -------------------------------------------------------------------------------- 1 | .. _#2023: https://github.com/fox0430/moe/pull/2023 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2023`_ refactor: Use CompletionWindow in Ex mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240218_205634_GitHub_Actions_better-suggestions-in-completion.rst: -------------------------------------------------------------------------------- 1 | .. _#2024: https://github.com/fox0430/moe/pull/2024 2 | 3 | Added 4 | ..... 5 | 6 | - `#2024`_ lsp: Fuzzy search based suggestions in completion 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240223_232237_GitHub_Actions_migrate-to-regex.rst: -------------------------------------------------------------------------------- 1 | .. _#2025: https://github.com/fox0430/moe/pull/2025 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2025`_ Migrate to regex in recentfilemode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240223_235027_GitHub_Actions_fix-error-handling-in-recentfile.rst: -------------------------------------------------------------------------------- 1 | .. _#2026: https://github.com/fox0430/moe/pull/2026 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2026`_ Fix error handling in recentfilemode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240228_091230_GitHub_Actions_recentfilemode.rst: -------------------------------------------------------------------------------- 1 | .. _#2027: https://github.com/fox0430/moe/pull/2027 2 | 3 | Added 4 | ..... 5 | 6 | - `#2027`_ Add tests for recentfile mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240302_222259_GitHub_Actions_2030.rst: -------------------------------------------------------------------------------- 1 | .. _#2031: https://github.com/fox0430/moe/pull/2031 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2031`_ Fix #2030 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240302_235850_GitHub_Actions_reduce-compiler-hints.rst: -------------------------------------------------------------------------------- 1 | .. _#2032: https://github.com/fox0430/moe/pull/2032 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2032`_ Reduce compiler hints in test 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240303_202939_GitHub_Actions_move-highlight-to-bufferstatus.rst: -------------------------------------------------------------------------------- 1 | .. _#2033: https://github.com/fox0430/moe/pull/2033 2 | 3 | Changed 4 | ....... 5 | 6 | - `2033`_ refactor: Move highlight from windownode to bufferstatus 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240303_212347_GitHub_Actions_remove-unnecessary-exitui.rst: -------------------------------------------------------------------------------- 1 | .. _#2034: https://github.com/fox0430/moe/pull/2034 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2034`_ Remove unnecessary exitui 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240307_215055_GitHub_Actions_mix-suggestions.rst: -------------------------------------------------------------------------------- 1 | .. _#2035: https://github.com/fox0430/moe/pull/2035 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2035`_ completion: Mix lsp and built-in suggestions 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240317_201323_GitHub_Actions_add-rust-analyzer-support.rst: -------------------------------------------------------------------------------- 1 | .. _#2036: https://github.com/fox0430/moe/pull/2036 2 | 3 | Added 4 | ..... 5 | 6 | - `#2036`_ lsp: Add rust-analyzer support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240323_190455_GitHub_Actions_document-semantictokens.rst: -------------------------------------------------------------------------------- 1 | .. _#2037: https://github.com/fox0430/moe/pull/2037 2 | 3 | Added 4 | ..... 5 | 6 | - `#2037`_ lsp: Add Semantic Tokens support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240331_200419_GitHub_Actions_duplicate-import.rst: -------------------------------------------------------------------------------- 1 | .. _#2039: https://github.com/fox0430/moe/pull/2039 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2039`_ Fix duplicate import 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240407_074054_GitHub_Actions_fix-gui-check.rst: -------------------------------------------------------------------------------- 1 | .. _#2041: https://github.com/fox0430/moe/pull/2041 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2041`_ test: Fix gui environment checking 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240407_100319_GitHub_Actions_fix-dir-check.rst: -------------------------------------------------------------------------------- 1 | .. _#2042: https://github.com/fox0430/moe/pull/2042 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2042`_ test: Fix check in filer test 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240415_124355_GitHub_Actions_fix-2043.rst: -------------------------------------------------------------------------------- 1 | .. _#2044: https://github.com/fox0430/moe/pull/2044 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2044`_ Fix #2043 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240419_204205_GitHub_Actions_bump-regex-to-0.25.0.rst: -------------------------------------------------------------------------------- 1 | .. _#2045: https://github.com/fox0430/moe/pull/2045 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2045`_ Bump regex to 0.25.0 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240419_204635_GitHub_Actions_lsp-client-poll.rst: -------------------------------------------------------------------------------- 1 | .. _#2046: https://github.com/fox0430/moe/pull/2046 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2046`_ Add pollFd to LspClient 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240419_211048_GitHub_Actions_check-server-status-before-read.rst: -------------------------------------------------------------------------------- 1 | .. _#2047: https://github.com/fox0430/moe/pull/2047 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2047`_ lsp: Check server status before checking response 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240423_194916_GitHub_Actions_fix-request-id.rst: -------------------------------------------------------------------------------- 1 | .. _#2048: https://github.com/fox0430/moe/pull/2048 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2048`_ lsp: Fix Request ID 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240423_201017_GitHub_Actions_fix-didchange-sending.rst: -------------------------------------------------------------------------------- 1 | .. _#2049: https://github.com/fox0430/moe/pull/2049 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2049`_ lsp: Fix didChange sending 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240428_192355_GitHub_Actions_inlay-hint.rst: -------------------------------------------------------------------------------- 1 | .. _#2050: https://github.com/fox0430/moe/pull/2050 2 | 3 | Added 4 | ..... 5 | 6 | - `#2050`_ lsp Add InlayHint support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240430_205232_GitHub_Actions_highlight-when-empty-lsp-semantic-tokens.rst: -------------------------------------------------------------------------------- 1 | .. _#2051: https://github.com/fox0430/moe/pull/2051 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2051`_ lsp: Fix highlighting when enabled Semantic tokens 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240505_151610_GitHub_Actions_add-lsp-fetures-config.rst: -------------------------------------------------------------------------------- 1 | .. _#2052: https://github.com/fox0430/moe/pull/2052 2 | 3 | Added 4 | ..... 5 | 6 | - `#2052`_ lsp: Add LSP feature configs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240505_162449_GitHub_Actions_fix-diagnostic-capa.rst: -------------------------------------------------------------------------------- 1 | .. _#2053: https://github.com/fox0430/moe/pull/2053 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2053`_ lsp: Fix diagnostic capability initialization 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240508_214002_GitHub_Actions_goto-definition.rst: -------------------------------------------------------------------------------- 1 | .. _#2054: https://github.com/fox0430/moe/pull/2054 2 | 3 | Added 4 | ..... 5 | 6 | - `#2054`_ lsp: Add Goto Definition support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240514_213410_GitHub_Actions_fix-request-id-count.rst: -------------------------------------------------------------------------------- 1 | .. _#2055: https://github.com/fox0430/moe/pull/2055 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2055`_ lsp: Fix request id count 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240514_232250_GitHub_Actions_better-lsp-tests.rst: -------------------------------------------------------------------------------- 1 | .. _#2056: https://github.com/fox0430/moe/pull/2056 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2056`_ test: Better lsp tests 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240517_212427_GitHub_Actions_lsp-modules.rst: -------------------------------------------------------------------------------- 1 | .. _#2057: https://github.com/fox0430/moe/pull/2057 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2057`_ refactor: Refactor lsp modules 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240517_215715_GitHub_Actions_lsp-open-buffer.rst: -------------------------------------------------------------------------------- 1 | .. _#2058: https://github.com/fox0430/moe/pull/2058 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2058`_ lsp: Send didOpen when opening a new file 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240521_223338_GitHub_Actions_fix-inlayhint-req.rst: -------------------------------------------------------------------------------- 1 | .. _#2059: https://github.com/fox0430/moe/pull/2059 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2059`_ lsp: Fix inlayhint request sending 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240523_230507_41898282+github-actions[bot]_find_references.rst: -------------------------------------------------------------------------------- 1 | .. _#2060: https://github.com/fox0430/moe/pull/2060 2 | 3 | Added 4 | ..... 5 | 6 | - `#2060`_ lsp: Add Find References support 7 | -------------------------------------------------------------------------------- /changelog.d/20240525_005046_GitHub_Actions_fix-references-capabilities.rst: -------------------------------------------------------------------------------- 1 | .. _#2061: https://github.com/fox0430/moe/pull/2061 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2061`_ lsp: Fix Find References capabilities 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240525_232149_GitHub_Actions_rename.rst: -------------------------------------------------------------------------------- 1 | .. _#2062: https://github.com/fox0430/moe/pull/2062 2 | 3 | Added 4 | ..... 5 | 6 | - `#2062`_ lsp: Add Rename support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240525_233011_GitHub_Actions_update-readme.rst: -------------------------------------------------------------------------------- 1 | .. _#2063: https://github.com/fox0430/moe/pull/2063 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2063`_ Update README.md 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240530_224314_GitHub_Actions_cancellation.rst: -------------------------------------------------------------------------------- 1 | .. _#2065: https://github.com/fox0430/moe/pull/2065 2 | 3 | Added 4 | ..... 5 | 6 | - `#2065`_ lsp: Add cancelRequest support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240603_220355_GitHub_Actions_typedefinition.rst: -------------------------------------------------------------------------------- 1 | .. _#2066: https://github.com/fox0430/moe/pull/2066 2 | 3 | Added 4 | ..... 5 | 6 | - `#2066`_ lsp: Add TypeDefinition support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240603_222214_GitHub_Actions_lsp-fg-req-cancel.rst: -------------------------------------------------------------------------------- 1 | .. _#2067: https://github.com/fox0430/moe/pull/2067 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2067`_ lsp: Fix canceling requests 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240605_012203_GitHub_Actions_implementation.rst: -------------------------------------------------------------------------------- 1 | .. _#2068: https://github.com/fox0430/moe/pull/2068 2 | 3 | Added 4 | ..... 5 | 6 | - `#2068`_ lsp: Add Goto Implementation support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240605_233920_GitHub_Actions_declaration.rst: -------------------------------------------------------------------------------- 1 | .. _#2069: https://github.com/fox0430/moe/pull/2069 2 | 3 | Added 4 | ..... 5 | 6 | - `2069`_ lsp: Add Goto Declaration support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240607_012639_GitHub_Actions_call-hierarchy.rst: -------------------------------------------------------------------------------- 1 | .. _#2070: https://github.com/fox0430/moe/pull/2070 2 | 3 | Added 4 | ..... 5 | 6 | - `#2070`_ lsp: Add Call Hierarchy support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240608_042241_GitHub_Actions_fix-movement-in-references.rst: -------------------------------------------------------------------------------- 1 | .. _#2071: https://github.com/fox0430/moe/pull/2071 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2071`_ lsp: Fix movement in references mode 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240610_230601_GitHub_Actions_better-response-handling.rst: -------------------------------------------------------------------------------- 1 | .. _#2072: https://github.com/fox0430/moe/pull/2072 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2072`_ lsp: Better response handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240610_231930_GitHub_Actions_add-error-messages.rst: -------------------------------------------------------------------------------- 1 | .. _#2073: https://github.com/fox0430/moe/pull/2073 2 | 3 | Added 4 | ..... 5 | 6 | - `#2073`_ lsp: Add error messages 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240611_234215_GitHub_Actions_lsp-response-check.rst: -------------------------------------------------------------------------------- 1 | .. _#2074: https://github.com/fox0430/moe/pull/2074 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2074`_ lsp: Fix response checking 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240618_233601_GitHub_Actions_fix-in-devel.rst: -------------------------------------------------------------------------------- 1 | .. _#2075: https://github.com/fox0430/moe/pull/2075 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2075`_ Fix in Nim devel 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240618_233933_GitHub_Actions_remove-choosenim-cache.rst: -------------------------------------------------------------------------------- 1 | .. _#2076: https://github.com/fox0430/moe/pull/2076 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2076`_ ci: Remove choosenim cache 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240624_203040_GitHub_Actions_addcolorsegment.rst: -------------------------------------------------------------------------------- 1 | .. _#2077: https://github.com/fox0430/moe/pull/2077 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2077`_ Fix highlight.addColorSegment 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240624_211224_GitHub_Actions_lsp-inlayhint.rst: -------------------------------------------------------------------------------- 1 | .. _#2078: https://github.com/fox0430/moe/pull/2078 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2078`_ Fix #2064 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240625_234842_GitHub_Actions_comments.rst: -------------------------------------------------------------------------------- 1 | .. _#2079: https://github.com/fox0430/moe/pull/2079 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2079`_ Fix comments in lsp/handler 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240625_235102_GitHub_Actions_document-highlights.rst: -------------------------------------------------------------------------------- 1 | .. _#2080: https://github.com/fox0430/moe/pull/2080 2 | 3 | Added 4 | ..... 5 | 6 | - `#2080`_ lsp: Add Document Highlight support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240626_234439_GitHub_Actions_error-handling.rst: -------------------------------------------------------------------------------- 1 | .. _#2081: https://github.com/fox0430/moe/pull/2081 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2081`_ lsp: Fix error handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240626_234832_GitHub_Actions_add-error-messages.rst: -------------------------------------------------------------------------------- 1 | .. _#2082: https://github.com/fox0430/moe/pull/2082 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2082`_ lsp: Show error message in Call hierarchy 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240628_012406_GitHub_Actions_lsp-document-highlight-handling.rst: -------------------------------------------------------------------------------- 1 | .. _#2083: https://github.com/fox0430/moe/pull/2083 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2083`_ lsp: Fix response handling in Document highlight 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240704_151552_GitHub_Actions_lsp-workspaceroot.rst: -------------------------------------------------------------------------------- 1 | .. _#2084: https://github.com/fox0430/moe/pull/2084 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2084`_ lsp: Fix initialize params 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240704_165103_GitHub_Actions_fix-nimlangserver-ver.rst: -------------------------------------------------------------------------------- 1 | .. _#2085: https://github.com/fox0430/moe/pull/2085 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2085`_ ci: Fix nimlangserver version 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240705_154706_GitHub_Actions_bump-setup-nim-action-to-v2-beta.rst: -------------------------------------------------------------------------------- 1 | .. _#2086: https://github.com/fox0430/moe/pull/2086 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2086`_ ci: Bump setup-nim-action to v2-beta 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240705_234342_GitHub_Actions_lsp-server-capa.rst: -------------------------------------------------------------------------------- 1 | .. _#2087: https://github.com/fox0430/moe/pull/2087 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2087`_ lsp: Fix ServerCapabilities 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240706_000350_GitHub_Actions_remove-debug-echo.rst: -------------------------------------------------------------------------------- 1 | .. _#2088: https://github.com/fox0430/moe/pull/2088 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2088`_ Remove debug echo 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240706_135127_GitHub_Actions_bump-setup-nim-action-to-v2.rst: -------------------------------------------------------------------------------- 1 | .. _#2089: https://github.com/fox0430/moe/pull/2089 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2089`_ ci: Bump setup-nim-action to v2 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240708_014547_GitHub_Actions_bump-setup-nim-action-to-v2.rst: -------------------------------------------------------------------------------- 1 | .. _#2091: https://github.com/fox0430/moe/pull/2091 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2091`_ ci: Bump setup-nim-action to v2 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240708_230903_GitHub_Actions_fix-client-readable-check.rst: -------------------------------------------------------------------------------- 1 | .. _#2092: https://github.com/fox0430/moe/pull/2092 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2092`_ lsp: Fix client readable checking 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240710_212926_GitHub_Actions_fix-client-capa-init.rst: -------------------------------------------------------------------------------- 1 | .. _#2093: https://github.com/fox0430/moe/pull/2093 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2093`_ lsp: Fix client capabilities initialization 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240710_213351_GitHub_Actions_current-config-gen.rst: -------------------------------------------------------------------------------- 1 | .. _#2094: https://github.com/fox0430/moe/pull/2094 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2094`_ Fix current config gen 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240710_213522_GitHub_Actions_config-example.rst: -------------------------------------------------------------------------------- 1 | .. _#2095: https://github.com/fox0430/moe/pull/2095 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2095`_ Fix config file example 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240710_214146_GitHub_Actions_fix-client-readble-check-2.rst: -------------------------------------------------------------------------------- 1 | .. _#2096: https://github.com/fox0430/moe/pull/2096 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2096`_ lsp: Add error handling to client.readable 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240711_224419_GitHub_Actions_fix-clinet-init-params.rst: -------------------------------------------------------------------------------- 1 | .. _#2097: https://github.com/fox0430/moe/pull/2097 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2097`_ lsp: Fix InitializeParams.window.workDoneProgress 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240711_232352_GitHub_Actions_lsp-protocol-types.rst: -------------------------------------------------------------------------------- 1 | .. _#2098: https://github.com/fox0430/moe/pull/2098 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2098`_ lsp: Fix types for protocol 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240713_153603_GitHub_Actions_nim-in-1.6.16.rst: -------------------------------------------------------------------------------- 1 | .. _#2099: https://github.com/fox0430/moe/pull/2099 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2099`_ Fix in Nim 1.6.16 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240713_155626_GitHub_Actions_add-nim-1.6.16.rst: -------------------------------------------------------------------------------- 1 | .. _#2100: https://github.com/fox0430/moe/pull/2100 2 | 3 | Added 4 | ..... 5 | 6 | - `#2100`_ ci: Add Nim 1.6.16 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240715_222409_GitHub_Actions_document-link.rst: -------------------------------------------------------------------------------- 1 | .. _#2101: https://github.com/fox0430/moe/pull/2101 2 | 3 | Added 4 | ..... 5 | 6 | - `#2101`_ lsp: Add Document Link support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240718_230548_github-actions[bot]_pre-code-lens.rst: -------------------------------------------------------------------------------- 1 | .. _#2103: https://github.com/fox0430/moe/pull/2103 2 | 3 | Added 4 | ..... 5 | 6 | - `2103`_ lsp: Pre support for Code Lens 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240721_212618_github-actions[bot]_execute-command.rst: -------------------------------------------------------------------------------- 1 | .. _#2104: https://github.com/fox0430/moe/pull/2104 2 | 3 | Added 4 | ..... 5 | 6 | - `#2104`_ lsp: Add Execute command support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240721_212919_github-actions[bot]_lsp-rename-error.rst: -------------------------------------------------------------------------------- 1 | .. _#2105: https://github.com/fox0430/moe/pull/2105 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2105`_ lsp: Fix the error message for Rename 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240721_213255_github-actions[bot]_lsp-document-link-resolve-support.rst: -------------------------------------------------------------------------------- 1 | .. _#2106: https://github.com/fox0430/moe/pull/2106 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2106`_ lsp: Fix Document link resolve support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240722_002609_github-actions[bot]_lsp-completion.rst: -------------------------------------------------------------------------------- 1 | .. _#2107: https://github.com/fox0430/moe/pull/2107 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2107`_ lsp: Fix completion 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240722_005225_github-actions[bot]_fix-workflow-for-cache.rst: -------------------------------------------------------------------------------- 1 | .. _#2108: https://github.com/fox0430/moe/pull/2108 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2108`_ ci: Fix workflow for nimble cache 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240722_010337_github-actions[bot]_fix-workflow-for-cache-2.rst: -------------------------------------------------------------------------------- 1 | .. _#2109: https://github.com/fox0430/moe/pull/2109 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2109`_ ci: Fix cache key for tests 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240723_233052_github-actions[bot]_better-code-lens-support.rst: -------------------------------------------------------------------------------- 1 | .. _#2111: https://github.com/fox0430/moe/pull/2111 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2111`_ lsp: Better Codelens support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240724_001004_github-actions[bot]_fix-lsp-inlayhint.rst: -------------------------------------------------------------------------------- 1 | .. _#2112: https://github.com/fox0430/moe/pull/2112 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2112`_ lsp: Fix Inlayhint 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240724_002035_github-actions[bot]_fix-lsp-semntictoken.rst: -------------------------------------------------------------------------------- 1 | .. _#2113: https://github.com/fox0430/moe/pull/2113 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2113`_ lsp: Fix Semantic token response handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240724_230158_github-actions[bot]_exec-complete-command-from-suggest.rst: -------------------------------------------------------------------------------- 1 | .. _#2114: https://github.com/fox0430/moe/pull/2114 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2114`_ ex: Execute complete command from suggestions immediately 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240725_001421_github-actions[bot]_fix-cursor-after-close-comp-win.rst: -------------------------------------------------------------------------------- 1 | .. _#2115: https://github.com/fox0430/moe/pull/2115 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2115`_ ex: Fix cursor position after closing completion window 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240727_005849_github-actions[bot]_crash-when-jump-line.rst: -------------------------------------------------------------------------------- 1 | .. _#2116: https://github.com/fox0430/moe/pull/2116 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2116`_ Fix crash when jump line with long lines 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240727_011918_github-actions[bot]_add-suite.rst: -------------------------------------------------------------------------------- 1 | .. _#2117: https://github.com/fox0430/moe/pull/2117 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2117`_ test: Add suite 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240727_012512_github-actions[bot]_cursor-flickering-on-logviewer.rst: -------------------------------------------------------------------------------- 1 | .. _#2118: https://github.com/fox0430/moe/pull/2118 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2118`_ Fix cursor flickering on log viewer 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240727_235752_github-actions[bot]_newline-in-logviewer.rst: -------------------------------------------------------------------------------- 1 | .. _#2119: https://github.com/fox0430/moe/pull/2119 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2119`_ Escaping newlines in Log viewer buffer 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240728_001115_github-actions[bot]_remove-unused-import.rst: -------------------------------------------------------------------------------- 1 | .. _#2120: https://github.com/fox0430/moe/pull/2120 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2120`_ test: Remove unused import 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240805_010346_github-actions[bot]_code-lens-rust-analyzer-runsingle.rst: -------------------------------------------------------------------------------- 1 | .. _#2122: https://github.com/fox0430/moe/pull/2122 2 | 3 | Added 4 | ..... 5 | 6 | - `#2122`_ lsp: Add rust-analyzer.runSingle support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240806_231011_github-actions[bot]_add-codelens-ui.rst: -------------------------------------------------------------------------------- 1 | .. _#2123: https://github.com/fox0430/moe/pull/2123 2 | 3 | Added 4 | ..... 5 | 6 | - `2123`_ lsp: Add Code Lens UI 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240806_233901_github-actions[bot]_add-rust-analyzer-debugsingle.rst: -------------------------------------------------------------------------------- 1 | .. _#2124: https://github.com/fox0430/moe/pull/2124 2 | 3 | Added 4 | ..... 5 | 6 | - `#2124`_ lsp: Add rust-analyzer.debugSingle support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240809_223834_github-actions[bot]_inlay-hint-refresh.rst: -------------------------------------------------------------------------------- 1 | .. _#2125: https://github.com/fox0430/moe/pull/2125 2 | 3 | Added 4 | ..... 5 | 6 | - `#2125`_ lsp: Add workspace/inlayHint/refresh support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240809_225834_github-actions[bot]_semantic-tokens-refresh.rst: -------------------------------------------------------------------------------- 1 | .. _#2126: https://github.com/fox0430/moe/pull/2126 2 | 3 | Added 4 | ..... 5 | 6 | - `#2126`_ lsp: Add workspace/semanticTokens/refresh support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240809_231051_github-actions[bot]_code-lens-refresh.rst: -------------------------------------------------------------------------------- 1 | .. _#2127: https://github.com/fox0430/moe/pull/2127 2 | 3 | Added 4 | ..... 5 | 6 | - `#2127`_ lsp: Add workspace/codeLens/refresh support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240809_234536_github-actions[bot]_folding-support.rst: -------------------------------------------------------------------------------- 1 | .. _#2128: https://github.com/fox0430/moe/pull/2128 2 | 3 | Added 4 | ..... 5 | 6 | - `2128`_ feat: Add Folding support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240810_010659_github-actions[bot]_lsp-debug-log.rst: -------------------------------------------------------------------------------- 1 | .. _#2129: https://github.com/fox0430/moe/pull/2129 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2129`_ Fix debug logs for lsp responses 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240810_012145_github-actions[bot]_lsp-server-req-handling.rst: -------------------------------------------------------------------------------- 1 | .. _#2130: https://github.com/fox0430/moe/pull/2130 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2130`_ lsp: Fix server request handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240812_002721_github-actions[bot]_ignore-compwin-in-ex.rst: -------------------------------------------------------------------------------- 1 | .. _#2131: https://github.com/fox0430/moe/pull/2131 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2131`_ ex: Ignore completion window if not selected 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240814_225426_github-actions[bot]_r-option.rst: -------------------------------------------------------------------------------- 1 | .. _#2134: https://github.com/fox0430/moe/pull/2134 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2134`_ Fix #2132 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240814_225756_github-actions[bot]_indent-and-unindent-when-readonly.rst: -------------------------------------------------------------------------------- 1 | .. _#2135: https://github.com/fox0430/moe/pull/2135 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2135`_ Fix #2133 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240818_002406_github-actions[bot]_crash-visual-replace.rst: -------------------------------------------------------------------------------- 1 | .. _#2137: https://github.com/fox0430/moe/pull/2137 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2137`_ Fix #2136 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240818_004228_github-actions[bot]_add-zr-command.rst: -------------------------------------------------------------------------------- 1 | .. _#2138: https://github.com/fox0430/moe/pull/2138 2 | 3 | Added 4 | ..... 5 | 6 | - `#2138`_ normal: Add zR command 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240818_225918_github-actions[bot]_folding-commands.rst: -------------------------------------------------------------------------------- 1 | .. _#2139: https://github.com/fox0430/moe/pull/2139 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2139`_ Fix folding commands 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240818_230828_github-actions[bot]_disable-nim-devel.rst: -------------------------------------------------------------------------------- 1 | .. _#2140: https://github.com/fox0430/moe/pull/2140 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2140`_ ci: Disable Nim devel 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240820_212800_github-actions[bot]_cleanup-keybinds.rst: -------------------------------------------------------------------------------- 1 | .. _#2141: https://github.com/fox0430/moe/pull/2141 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2141`_ docs: Cleanup docs for keybindings 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240820_212927_github-actions[bot]_reenable-nim-devel.rst: -------------------------------------------------------------------------------- 1 | .. _#2142: https://github.com/fox0430/moe/pull/2142 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2142`_ ci: Enable Nim devel 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240820_234912_github-actions[bot]_help.rst: -------------------------------------------------------------------------------- 1 | .. _#2143: https://github.com/fox0430/moe/pull/2143 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2143`_ fix: Add commands to help 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240821_001852_github-actions[bot]_normalmode-normalmodecommand.rst: -------------------------------------------------------------------------------- 1 | .. _#2144: https://github.com/fox0430/moe/pull/2144 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2144`_ refactor: Cleanup normalmode.normalCommand 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240822_005802_github-actions[bot]_search-highlight-completion-win.rst: -------------------------------------------------------------------------------- 1 | .. _#2145: https://github.com/fox0430/moe/pull/2145 2 | 3 | Added 4 | ..... 5 | 6 | - `#2145`_ Highlight seach result on completion window 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240822_220937_github-actions[bot]_check-ncurses-version.rst: -------------------------------------------------------------------------------- 1 | .. _#2147: https://github.com/fox0430/moe/pull/2147 2 | 3 | Added 4 | ..... 5 | 6 | - `#2147`_ Check Ncurses version when stating 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240822_224229_github-actions[bot]_popup-background.rst: -------------------------------------------------------------------------------- 1 | .. _#2148: https://github.com/fox0430/moe/pull/2148 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2148`_ Fix Popup window background 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240822_231347_github-actions[bot]_require-ncurses-ver.rst: -------------------------------------------------------------------------------- 1 | .. _#2149: https://github.com/fox0430/moe/pull/2149 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2149`_ Fix the required Ncurses version 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240822_234805_github-actions[bot]_completion-items.rst: -------------------------------------------------------------------------------- 1 | .. _#2150: https://github.com/fox0430/moe/pull/2150 2 | 3 | Fixed 4 | ..... 5 | 6 | - `2150`_ Fix build-in completion items 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240824_031410_github-actions[bot]_search-highlight-after-occurrence.rst: -------------------------------------------------------------------------------- 1 | .. _#2152: https://github.com/fox0430/moe/pull/2152 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2152`_ Fix search result highlight after next/prev occurrence 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240825_013153_github-actions[bot]_above-completion-win-position.rst: -------------------------------------------------------------------------------- 1 | .. _#2154: https://github.com/fox0430/moe/pull/2154 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2154`_ Fix completion window position when above the cursor 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240825_013614_github-actions[bot]_search-prev-occurence.rst: -------------------------------------------------------------------------------- 1 | .. _#2155: https://github.com/fox0430/moe/pull/2155 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2155`_ Fix search prev occurence 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240826_004912_github-actions[bot]_show-lsp-server-on-statusline.rst: -------------------------------------------------------------------------------- 1 | .. _#2156: https://github.com/fox0430/moe/pull/2156 2 | 3 | Added 4 | ..... 5 | 6 | - `#2156`_ feat: Show lsp server name on status lines 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240827_234233_github-actions[bot]_rewrite-config-doc.rst: -------------------------------------------------------------------------------- 1 | .. _#2157: https://github.com/fox0430/moe/pull/2157 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2157`_ docs: Rewrite config file docs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240828_222903_github-actions[bot]_remove-color-highlightfullwidthspacebg.rst: -------------------------------------------------------------------------------- 1 | .. _#2159: https://github.com/fox0430/moe/pull/2159 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2159`_ Remove highlightFullWidthSpaceBg 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240828_223340_github-actions[bot]_sendclipbloard.rst: -------------------------------------------------------------------------------- 1 | .. _#2160: https://github.com/fox0430/moe/pull/2160 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2160`_ Fix buffer sent to system clipboard 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240828_224629_github-actions[bot]_remove-color-highlighttrailingspacesbg.rst: -------------------------------------------------------------------------------- 1 | .. _#2161: https://github.com/fox0430/moe/pull/2161 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2161`_ Remove highlightTrailingSpacesBg 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240828_225052_github-actions[bot]_remove-unnecessary-file.rst: -------------------------------------------------------------------------------- 1 | .. _#2162: https://github.com/fox0430/moe/pull/2162 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2162`_ Remove unnecessary file 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240829_001555_github-actions[bot]_lsp-excute-command-capa.rst: -------------------------------------------------------------------------------- 1 | .. _#2163: https://github.com/fox0430/moe/pull/2163 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2163`_ lsp: Fix capability checking for execute command 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240829_003336_github-actions[bot]_folding-range.rst: -------------------------------------------------------------------------------- 1 | .. _#2164: https://github.com/fox0430/moe/pull/2164 2 | 3 | Added 4 | ..... 5 | 6 | - `#2164`_ lsp: Add Folding Range support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240829_230330_github-actions[bot]_fix-table-in-config.rst: -------------------------------------------------------------------------------- 1 | .. _#2165: https://github.com/fox0430/moe/pull/2165 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2165`_ docs: Fix table 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240831_224751_github-actions[bot]_json-syntax.rst: -------------------------------------------------------------------------------- 1 | .. _#2166: https://github.com/fox0430/moe/pull/2166 2 | 3 | Added 4 | ..... 5 | 6 | - `#2166`_ Add JSON syntax highlighting support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240901_222057_github-actions[bot]_lsp-folding-range.rst: -------------------------------------------------------------------------------- 1 | .. _#2168: https://github.com/fox0430/moe/pull/2168 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2168`_ lsp: Fix Folding range 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240902_000307_github-actions[bot]_selection-range.rst: -------------------------------------------------------------------------------- 1 | .. _#2169: https://github.com/fox0430/moe/pull/2169 2 | 3 | Added 4 | ..... 5 | 6 | - `#2169`_ lsp: Add Selection Range support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240903_001852_github-actions[bot]_lsp-folding-range-client-capa.rst: -------------------------------------------------------------------------------- 1 | .. _#2171: https://github.com/fox0430/moe/pull/2171 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2171`_ lsp: Fix Folding range client capabilities 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240903_221645_github-actions[bot]_indent-line-highlight-in-selectarea.rst: -------------------------------------------------------------------------------- 1 | .. _#2172: https://github.com/fox0430/moe/pull/2172 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2172`_ Fix indent lines highlighting in selected area 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240903_222122_github-actions[bot]_client-non-blocking-write.rst: -------------------------------------------------------------------------------- 1 | .. _#2173: https://github.com/fox0430/moe/pull/2173 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2173`_ lsp: Nonblocking write (Fix #2158) 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240903_222347_github-actions[bot]_update-readme.rst: -------------------------------------------------------------------------------- 1 | .. _#2174: https://github.com/fox0430/moe/pull/2174 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2174`_ Update README.md 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240903_225435_github-actions[bot]_fix-crash-code-lens.rst: -------------------------------------------------------------------------------- 1 | .. _#2175: https://github.com/fox0430/moe/pull/2175 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2175`_ lsp: Fix crash when editing with code lens enabled 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240903_231239_github-actions[bot]_dup-logger.rst: -------------------------------------------------------------------------------- 1 | .. _#2176: https://github.com/fox0430/moe/pull/2176 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2176`_ Fix duplicate logger when lsp enabled 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240904_232749_github-actions[bot]_lsp-error-messages.rst: -------------------------------------------------------------------------------- 1 | .. _#2177: https://github.com/fox0430/moe/pull/2177 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2177`_ Fix lsp error messages 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240904_234803_github-actions[bot]_document-symbol.rst: -------------------------------------------------------------------------------- 1 | .. _#2178: https://github.com/fox0430/moe/pull/2178 2 | 3 | Added 4 | ..... 5 | 6 | - `2178`_ lsp: Add Document Symbol support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240908_201836_github-actions[bot]_rename-lsp-client-capa-types.rst: -------------------------------------------------------------------------------- 1 | .. _#2179: https://github.com/fox0430/moe/pull/2179 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2179`_ refactor: Rename types for lsp client capabilities 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240908_204220_github-actions[bot]_lsp-error-response-handle.rst: -------------------------------------------------------------------------------- 1 | .. _#2180: https://github.com/fox0430/moe/pull/2180 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2180`_ lsp: Fix error response handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240909_000844_github-actions[bot]_add-lsprestart.rst: -------------------------------------------------------------------------------- 1 | .. _#2181: https://github.com/fox0430/moe/pull/2181 2 | 3 | Added 4 | ..... 5 | 6 | - `#2181`_ lsp: Add command for restarting lsp server 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240909_234227_github-actions[bot]_completion-window-position-2.rst: -------------------------------------------------------------------------------- 1 | .. _#2182: https://github.com/fox0430/moe/pull/2182 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2182`_ Fix completion window position 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240910_000432_github-actions[bot]_indent-lines-color.rst: -------------------------------------------------------------------------------- 1 | .. _#2183: https://github.com/fox0430/moe/pull/2183 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2183`_ Fix indent lines color in selected area 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240912_005604_github-actions[bot]_inline-value.rst: -------------------------------------------------------------------------------- 1 | .. _#2184: https://github.com/fox0430/moe/pull/2184 2 | 3 | Added 4 | ..... 5 | 6 | - `#2184`_ lsp: Add Inline Value support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240913_001344_github-actions[bot]_lsp-inline-value.rst: -------------------------------------------------------------------------------- 1 | .. _#2185: https://github.com/fox0430/moe/pull/2185 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2185`_ lsp: Fix Inline Value 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240917_081925_lsp-sginature-help.rst: -------------------------------------------------------------------------------- 1 | .. _#2186: https://github.com/fox0430/moe/pull/2186 2 | 3 | Added 4 | ..... 5 | 6 | - `#2185`_ lsp: Add Signature Help support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240918_230642_github-actions[bot]_document-format.rst: -------------------------------------------------------------------------------- 1 | .. _#2187: https://github.com/fox0430/moe/pull/2187 2 | 3 | Added 4 | ..... 5 | 6 | - `#2187`_ lsp: Add Document Formatting support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20240918_230840_github-actions[bot]_bump-unicodedb-to-0.13.0.rst: -------------------------------------------------------------------------------- 1 | .. _#2188: https://github.com/fox0430/moe/pull/2188 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2188`_ Bump unicodedb to 0.13.0 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241001_011919_github-actions[bot]_lsp-handler-test.rst: -------------------------------------------------------------------------------- 1 | .. _#2189: https://github.com/fox0430/moe/pull/2189 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2189`_ test: Fix test for lsp handler 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241001_233221_github-actions[bot]_fix-lsp-formatting.rst: -------------------------------------------------------------------------------- 1 | .. _#2190: https://github.com/fox0430/moe/pull/2190 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2190`_ test: Fix test for lsp formatting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241002_233208_github-actions[bot]_lsp-text-edit.rst: -------------------------------------------------------------------------------- 1 | .. _#2191: https://github.com/fox0430/moe/pull/2191 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2191`_ lsp: Fix TextEdit 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241002_233744_github-actions[bot]_show-cancel-log.rst: -------------------------------------------------------------------------------- 1 | .. _#2192: https://github.com/fox0430/moe/pull/2192 2 | 3 | Added 4 | ..... 5 | 6 | - `#2192`_ lsp: Show message when request is canceled 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241002_234019_github-actions[bot]_bump-nim-to-2.2.0.rst: -------------------------------------------------------------------------------- 1 | .. _#2193: https://github.com/fox0430/moe/pull/2193 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2193`_ ci: Bump Nim to 2.2.0 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241002_234133_github-actions[bot]_add-nim-2.0.10.rst: -------------------------------------------------------------------------------- 1 | .. _#2194: https://github.com/fox0430/moe/pull/2194 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2194`_ ci: Add Nim 2.0.10 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241009_203805_github-actions[bot]_chronos-support.rst: -------------------------------------------------------------------------------- 1 | .. _#2195: https://github.com/fox0430/moe/pull/2195 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2195`_ lsp: chronos based client 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241024_205738_github-actions[bot]_remove-old-workarounds.rst: -------------------------------------------------------------------------------- 1 | .. _#2196: https://github.com/fox0430/moe/pull/2196 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2196`_ Remove old workarounds 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241024_210430_github-actions[bot]_nim-devel.rst: -------------------------------------------------------------------------------- 1 | .. _#2197: https://github.com/fox0430/moe/pull/2197 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2197`_ Fix in Nim devel 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241024_234611_github-actions[bot]_fix-flaky-tests.rst: -------------------------------------------------------------------------------- 1 | .. _#2198: https://github.com/fox0430/moe/pull/2198 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2198`_ test: Try to fix flaky tests 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241028_195852_github-actions[bot]_fix-in-nim-2.2.rst: -------------------------------------------------------------------------------- 1 | .. _#2199: https://github.com/fox0430/moe/pull/2199 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2199`_ test: Fix tests in Nim 2.2 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241028_201907_github-actions[bot]_bump-nim-to-2.0.10.rst: -------------------------------------------------------------------------------- 1 | .. _#2200: https://github.com/fox0430/moe/pull/2200 2 | 3 | Changed 4 | ....... 5 | 6 | - #`2200`_ ci: Bump Nim to 2.0.10 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241118_230342_github-actions[bot]_jump-back-from-goto-def.rst: -------------------------------------------------------------------------------- 1 | .. _#2201: https://github.com/fox0430/moe/pull/2201 2 | 3 | Added 4 | ..... 5 | 6 | - `#2201`_ Add jump back from goto definition 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241120_220713_github-actions[bot]_add-openwindow-conf.rst: -------------------------------------------------------------------------------- 1 | .. _#2202: https://github.com/fox0430/moe/pull/2202 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2202`_ lsp: Add openWindow configs to goto definitions 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241120_221245_github-actions[bot]_async-kbhit.rst: -------------------------------------------------------------------------------- 1 | .. _#2203: https://github.com/fox0430/moe/pull/2203 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2203`_ Async kbhit 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241120_225016_github-actions[bot]_client-non-blocking-write.rst: -------------------------------------------------------------------------------- 1 | .. _#2204: https://github.com/fox0430/moe/pull/2204 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2204`_ lsp: Make client writes non blocking 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241120_233351_github-actions[bot]_lsp-client-error-handling.rst: -------------------------------------------------------------------------------- 1 | .. _#2205: https://github.com/fox0430/moe/pull/2205 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2205`_ lsp: Fix client error handling 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241124_232832_github-actions[bot]_kbhitasync.rst: -------------------------------------------------------------------------------- 1 | .. _#2207: https://github.com/fox0430/moe/pull/2207 2 | 3 | Added 4 | ....... 5 | 6 | - `#2203`_ Add pollAsync 7 | -------------------------------------------------------------------------------- /changelog.d/20241125_223220_github-actions[bot]_non-block-read-client.rst: -------------------------------------------------------------------------------- 1 | .. _#2208: https://github.com/fox0430/moe/pull/2208 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2208`_ lsp: Make client read non blocking 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241125_230116_github-actions[bot]_fix-nim-version.rst: -------------------------------------------------------------------------------- 1 | .. _#2209: https://github.com/fox0430/moe/pull/2209 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2209`_ ci: Fix Nim version 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241125_230932_github-actions[bot]_fix-nimlangserver-version.rst: -------------------------------------------------------------------------------- 1 | .. _#2210: https://github.com/fox0430/moe/pull/2210 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2210`_ ci: Fix nimlangserver version and add nph 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241125_232541_github-actions[bot]_fix-cache-restore-key.rst: -------------------------------------------------------------------------------- 1 | .. _#2211: https://github.com/fox0430/moe/pull/2211 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2211`_ ci: Fix cache restore key 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241206_213756_github-actions[bot]_bump-stew-to-0.2.0.rst: -------------------------------------------------------------------------------- 1 | .. _#2212: https://github.com/fox0430/moe/pull/2212 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2212`_ Bump stew to 0.2.0 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241206_223447_github-actions[bot]_changelog.rst: -------------------------------------------------------------------------------- 1 | .. _#2213: https://github.com/fox0430/moe/pull/2213 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2213`_ Fix changelog 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241211_210312_github-actions[bot]_bump-regex-to-0.26.0.rst: -------------------------------------------------------------------------------- 1 | .. _#2214: https://github.com/fox0430/moe/pull/2214 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2214`_ Bump regex to 0.26.0 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241216_235432_github-actions[bot]_better-document-highlight.rst: -------------------------------------------------------------------------------- 1 | .. _#2215: https://github.com/fox0430/moe/pull/2215 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2215`_ lsp: Better Document Highlight 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241219_000608_github-actions[bot]_remove-pollfd.rst: -------------------------------------------------------------------------------- 1 | .. _#2216: https://github.com/fox0430/moe/pull/2216 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2216`_ lsp: Remove pollFd from LspClient 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20241224_220116_github-actions[bot]_bump-nim-to-2.0.14.rst: -------------------------------------------------------------------------------- 1 | .. _#2217: https://github.com/fox0430/moe/pull/2217 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2217`_ ci: Bump Nim to 2.0.14 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250101_155220_github-actions[bot]_bump-regex-to-0.26.1.rst: -------------------------------------------------------------------------------- 1 | .. _#2218: https://github.com/fox0430/moe/pull/2218 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2218`_ Bump regex to 0.26.1 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250101_155340_github-actions[bot]_bump-unicodedb-to-0.13.2.rst: -------------------------------------------------------------------------------- 1 | .. _#2219: https://github.com/fox0430/moe/pull/2219 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2219`_ Bump unicodedb to 0.13.2 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250105_235235_github-actions[bot]_bump-result-to-0.5.1.rst: -------------------------------------------------------------------------------- 1 | .. _#2220: https://github.com/fox0430/moe/pull/2220 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2220`_ Bump result to 0.5.1 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250106_005857_github-actions[bot]_lsp-add-nil-check.rst: -------------------------------------------------------------------------------- 1 | .. _#2221: https://github.com/fox0430/moe/pull/2221 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2221`_ lsp: Add nil check to client 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250106_225044_github-actions[bot]_speedup-lsp-tests.rst: -------------------------------------------------------------------------------- 1 | .. _#2222: https://github.com/fox0430/moe/pull/2222 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2222`_ tests: Speed up tests for lsp client 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250107_001902_github-actions[bot]_add-libpcre3.rst: -------------------------------------------------------------------------------- 1 | .. _#2223: https://github.com/fox0430/moe/pull/2223 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2223`_ ci: Install libpcre3 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250112_014531_github-actions[bot]_fix-tests-unable-lsp-server.rst: -------------------------------------------------------------------------------- 1 | .. _#2224: https://github.com/fox0430/moe/pull/2224 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2224`_ test: Fix tests when unable lsp server 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250119_224452_github-actions[bot]_drop-nim-1-support.rst: -------------------------------------------------------------------------------- 1 | .. _#2225: https://github.com/fox0430/moe/pull/2225 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2225`_ Drop Nim 1.x support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250122_000457_github-actions[bot]_cleanup-workflow.rst: -------------------------------------------------------------------------------- 1 | .. _#2226: https://github.com/fox0430/moe/pull/2226 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2226`_ ci: Cleanup workflows 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250127_221155_github-actions[bot]_fix-workflow-for-cache-3.rst: -------------------------------------------------------------------------------- 1 | .. _#2227: https://github.com/fox0430/moe/pull/2227 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2227`_ ci: Fix workflow for cache 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250127_223045_github-actions[bot]_fix-filer-test.rst: -------------------------------------------------------------------------------- 1 | .. _#2228: https://github.com/fox0430/moe/pull/2228 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2228`_ tests: Fix filer tests 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250127_224129_github-actions[bot]_fix-suite.rst: -------------------------------------------------------------------------------- 1 | .. _#2229: https://github.com/fox0430/moe/pull/2229 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2229`_ tests: Fix suite 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250127_224533_github-actions[bot]_unused-vals.rst: -------------------------------------------------------------------------------- 1 | .. _#2230: https://github.com/fox0430/moe/pull/2230 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2230`_ Fix unused vals 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250203_004002_github-actions[bot]_changed-line-updating.rst: -------------------------------------------------------------------------------- 1 | .. _#2231: https://github.com/fox0430/moe/pull/2231 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2231`_ Fix changed line updating 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250204_004244_github-actions[bot]_reduce-curses-win.rst: -------------------------------------------------------------------------------- 1 | .. _#2232: https://github.com/fox0430/moe/pull/2232 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2232`_ Use only 1 ncurses window in the main window 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250204_005706_github-actions[bot]_add-lsp-start-log.rst: -------------------------------------------------------------------------------- 1 | .. _#2233: https://github.com/fox0430/moe/pull/2233 2 | 3 | Added 4 | ..... 5 | 6 | - `#2233`_ lsp: Show message when lsp starting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250204_020341_github-actions[bot]_lsp-multi-buf-init.rst: -------------------------------------------------------------------------------- 1 | .. _#2234: https://github.com/fox0430/moe/pull/2234 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2234`_ lsp: Fix multiple buffer initialization 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250204_234648_github-actions[bot]_ex-path-completion-win-postion.rst: -------------------------------------------------------------------------------- 1 | .. _#2235: https://github.com/fox0430/moe/pull/2235 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2235`_ ex: Fix path completion window when reopening 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250207_011623_github-actions[bot]_bump-chronos-to-4.0.4.rst: -------------------------------------------------------------------------------- 1 | .. _#2236: https://github.com/fox0430/moe/pull/2236 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2236`_ Bump chronos to 4.0.4 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250207_011756_github-actions[bot]_bump-nim-to-2.2.2.rst: -------------------------------------------------------------------------------- 1 | .. _#2237: https://github.com/fox0430/moe/pull/2237 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2237`_ ci: Bump Nim to 2.2.2 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250207_212310_github-actions[bot]_skip-lsp-formatting-test.rst: -------------------------------------------------------------------------------- 1 | .. _#2238: https://github.com/fox0430/moe/pull/2238 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2238`_ tests: Skip lsp formatting tests when unable nph 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250210_234514_github-actions[bot]_min-nim-version.rst: -------------------------------------------------------------------------------- 1 | .. _#2239: https://github.com/fox0430/moe/pull/2239 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2239`_ Fix minimum Nim version 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250211_004645_github-actions[bot]_lsp-error-logs.rst: -------------------------------------------------------------------------------- 1 | .. _#2240: https://github.com/fox0430/moe/pull/2240 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2240`_ lsp: Fix error logs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250212_233524_github-actions[bot]_fix-lsp-hander-flaky.rst: -------------------------------------------------------------------------------- 1 | .. _#2241: https://github.com/fox0430/moe/pull/2241 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2241`_ tests: Fix flaky tests 7 | -------------------------------------------------------------------------------- /changelog.d/20250213_003902_github-actions[bot]_add-lockfile.rst: -------------------------------------------------------------------------------- 1 | .. _#2242: https://github.com/fox0430/moe/pull/2242 2 | 3 | Added 4 | ..... 5 | 6 | - `#2242`_ Add lockfile 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250214_005600_github-actions[bot]_extension-stattusupdate.rst: -------------------------------------------------------------------------------- 1 | .. _#2244: https://github.com/fox0430/moe/pull/2244 2 | 3 | Added 4 | ..... 5 | 6 | - `#2244`_ lsp: Add extension/statusUpdate support 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250216_134408_github-actions[bot]_add-suite.rst: -------------------------------------------------------------------------------- 1 | .. _#2245: https://github.com/fox0430/moe/pull/2245 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2245_ tests: Add suite 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250216_141559_github-actions[bot]_format-with-nph.rst: -------------------------------------------------------------------------------- 1 | .. _#2246: https://github.com/fox0430/moe/pull/2246 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2246`_ Formatted with nph 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250216_150158_github-actions[bot]_nph.rst: -------------------------------------------------------------------------------- 1 | .. _#2247: https://github.com/fox0430/moe/pull/2247 2 | 3 | Added 4 | ..... 5 | 6 | - `#2247`_ ci: Add nph workflow 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250217_215714_github-actions[bot]_lsp-server-ignore-sigint.rst: -------------------------------------------------------------------------------- 1 | .. _#2248: https://github.com/fox0430/moe/pull/2248 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2248`_ lsp: Ignore SIGINT in server process 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250217_220814_github-actions[bot]_bump-regex-to-0.26.2.rst: -------------------------------------------------------------------------------- 1 | .. _#2249: https://github.com/fox0430/moe/pull/2249 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2249`_ Bump regex to 0.26.2 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250217_230643_github-actions[bot]_search-highlight-in-logviewer.rst: -------------------------------------------------------------------------------- 1 | .. _#2250: https://github.com/fox0430/moe/pull/2250 2 | 3 | Added 4 | ..... 5 | 6 | - `#2250`_ Enable search highlighting in log viewer 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250220_225628_github-actions[bot]_bump-regex-to-0.26.3.rst: -------------------------------------------------------------------------------- 1 | .. _#2251: https://github.com/fox0430/moe/pull/2251 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2251`_ Bump regex to 0.26.3 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250221_235016_github-actions[bot]_comp-win-border.rst: -------------------------------------------------------------------------------- 1 | .. _#2252: https://github.com/fox0430/moe/pull/2252 2 | 3 | Added 4 | ..... 5 | 6 | - `#2252`_ Add borderline support to completion window 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250224_221030_github-actions[bot]_remove-lsp-log-from-std-log.rst: -------------------------------------------------------------------------------- 1 | .. _#2253: https://github.com/fox0430/moe/pull/2253 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2253`_ lsp: Remove lsp log from standard log 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250224_222849_github-actions[bot]_add-error-logs.rst: -------------------------------------------------------------------------------- 1 | .. _#2254: https://github.com/fox0430/moe/pull/2254 2 | 3 | Added 4 | ..... 5 | 6 | - `#2254`_ Add error logs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250301_045106_github-actions[bot]_add-error-message-diff-viewer.rst: -------------------------------------------------------------------------------- 1 | .. _#2255: https://github.com/fox0430/moe/pull/2255 2 | 3 | Added 4 | ..... 5 | 6 | - `#2255`_ Add error message for diff viewer 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250301_055708_github-actions[bot]_addnewbuffer-error-handling.rst: -------------------------------------------------------------------------------- 1 | .. _#2256: https://github.com/fox0430/moe/pull/2256 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2256`_ Fix error handling in editorstatus.addNewBuffer 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250311_015405_github-actions[bot]_better-server-restart.rst: -------------------------------------------------------------------------------- 1 | .. _#2258: https://github.com/fox0430/moe/pull/2258 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2258` lsp: Better server restarting 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250312_011431_github-actions[bot]_fix-shutdown-req.rst: -------------------------------------------------------------------------------- 1 | .. _#2259: https://github.com/fox0430/moe/pull/2259 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2259`_ lsp: Fix shutdown req 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250317_235526_github-actions[bot]_completion-win-posi-when-enbale-border.rst: -------------------------------------------------------------------------------- 1 | .. _#2260: https://github.com/fox0430/moe/pull/2260 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2260`_ ex: Fix completion window position when enabling border 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250317_235724_github-actions[bot]_force-restart.rst: -------------------------------------------------------------------------------- 1 | .. _#2261: https://github.com/fox0430/moe/pull/2261 2 | 3 | Added 4 | ..... 5 | 6 | - `#2261`_ ex: Add `lspForceRestart` command 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250318_224927_github-actions[bot]_reduce-compiler-hints-2.rst: -------------------------------------------------------------------------------- 1 | .. _#2263: https://github.com/fox0430/moe/pull/2263 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2263`_ Reduce compiler hints 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250318_232857_github-actions[bot]_statusline-flickering.rst: -------------------------------------------------------------------------------- 1 | .. _#2264: https://github.com/fox0430/moe/pull/2264 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2264`_ Fix Status line flickering 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250318_235333_github-actions[bot]_remove-unused-args.rst: -------------------------------------------------------------------------------- 1 | .. _#2265: https://github.com/fox0430/moe/pull/2265 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2265`_ Remove unused args 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250319_000217_github-actions[bot]_add-suite.rst: -------------------------------------------------------------------------------- 1 | .. _#2266: https://github.com/fox0430/moe/pull/2266 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2266`_ tests: Add suite 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250319_002406_github-actions[bot]_popup-win-border-color.rst: -------------------------------------------------------------------------------- 1 | .. _#2267: https://github.com/fox0430/moe/pull/2267 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2267`_ Fix popup window border color 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250325_220049_github-actions[bot]_fallback-ncurses-colors.rst: -------------------------------------------------------------------------------- 1 | .. _#2268: https://github.com/fox0430/moe/pull/2268 2 | 3 | Added 4 | ..... 5 | 6 | - `#2268`_ Add fallback for ncurses color initialization 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250325_222949_github-actions[bot]_ncurses-init-extended-color-type.rst: -------------------------------------------------------------------------------- 1 | .. _#2269: https://github.com/fox0430/moe/pull/2269 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2269`_ Fix ncursesInitExtendedColor param types 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250325_223152_github-actions[bot]_color-mode-init.rst: -------------------------------------------------------------------------------- 1 | .. _#2270: https://github.com/fox0430/moe/pull/2270 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2270`_ Fix color mode initialization 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250325_230741_github-actions[bot]_set-nimlang-server-version.rst: -------------------------------------------------------------------------------- 1 | .. _#2271: https://github.com/fox0430/moe/pull/2271 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2271`_ ci: Set nimlangserver version 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250325_235854_github-actions[bot]_lsp-didsave.rst: -------------------------------------------------------------------------------- 1 | .. _#2272: https://github.com/fox0430/moe/pull/2272 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2272`_ lsp: Fix textDocument/didSave notify 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250326_231031_github-actions[bot]_reduce-screen-flickering.rst: -------------------------------------------------------------------------------- 1 | .. _#2273: https://github.com/fox0430/moe/pull/2273 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2273_ Fix screen flickering 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250326_232550_github-actions[bot]_reduce-cursor-flickering.rst: -------------------------------------------------------------------------------- 1 | .. _#2274: https://github.com/fox0430/moe/pull/2274 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2273`_ Reduce cursor flickering 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250327_001029_github-actions[bot]_add-change-theme-error.rst: -------------------------------------------------------------------------------- 1 | .. _#2275: https://github.com/fox0430/moe/pull/2275 2 | 3 | Added 4 | ..... 5 | 6 | - `#2275`_ Add error message for change theme failing 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250327_001659_github-actions[bot]_error-message-create-dir.rst: -------------------------------------------------------------------------------- 1 | .. _#2276: https://github.com/fox0430/moe/pull/2276 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2276`_ Fix message forcreate dir 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250327_234827_github-actions[bot]_messages-module.rst: -------------------------------------------------------------------------------- 1 | .. _#2277: https://github.com/fox0430/moe/pull/2277 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2277_ Fix and cleanup messages 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250328_003836_github-actions[bot]_add-lsp-notify-configs.rst: -------------------------------------------------------------------------------- 1 | .. _#2278: https://github.com/fox0430/moe/pull/2278 2 | 3 | Added 4 | ..... 5 | 6 | - `#2278`_ Add lsp notify configs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250330_190152_github-actions[bot]_cursor-flickering-while-updating.rst: -------------------------------------------------------------------------------- 1 | .. _#2279: https://github.com/fox0430/moe/pull/2279 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2279_ Fix cursor flickering while updating 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250330_190747_github-actions[bot]_disable-nim-devel.rst: -------------------------------------------------------------------------------- 1 | .. _#2280: https://github.com/fox0430/moe/pull/2280 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2280_ ci: Disable Nim devel 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250403_001745_github-actions[bot]_commandline-ref-type.rst: -------------------------------------------------------------------------------- 1 | .. _#2282: https://github.com/fox0430/moe/pull/2282 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2282`_ Change CommandLine type to ref type 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250407_223542_github-actions[bot]_enhance-unicodeext.rst: -------------------------------------------------------------------------------- 1 | .. _#2283: https://github.com/fox0430/moe/pull/2283 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2283`_ Enhance unicodeext 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250411_022052_github-actions[bot]_better-readfile.rst: -------------------------------------------------------------------------------- 1 | .. _#2284: https://github.com/fox0430/moe/pull/2284 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2284`_ Better performance file reading 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250415_002853_github-actions[bot]_ui-move.rst: -------------------------------------------------------------------------------- 1 | .. _#2285: https://github.com/fox0430/moe/pull/2285 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2285`_ Minor fix ui.move 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250415_003158_github-actions[bot]_commandline-resize.rst: -------------------------------------------------------------------------------- 1 | .. _#2286: https://github.com/fox0430/moe/pull/2286 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2286` Fix commandline resize 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250423_224119_github-actions[bot]_add-ncurses-errors.rst: -------------------------------------------------------------------------------- 1 | .. _#2287: https://github.com/fox0430/moe/pull/2287 2 | 3 | Added 4 | ..... 5 | 6 | - `#2287`_ Add ncurses errors 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250423_231556_github-actions[bot]_window-resize.rst: -------------------------------------------------------------------------------- 1 | .. _#2288: https://github.com/fox0430/moe/pull/2288 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2288` Fix window resize 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250423_232000_github-actions[bot]_bump-nim-to-2.2.4.rst: -------------------------------------------------------------------------------- 1 | .. _#2289: https://github.com/fox0430/moe/pull/2289 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2289`_ ci: Bump Nim to 2.2.4 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250429_211946_github-actions[bot]_better-hover.rst: -------------------------------------------------------------------------------- 1 | .. _#2290: https://github.com/fox0430/moe/pull/2290 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2290`_ lsp: Better hover window 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250501_195105_github-actions[bot]_lsp-server-init.rst: -------------------------------------------------------------------------------- 1 | .. _#2291: https://github.com/fox0430/moe/pull/2291 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2291` lsp: Fix server initialization 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250511_171607_github-actions[bot]_bump-nimlangserver-to-1.12.0.rst: -------------------------------------------------------------------------------- 1 | .. _#2292: https://github.com/fox0430/moe/pull/2292 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2292`_ ci: Bump nimlangserver to 1.12.0 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250515_213930_github-actions[bot]_jump-list-support.rst: -------------------------------------------------------------------------------- 1 | .. _#2293: https://github.com/fox0430/moe/pull/2293 2 | 3 | Added 4 | ..... 5 | 6 | - `#2293`_ Add first support for jump list 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250515_224329_github-actions[bot]_reduce-compiler-warns.rst: -------------------------------------------------------------------------------- 1 | .. _#2294: https://github.com/fox0430/moe/pull/2294 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2294` Reduce compiler warns 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250526_181256_github-actions[bot]_ctrl-o-behavior.rst: -------------------------------------------------------------------------------- 1 | .. _#2298: https://github.com/fox0430/moe/pull/2298 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2298`_ normal mode: Fix Ctrl-o behavior 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250526_195845_github-actions[bot]_lsp-jumplist.rst: -------------------------------------------------------------------------------- 1 | .. _#2299: https://github.com/fox0430/moe/pull/2299 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2299`_ Fix jumplist recording in lsp features 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250526_201156_github-actions[bot]_workaround-for-nimble-bug.rst: -------------------------------------------------------------------------------- 1 | .. _#2300: https://github.com/fox0430/moe/pull/2300 2 | 3 | Changed 4 | ....... 5 | 6 | - `#2300`_ tests: Wrokaround for nimble bug 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250527_221154_github-actions[bot]_nimble-setup.rst: -------------------------------------------------------------------------------- 1 | .. _#2301: https://github.com/fox0430/moe/pull/2301 2 | 3 | Added 4 | ..... 5 | 6 | - `#2301`_ Add nimble setup configs 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250528_232120_github-actions[bot]_add-ctrl-i.rst: -------------------------------------------------------------------------------- 1 | .. _#2302: https://github.com/fox0430/moe/pull/2302 2 | 3 | Added 4 | ..... 5 | 6 | - `#2302`_ normal mode: Add jump foward command (Ctrl-i) 7 | 8 | -------------------------------------------------------------------------------- /changelog.d/20250528_234428_github-actions[bot]_more-nimble-bug-workarounds.rst: -------------------------------------------------------------------------------- 1 | .. _#2303: https://github.com/fox0430/moe/pull/2303 2 | 3 | Fixed 4 | ..... 5 | 6 | - `#2303` tests: More workarounds for nimble bug 7 | 8 | -------------------------------------------------------------------------------- /config.nims: -------------------------------------------------------------------------------- 1 | # begin Nimble config (version 2) 2 | --noNimblePath 3 | when withDir(thisDir(), system.fileExists("nimble.paths")): 4 | include "nimble.paths" 5 | # end Nimble config 6 | -------------------------------------------------------------------------------- /documents/index.md: -------------------------------------------------------------------------------- 1 | # Document 2 | 3 | [Overview](https://github.com/fox0430/moe/blob/develop/documents/overview.md) 4 | 5 | [Features](https://github.com/fox0430/moe/blob/develop/documents/features.md) 6 | 7 | [How to use](https://github.com/fox0430/moe/blob/develop/documents/howtouse.md) 8 | 9 | [Configuration file](https://github.com/fox0430/moe/blob/develop/documents/configfile.md) 10 | 11 | [Language Server Protocol](https://github.com/fox0430/moe/blob/develop/documents/lsp.md) 12 | 13 | [Platform / Terminal](https://github.com/fox0430/moe/blob/develop/documents/platform_terminal.md) 14 | 15 | [Developer](https://github.com/fox0430/moe/blob/develop/documents/developer.md) 16 | -------------------------------------------------------------------------------- /moe.nimble: -------------------------------------------------------------------------------- 1 | # Package 2 | 3 | version = "0.3.0" 4 | author = "fox0430" 5 | description = "A command lined based text editor" 6 | license = "GPLv3" 7 | srcDir = "src" 8 | bin = @["moe"] 9 | 10 | # Dependencies 11 | 12 | requires "nim >= 2.0.10" 13 | requires "ncurses >= 1.0.2" 14 | requires "unicodedb >= 0.13.2" 15 | requires "parsetoml >= 0.7.1" 16 | requires "regex >= 0.26.3" 17 | requires "results >= 0.5.1" 18 | requires "jsony >= 1.1.5" 19 | requires "chronos >= 4.0.4" 20 | requires "stew >= 0.2.0" 21 | 22 | task release, "Build for release": 23 | exec "nimble build -d:release" 24 | 25 | task debug, "Build for debug": 26 | exec "nimble build -d:debug --debugger:native --verbose -y" 27 | -------------------------------------------------------------------------------- /src/moe.nim.cfg: -------------------------------------------------------------------------------- 1 | -d:strip 2 | -d:lto 3 | --mm:orc 4 | --threads:off 5 | -------------------------------------------------------------------------------- /src/moepkg/syntax/syntaxcpp.nim: -------------------------------------------------------------------------------- 1 | import flags 2 | import highlite, syntaxc 3 | 4 | const cppKeywords* = [ 5 | "asm", "auto", "break", "case", "catch", "char", "class", "const", "continue", 6 | "default", "delete", "do", "double", "else", "enum", "extern", "float", "for", 7 | "friend", "goto", "if", "inline", "int", "long", "new", "operator", "private", 8 | "protected", "public", "register", "return", "short", "signed", "sizeof", "static", 9 | "struct", "switch", "template", "this", "throw", "try", "typedef", "union", 10 | "unsigned", "virtual", "void", "volatile", "while", 11 | ] 12 | 13 | proc cppNextToken*(g: var GeneralTokenizer) = 14 | clikeNextToken(g, cppKeywords, {hasPreprocessor}) 15 | -------------------------------------------------------------------------------- /src/moepkg/syntax/syntaxjava.nim: -------------------------------------------------------------------------------- 1 | import highlite, syntaxc 2 | 3 | const javaKeywords* = [ 4 | "abstract", "assert", "boolean", "break", "byte", "case", "catch", "char", "class", 5 | "const", "continue", "default", "do", "double", "else", "enum", "extends", "false", 6 | "final", "finally", "float", "for", "goto", "if", "implements", "import", 7 | "instanceof", "int", "interface", "long", "native", "new", "null", "package", 8 | "private", "protected", "public", "return", "short", "static", "strictfp", "super", 9 | "switch", "synchronized", "this", "throw", "throws", "transient", "true", "try", 10 | "void", "volatile", "while", 11 | ] 12 | 13 | proc javaNextToken*(g: var GeneralTokenizer) = 14 | clikeNextToken(g, javaKeywords, {}) 15 | -------------------------------------------------------------------------------- /tests/config.nims: -------------------------------------------------------------------------------- 1 | switch("path", "$projectDir/../src") 2 | 3 | switch("d", "unitTest") 4 | 5 | when (NimMajor, NimMinor, NimPatch) == (1, 6, 12): 6 | switch("warning", "BareExcept:off") 7 | --------------------------------------------------------------------------------