![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2008
Posts: 23
Rep Power: 0
![]() |
Making IDE?
This is really just for fun, but I'd like to create sort of an IDE...
Hopefully able to text fold, have syntax highlighting, and have a directory of functions/etc. -- I don't need any compiling, or any building or anything like that in my finished project. I guess the best description is that it is an IDE for a scripting program... Anyway, i was wondering if anyone knew of any SDK's or anything that would hopefully allow me to do this without fully programming everything... I don't think I am ready/willing to make all the code for all the stuff... A good example is http://www.econtrol.ru/syntedit.html . But it doesn't support all i want to do, and I dislike it... |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Jan 2006
Location: UK
Posts: 214
Rep Power: 3
![]() |
Re: Making IDE?
Scintilla is a popular Source code editing component, which is used in notepad++, my favorite text editor currently. Sounds like what you are after. http://www.scintilla.org/
wxWidgets have some styled text controls which are wrappers based on Scintilla. Not tried them out myself so I can't comment on any of them. linky dink: http://wxcode.sourceforge.net/compli...cessing&page=1 |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Apr 2008
Posts: 23
Rep Power: 0
![]() |
Re: Making IDE?
awesome, that looks great thanks
. |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Apr 2008
Posts: 23
Rep Power: 0
![]() |
Re: Making IDE?
Hey, i was wondering what IDE should i use to compile/make my app with scintilla?
Secondly, is there any link you got for a tutorial that teaches how to use a "component?" in C++... I'm pretty new to C, I was basically hoping on doing this to learn more about it... But i'm just plain stuck already at installing it xD. -- I've got Visual Studio 2008 and all that crap, so i was hoping on using VC++... Does that work well with Scintilla? |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help. I got a problem in making Java games .. | bratsercom | Java | 11 | Oct 1st, 2007 2:31 PM |
| C++ Ide | crawforddavid2006 | C++ | 13 | May 30th, 2007 6:28 AM |
| Tutorials for making a P2P program? | Palladio | C++ | 3 | Nov 26th, 2005 3:51 AM |
| Making a game need some help. | Logger767 | Existing Project Development | 23 | Jun 7th, 2005 8:54 AM |
| Making a Note Adder/ Editor/ Deleter/ Viewer thingy | brokenhope | C++ | 19 | Apr 29th, 2005 1:30 AM |