Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 17th, 2008, 2:16 AM   #1
redfiretruck
Newbie
 
Join Date: Apr 2008
Posts: 23
Rep Power: 0 redfiretruck is on a distinguished road
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...
redfiretruck is offline   Reply With Quote
Old Jun 18th, 2008, 6:49 PM   #2
Seif
Hobbyist Programmer
 
Seif's Avatar
 
Join Date: Jan 2006
Location: UK
Posts: 214
Rep Power: 3 Seif is on a distinguished road
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
Seif is offline   Reply With Quote
Old Jun 19th, 2008, 3:18 AM   #3
redfiretruck
Newbie
 
Join Date: Apr 2008
Posts: 23
Rep Power: 0 redfiretruck is on a distinguished road
Re: Making IDE?

awesome, that looks great thanks .
redfiretruck is offline   Reply With Quote
Old Jun 19th, 2008, 6:20 AM   #4
redfiretruck
Newbie
 
Join Date: Apr 2008
Posts: 23
Rep Power: 0 redfiretruck is on a distinguished road
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?
redfiretruck is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:46 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC