Hi Frekster,
First off, thanks for your offer for help. Right now, I'm fine with doing it all myself, and creating an installer is no problem at all for me.
Now, for your requests....
First, the open files showing up in the Window menu:
The only reason this isn't there (and it won't make any difference to you at all) is that there is some sort of bug with the menu component that I'm using where it doesn't apply the same color theme where the open windows are listed as it does for the rest of the menu system. I'm sure I can figure a workaround though. So, it's something that you would never notice, but to a sighted programmer it looks really, really tacky.
As for the bug you posted there, that is really odd. I tried opening a project like you said, using the keyboard shortcuts, and I can't duplicate that error. The latest version is 0.9 build 2. I think you're one version behind the latest version.
This is the latest version. I don't know if there was something wrong with the version you have, or it's computer related, or somehow your original dbpro project file was corrupted and somehow CodeSurge managed to fix it, but that is an odd error that I've never heard of before.
Quote: "
Could you modify the IDE to use relative code paths? I work on different computers with my main DBPro project files in different places."
I'm not sure I quite understand you here. Are you talking about adding media, etc. with relative code paths, or the actual include files themselves, or what? CodeSurge uses relative paths as much as possible, but if for some reason, it can't figure something out, it will use an absolute path. I'm guessing you're wanting to access files that are at a level
above the current directory of your project files? If that's the case, then yes, the best thing to do is to just manually edit the .dbpro file. However, I have to warn you that CodeSurge just might overwrite any changes you make to the .dbpro file like this. I can't be certain of it as I have kinda forgotten exactly how it works in that respect and can't be bothered to look at that part of the code right now.
Quote: "idea: make this appear when you click on a command rather than only after you finish typing it or add an info bar as i suggested earlier."
Well, I've thought about that, but it would have to be an option that can be turned off, as you'd have yellow boxes popping up every time you click something, and this can be rather annoying. What works better, is to use the ctrl + shift + space shortcut. This will make the syntax tooltip reappear for whatever command you're currently on. If you use Visual Studio or Delphi or about any other professional IDE, this is the standard functionality. BTW, I'm writing this in Delphi 2006 as I've mentioned enough times already in previous posts.
Good performance is better than a good excuse.
CodeSurge -- DBP Editor for serious programmers.