04-19-2013, 10:11 PM
(This post was last modified: 04-21-2013, 01:57 PM by mad1231999.)
I know, terrible name
But anyway, I'm working on a text editor, which is written in C++. It'll just be a basic one, like Notepad++ or something. Won't be anything like a fancy IDE with member-lookups and stuff.
Here is a screenshot of it's current state:
Notice the multiple cursors. Here is a screenshot with debug mode enabled:
Features:
Right now I'm working on editing the text(selections, copying etc.)
You can follow the development of the project, and download the latest release(updated something like twice a day) on the project's Github page.
EDIT: The forums are being derp. If you cannot see the image, it's visible on the Github page.
But anyway, I'm working on a text editor, which is written in C++. It'll just be a basic one, like Notepad++ or something. Won't be anything like a fancy IDE with member-lookups and stuff.
Here is a screenshot of it's current state:
Notice the multiple cursors. Here is a screenshot with debug mode enabled:
Features:
- Syntax highlighting for C/C++
- Line numbers
- Custom fonts
- Custom colorschemes
- Cursor positioning via mouse clicking
- Debug mode(press F1 to ENGAGE)
- Pasting using CTRL-V
- Saving to a fixed filename(save.txt)
- Multiple cursors
Right now I'm working on editing the text(selections, copying etc.)
You can follow the development of the project, and download the latest release(updated something like twice a day) on the project's Github page.
EDIT: The forums are being derp. If you cannot see the image, it's visible on the Github page.