I want to do CTRL+SPACE (Completion) for my SynEdit component, in the way Lazarus does it (with RTL Identifiers loaded, etc, colored accordingly). Also I would like a Code Explorer, and Project Manager. As it stands now, I think Code Tools is the big answer, and I've already tried examples and I love it.
1. Is there already made code I could use (Like Code Tools)? What are the options?
2. How can you load (like the entire RTL for FPC), then get all the info from the files that you'd want (identifiers, etc.). Then put that in a list? I've seen the Explore, LoadFromFile, and other things. But not totally sure on this yet. I can experiment, but I thought I'd ask anyway.
3. Is there any Completion controls that support text highlighting? I think you have to use a ListView inside of a form to achieve this. The Syn Completion controls don't provide this.
@Mattias, and others that know about this.
Here's my application as it looks now:
http://i.imgur.com/kYSrNOc.pngMy goal is to make a simplistic IDE, that comes with a function list of different things you can do. e.g. Web, Graphics, Strings, Points, etc.