mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 01:21:03 +02:00
IDEIntf: added nfAskFilename
git-svn-id: trunk@22200 -
This commit is contained in:
parent
646b432cb2
commit
9bd937c421
@ -59,7 +59,8 @@ type
|
|||||||
nfQuiet, // less messages
|
nfQuiet, // less messages
|
||||||
nfConvertMacros, // replace macros in filename
|
nfConvertMacros, // replace macros in filename
|
||||||
nfBeautifySrc, // beautify custom source
|
nfBeautifySrc, // beautify custom source
|
||||||
nfCreateDefaultSrc // create initial source based on the type
|
nfCreateDefaultSrc,// create initial source based on the type
|
||||||
|
nfAskForFilename // ask for filename
|
||||||
);
|
);
|
||||||
TNewFlags = set of TNewFlag;
|
TNewFlags = set of TNewFlag;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user