Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akash1474/txedit
TxEdit is a minimalistic text editor built using C/C++ inspired by SublimeText, with goal to provide IDE like coding experience. TxEdit offers a user-friendly interface combined with essential features to enhance your productivity. Still Under Development⚠️
https://github.com/akash1474/txedit
c cpp imgui-glfw text-editor text-editor-cpp windows windows-app
Last synced: about 2 months ago
JSON representation
TxEdit is a minimalistic text editor built using C/C++ inspired by SublimeText, with goal to provide IDE like coding experience. TxEdit offers a user-friendly interface combined with essential features to enhance your productivity. Still Under Development⚠️
- Host: GitHub
- URL: https://github.com/akash1474/txedit
- Owner: akash1474
- License: mit
- Created: 2023-08-27T17:20:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T06:09:08.000Z (3 months ago)
- Last Synced: 2024-10-21T08:47:11.140Z (3 months ago)
- Topics: c, cpp, imgui-glfw, text-editor, text-editor-cpp, windows, windows-app
- Language: C++
- Homepage:
- Size: 4.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TxEdit🍀
TxEdit is a minimalistic yet powerful text editor built using C/C++, designed to be close IDE coding experience TxEdit offers a user-friendly interface combined with essential features to enhance your productivity> [!NOTE]
> Feel free to use it.### Introducing "TxEdit" a light-weight text editor for Windows
![Editor](./assets/screenshots/editor.png)
![Selection](./assets/screenshots/selection.png)
![Multi-Cursor](./assets/screenshots/multi_cursor.png)> [!WARNING]
> The application is still in development phase and still has bugs.- **Advanced Key Bindings**: Key Bindings are inspired by sublime text. Use Ctrl+d to select multiple instance of current word
- **Minimal UI**: Provided a UI with a directory tree on left and the text editing pane on the right.
- **Copy-Paste Feature**: Allows you to copy and paste text from and to the text editor.> [!CAUTION]
> Application will crash