{"id":24823117,"url":"https://github.com/andreaspeters/miniedit","last_synced_at":"2025-03-25T22:42:47.532Z","repository":{"id":273864955,"uuid":"921114587","full_name":"andreaspeters/miniedit","owner":"andreaspeters","description":"Just a tiny editor for coding.","archived":false,"fork":false,"pushed_at":"2025-03-18T11:45:48.000Z","size":35955,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T12:34:49.724Z","etag":null,"topics":["editor","lazarus","linux","lsp","pascal"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreaspeters.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yaml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["AVENTER-UG"],"custom":["https://www.paypal.com/donate/?hosted_button_id=ZDB5ZSNJNK9XQ"]}},"created_at":"2025-01-23T11:11:59.000Z","updated_at":"2025-03-18T11:45:51.000Z","dependencies_parsed_at":"2025-02-26T11:27:37.582Z","dependency_job_id":"7f32c467-7117-47f5-a750-c10f269047df","html_url":"https://github.com/andreaspeters/miniedit","commit_stats":null,"previous_names":["andreaspeters/miniedit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaspeters%2Fminiedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaspeters%2Fminiedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaspeters%2Fminiedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaspeters%2Fminiedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreaspeters","download_url":"https://codeload.github.com/andreaspeters/miniedit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556961,"owners_count":20634888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","lazarus","linux","lsp","pascal"],"created_at":"2025-01-30T19:57:15.358Z","updated_at":"2025-03-25T22:42:47.525Z","avatar_url":"https://github.com/andreaspeters.png","language":"Pascal","funding_links":["https://github.com/sponsors/AVENTER-UG","https://www.paypal.com/donate/?hosted_button_id=ZDB5ZSNJNK9XQ"],"categories":[],"sub_categories":[],"readme":"# MiniEdit - Simple Editor for Development\n\n[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=ZDB5ZSNJNK9XQ)\n\n## Features\n\n- Tabbed editor\n- Syntax highligthing for 61 languages/file formats\n- Undo/Redo support\n- Tools for text editing (change line endings, native XML/JSON/SQL beautifier, sort, change case and so on)\n- Support for various encoding (UTF-8, UCS2, ISO-8859-1, ecc.)\n- Print with syntax highligthing\n- Run 'Make' with realtime output into CMD Box.\n- Open File in a Hexeditor\n- Shortcut Support\n- LSP Support for code complition (currently only for golang and python).\n- Bookmark Project Folders\n- Paste Images from Clipboard (only works with BMP data).\n- Simple Preview for Markdown files.\n- Everything need AI. 🤣 So, I implemented Ollama into MiniEdit. 😁\n\n## LSP\n\nThere is no \"one fix all\" LSP Server. That means, for every programming\nlanguage, you have to install it's own LSP Server. 😔 Currently, MiniEdit\ndoes support only LSP for:\n\n- Golang via gopls\n- Pascal via [pasls](https://github.com/castle-engine/pascal-language-server)\n- Python via pylsp\n\nBe sure that there binaries are installed in one of your PATH directories\ntherefore MiniEdit can find it.\n\n- ALT+. (PERIOD) will open the LSP window for code completion. But only if the\nLSP Server could find any information.\n- ALT+- (MINUS) - on a package name (as example `import \"fmt\"`) will open the\nLSP window with a description to these package. But again, only if the LSP\nServer could find any information about that.\n\n## Features in planing\n\n- Remote Edit (SSH)\n\n## Requirements\n\n- [libqt6pas.so/dll](https://github.com/davidbannon/libqt6pas/releases)\n\n\n## How to compile\n\n- Install Lazarus 3.6\n- TRichMemo, TSynEdit, CmdBox\n- [fpc-markdown](https://github.com/mriscoc/fpc-markdown.git)\n- [uniqueinstance](https://github.com/andreaspeters/uniqueinstance.git)\n\n## Shortcuts\n\n- F2 - Open Ollama AI.\n- F3 - Search the selected text and/or find next\n- SHIFT+F3 - Find previous\n- F4 - View File in Hex Editor\n- F5 - Go to line\n- F9 - Run Make\n- (SHIFT)+TAB - Jump between FileTree and Editor\n- ALT+0 .. ALT+1 - Select Editor Tab 1 to 10\n- ALT+Right/Left - Move selected Editor Tab\n- ALT+. (PERIOD) - Show LSP window for code completion\n- ALT+- (MINUS) - Show LSP window for package information\n- CTRL+F - Search\n- CTRL+R - Replease\n- CTRL+Z - Undo\n- CTRL+N - New File\n- CTRL+O - Open File\n- CTRL+S - Save File\n- CTRL+F4 - Close File\n- CTRL+Q - Exit without to ask\n- SHIFT+CTRL+Z - Redo\n- SHIFT+ALT-UP/DOWN/RIGHT/LEFT - Block Selection\n- DEL - In Filetree will delete a file\n\n## Thanks\n\n- MiniEdit is based on ovotext from [Marco Caselli](https://github.com/varianus/ovotext/). It was a perfect \"template\" to create\nmy own Dev-Editor with all the features I need and all the shortcuts my fingers like to have. :-) Thanks to you Marco.\n- My own Syntax highligthing files are using [SynFacilBasic](https://github.com/t-edson/SynFacilSyn) from Por Tito Hinostroza.\nIt's a great way to create own Syntax highligthing files for SynEdit. So, also many thanks to him.\n\n## 3rdParty Licenses\n\n- Some of the glyphs are provided by https://figma.com/glyphs.fyi under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)\n- The FileType Icons are provided by https://github.com/uiwjs/file-icons under [MIT License](https://opensource.org/licenses/MIT)\n- The Syntax Highlighting modules provided by SynEdit are under [Mozilla MPL](http://www.mozilla.org/MPL/)\n- The Syntax Highlighting modules provided by PiNote are under GPL.\n\n## Screenshot\n\n![MiniEdit](assets/screenshot.png)\n![MiniEdit with Compile Output](assets/clipboard_20250206222548.bmp)\n![LSP](assets/lsp.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaspeters%2Fminiedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreaspeters%2Fminiedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaspeters%2Fminiedit/lists"}