View Single Post
Old Apr 29th, 2005, 9:37 PM   #5
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
Ah thanks, my next question is a bit of opinion based, but im working on a notepad type program, just to get me started with making a interface based program. Its programmed with win32 programming. A few things I want to include in it is a syntax highlighter (which I dont even know the base of one, I mean I dont know whats highlighted and what color). Another thing I want to include is an abbreviation system, and a insert header. The abbreviation system is so you can type special things and it will turn it into what it abbreviates, for instance {!!UP!!} could be an abbreviation for 2 line function that uploads that gets tiresome to retype. The insert header is to insert preformatted headers into the project to copywrite it or whatever. Would doing those "typing" depended features be hard to add in? or are they something that should be for more experienced programmers? (Since im still pretty new)
brokenhope is offline   Reply With Quote