https://github.com/pit-ray/txeditorcctool
It allows us to convert from color setting for one text editor to it for another.
https://github.com/pit-ray/txeditorcctool
Last synced: 9 months ago
JSON representation
It allows us to convert from color setting for one text editor to it for another.
- Host: GitHub
- URL: https://github.com/pit-ray/txeditorcctool
- Owner: pit-ray
- License: mit
- Created: 2020-03-23T12:54:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T02:39:39.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T12:21:27.593Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TxEditorCCTool
This app allow us to convert from color setting for one text editor to it for another.
## Supported Editor
|Editor|version|
|-------|------|
|TeraPad|1.09|
|Sakura Editor|2.2.0.1|
## How to use
If you want to convert color-setting file of Sakura Editor to TeraPad, do as follows.
```shell
tecc.exe molokai.col -fr Sakura -to TeraPad -nm molokai2.tpc
````
|Options|details|
|---|---|
|-fr|assign an source editor name. `TeraPad` or `Sakura`|
|-to|assign an destination editor name. `TeraPad` or `Sakura`|
|-nm|a new file name|