code editor tutorial
-
anyone know of any tutorials on createing a text editor? geared towards coding? I have created a basic scripting language, and would like to create a basic editor which saves/deletes/colours certain bits of syntax etc. ideally in MFC/win32 but has to be with c++ cheers!
-
anyone know of any tutorials on createing a text editor? geared towards coding? I have created a basic scripting language, and would like to create a basic editor which saves/deletes/colours certain bits of syntax etc. ideally in MFC/win32 but has to be with c++ cheers!
Search the articles for Crystal Edit. Should give a good start, if not have what you need already. BW
"I never forget a face, but in your case I'll be glad to make an exception."-- Groucho Marx
-
anyone know of any tutorials on createing a text editor? geared towards coding? I have created a basic scripting language, and would like to create a basic editor which saves/deletes/colours certain bits of syntax etc. ideally in MFC/win32 but has to be with c++ cheers!
BrainChild[^] is in the Latest Best Picks page (main page). "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS
-
anyone know of any tutorials on createing a text editor? geared towards coding? I have created a basic scripting language, and would like to create a basic editor which saves/deletes/colours certain bits of syntax etc. ideally in MFC/win32 but has to be with c++ cheers!
-
anyone know of any tutorials on createing a text editor? geared towards coding? I have created a basic scripting language, and would like to create a basic editor which saves/deletes/colours certain bits of syntax etc. ideally in MFC/win32 but has to be with c++ cheers!
I was looking at Scintilla[^] the other day. It seems quite promising.
Lets be honest, isn't it amazing how many truly stupid people you meet during the course of the day. Carry around a pad and pencil, you'll have twenty or thirty names by the end of the day - George Carlin Awasu 2.1.2 [^]: A free RSS reader with support for Code Project.
-
I was looking at Scintilla[^] the other day. It seems quite promising.
Lets be honest, isn't it amazing how many truly stupid people you meet during the course of the day. Carry around a pad and pencil, you'll have twenty or thirty names by the end of the day - George Carlin Awasu 2.1.2 [^]: A free RSS reader with support for Code Project.
-
anyone know of any tutorials on createing a text editor? geared towards coding? I have created a basic scripting language, and would like to create a basic editor which saves/deletes/colours certain bits of syntax etc. ideally in MFC/win32 but has to be with c++ cheers!
How about this (in-progress) tutorial series on my website where I am building a code-editor called "Neatpad" "Design and Implementation of a Win32 Text Editor" www.catch22.net/tuts[^] Cheers, James
http://www.catch22.net