1
vote
3answers
194 views
Freeware “Structural Highlighting” for Delphi 2007 IDE
I'm in the middle of sorting out a nested set of if/then begin/end pairs, and missing the heck out of CodeRush's structural highlighting (which I used to have in Delphi 6, and love …
1
vote
3answers
147 views
Is there some way to load the TSQLConnection params from an ini file in design time?
I have a SQLConnection which is shared between projects, in runtine it reads the configuration from an ini file, is there some way to load this same configuration in design time?
0
votes
4answers
153 views
Adding Delphi 6 third party component to Delphi 2010?
Hi,
I have a few Delphi 6 third party components which I need to add to Delphi 2010 to begin my migration. Is it possible? The interface seem a lot different and I can't seem to f …
0
votes
2answers
103 views
delphi 2010 IDE ‘error insight’ error
Hello
when I open concrete projects the error insight mark with red lines incorrect areas of the screen. Also when I compile It, error messages are shown, but the line number disp …
0
votes
4answers
215 views
Can I map Caps Lock to something useful for the Delphi IDE?
OK, so I know I can remap the Caps Lock key in Windows registry, but is there something useful I can map it to in the Delphi 2009 IDE? I was hoping for Code Completion (Ctrl-Space) …
2
votes
2answers
233 views
WinForms floating windows (like Delphi7 IDE)
I want to setup my WinForm to look like the Delphi7 IDE. Basically that means the window has no background (the desktop shows through), and child windows float around.
Here's a sa …
0
votes
1answer
99 views
Delphi 2009 IDE Structure View Collapse function…
Hi,
Does anyone know now to collapse all items in Delphi 2009 IDE structure View?
I have no idea to collapse all items and that make me hard to find my class from the view.
Than …
1
vote
3answers
149 views
Is there a way to change the default generated code wrapping width in the Delphi IDE Editor?
Now that I have a widescreen monitor, I can't seem to find a way to make the Delphi IDE wrap generated code at anything other than 80 chars. I've set the "Right margin" setting in …
8
votes
2answers
262 views
Is “implicitly imported” always a bad thing in Delphi packages?
Trying to rearrange my packages for a set of TFrame-descendent components, I'm finding it seemingly necessary to break out some of my utility TFrame descendents separate from the d …
3
votes
4answers
219 views
How to open windows explorer when I click a button?
I have a form in a Delphi project. There is a button on the form. When the user clicks the button, I want it to open Windows Explorer.
What code will I need to achieve this?
0
votes
3answers
167 views
I have a problem in dll?
hello all friends..........
I create a form inside the Dll. But it compile is not successfully.Some Error below.
" Access violation at address 004EB784 in module 'Project1dll.dll …
5
votes
4answers
208 views
In Delphi IDE, how to quickly determine the location of an open non-project-related file?
This is probably a question that has an easy/simple/obvious answer, but I've found myself asking it many, many times, and never able to answer it:
When I Ctrl-click a class name, …
7
votes
2answers
298 views
Making an IDE using Pascal Script and SynEdit
Hi, I'm creating a built-in script engine using PascalScript from RemObjects (excellent) and the SynEdit editor. It's almost finished using the IDE example shipped with PascalScrip …
0
votes
2answers
178 views
How do I write a Delphi Galileo IDE Expert?
HI,
I want to write a small Delphi IDE Expert for D2007-D2009 (aka. Galileo IDE) in order to show a window with a TMemo instance on it, with all the component names and classes fr …
0
votes
2answers
148 views
Delphi 2007 Browse path / click-though issue
I have Raize 3.0 installed in D2007. For whatever reason, I can't seem to get the Ctr-click to work for loading up it's units, even though that feature works fine on all my other D …
