What are the localized captions of the "Search Path" dialog in the Delphi IDE? I mean the dialog you get from Project->Options-Delphi Compiler->Search Path -> '..'-Button. I'd like to know the caption of this dialog in German, French and possibly Japanese (For the latter, please supply the unicode representation as #$xxxx#$yyyy since I don't read Japanese.).

What are the localized captions of the "Search Path" dialog in the Delphi IDE? I mean the dialog you get from Project->Options-Delphi Compiler->Search Path -> '..'-Button. I'd like to know the caption of this dialog in German, French and possibly Japanese (For the latter, please supply the unicode representation as #$xxxx#$yyyy since I don't read Japanese.).

The reason I'm asking is this: It has irked me since forever that the input field for a directory in this dialog does not have auto complete like in TJvDirectoryEdit and does not support drag and drop from the explorer. I have now used the Delphi IDE Explorer to find the dialog's name and class but unfortunately it seems to have muliple uses which can only be distinguished by the dialog's caption. I don't want to add auto completion to e.g. the "Unit aliases" dialog, so I need to compare the caption.

If I get it to work (it works for English right now), I'll possibly add this as an option to GExperts (That would be the first new feature since like forever too ...).

Comments