mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +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
|
||||
nfConvertMacros, // replace macros in filename
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user