Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manyoso/qcode
An old project to make a qt based code editor
https://github.com/manyoso/qcode
Last synced: 29 days ago
JSON representation
An old project to make a qt based code editor
- Host: GitHub
- URL: https://github.com/manyoso/qcode
- Owner: manyoso
- License: other
- Created: 2015-09-30T15:22:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T15:23:17.000Z (about 9 years ago)
- Last Synced: 2024-10-14T12:49:19.762Z (2 months ago)
- Language: C++
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
So begins QCode.
GOALS:
1. Simple
2. Powerful
3. Cross platform
4. Minimal dependencies
5. Extensible
6. Scriptable
7. Work how I would like itFEATURES:
1. Out of source builds
2. Can share projects
3. Multiple mainwindows
4. Support C++ language
5. Built-in make
6. Built-in execute
7. Switch header/source
8. Embedded terminal
9. Code formatting plugin
10. Find (in files)
11. Find and replace (in files)
12. Qt designer built-in
13. Syntax highlighter
14. Quick open
15. ScriptableOn towards 1.0...