Text Editor that Supports GCC

Joined
Nov 24, 2022
Messages
92
Reaction score
7
The application is available with descriptions in 16 languages.

I developed a text editor using WinAPI that supports file reading, saving, text search and replace, color customization, font settings, and quick navigation through large documents. The editor saves user preferences, supports keyboard shortcuts, and allows inserting spaces in selected text columns. It also integrates with GCC, enabling compilation with the edited file as a parameter.

Version 1.1 includes "Command" option which allows to handle any programming language. Set of jump buttons makes coding faster.



winlibs.com - (for gcc)
 

Attachments

  • WojciechSobiesiak4.zip
    477.5 KB · Views: 6
  • WojciechSobiesiak1.zip
    635.4 KB · Views: 6
  • WojciechSobiesiak2.zip
    635.2 KB · Views: 6
  • WojciechSobiesiak3.zip
    635.4 KB · Views: 6
Joined
Sep 21, 2022
Messages
216
Reaction score
32
Every programmer, at some point, should write their own text editor.

My first system only had a line-based editor. When I wrote my first screen-based editor, it made everything so much easier.

Most recently I wrote an editor because the editor that came with my favourite language was ugly.

So ugly, colour-coded syntax. I know its a common style these days, but it just looks awful.
 
Joined
Nov 24, 2022
Messages
92
Reaction score
7
Every programmer, at some point, should write their own text editor.

My first system only had a line-based editor. When I wrote my first screen-based editor, it made everything so much easier.

Most recently I wrote an editor because the editor that came with my favourite language was ugly.

So ugly, colour-coded syntax. I know its a common style these days, but it just looks awful.
At some level colors do not matter , belive me, belive in rock'n'roll

 
Joined
Nov 24, 2022
Messages
92
Reaction score
7
Python app

screenshot-20241201183032[1].png


Java app

screenshot-20241201183206[1].png

C app

screenshot-20241201184209[1].png

Edge

screenshot-20241201184622[1].png

Firefox

screenshot-20241201184514[1].png
 
Joined
Nov 24, 2022
Messages
92
Reaction score
7
Starter packs for java, python, c, c++ !

example.jpg


example.jpg




example.jpg
 

Attachments

  • C_start_pack.zip
    359.7 KB · Views: 6
  • Java_start_pack.zip
    230.5 KB · Views: 6
  • Python_start_pack.zip
    330.8 KB · Views: 6

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,170
Messages
2,570,925
Members
47,466
Latest member
DrusillaYa

Latest Threads

Top