Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alexey-T/CudaLister
Lister plugin for Total Commander, based on ATSynEdit
https://github.com/Alexey-T/CudaLister
Last synced: 7 days ago
JSON representation
Lister plugin for Total Commander, based on ATSynEdit
- Host: GitHub
- URL: https://github.com/Alexey-T/CudaLister
- Owner: Alexey-T
- Created: 2017-06-23T10:44:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T10:08:26.000Z (4 months ago)
- Last Synced: 2024-10-28T17:42:20.503Z (14 days ago)
- Language: Pascal
- Homepage:
- Size: 812 KB
- Stars: 112
- Watchers: 11
- Forks: 15
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lister plugin for Total Commander
this is a viewer/editor for source code that features syntax highlighting and theming.
- you can click the statusbar lexer field to change the active lexer.
- you can click the statusbar encoding field to change it.
- you can edit the current file by unchecking "Read-only" in the context menu.
- you can save the modified file at close-time or by using "Save" in the context menu.lexers
======in the "lexers" folder, many lexers are available.
you can add more lexers [from CudaText](http://sourceforge.net/projects/synwrite-addons/files/Lexers/) by unpacking them into it.
themes
======theme files from CudaText are used.
you can find more on http://cudatext.sf.net
documentation: http://wiki.freepascal.org/CudaText#Color_themes
code
====this plugin is written in Lazarus 2.2.
it uses the packages `ATFlatControls`, `ATSynEdit`, `ATSynEdit_Ex`, `EControl`, all available [here](https://github.com/alexey-t/).
authors
=======
- Alexey Torgashin (CudaText)
- initial help by Andrey Gunenko*license: MPL 2.0*