forked from Alexey-T/CudaLister
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved the English and looks of the main page
Also changed to "Lazarus 2.2" in conformance with readme/readme.txt.
- Loading branch information
Showing
1 changed file
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,39 @@ | ||
Lister plugin for Total Commander. | ||
it is viewer/editor for source codes, it shows them with syntax highlighting. | ||
# Lister plugin for Total Commander | ||
|
||
- you can click statusbar lexer-field, to change active lexer. | ||
- you can click statusbar encoding-field, to change it. | ||
- you can edit current file, by unchecking "Read-only" in the context menu. | ||
- you can save changed file on closing, or by "Save" item in the context menu. | ||
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" dir, many lexers are available. | ||
you can unpack to this dir more lexers from CudaText: | ||
http://sourceforge.net/projects/synwrite-addons/files/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 | ||
==== | ||
|
||
plugin is written in Lazarus 2.0. | ||
uses packages: ATFlatControls, ATSynEdit, ATSynEdit_Ex, EControl, all here: | ||
https://github.com/alexey-t/ | ||
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 | ||
*license: MPL 2.0* |