mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 11:59:23 +02:00
IDE: fixed resetting duplicate build mode name
git-svn-id: trunk@41524 -
This commit is contained in:
parent
b52a9df8e6
commit
6cf5244264
@ -402,6 +402,7 @@ begin
|
||||
IDEMessageDialog(lisDuplicateEntry,
|
||||
lisThereIsAlreadyABuildModeWithThisName, mtError, [mbCancel]);
|
||||
NewValue:=CurMode.Identifier;
|
||||
exit;
|
||||
end;
|
||||
end;
|
||||
BuildModes.RenameMatrixMode(CurMode.Identifier,s);
|
||||
|
@ -24,6 +24,7 @@
|
||||
Options frame for build mode matrix options.
|
||||
|
||||
ToDo:
|
||||
- do not apply matrix options to makefile
|
||||
- wiki
|
||||
- undo: combine changes while editing a cell
|
||||
- remove old frame (idemacrovalues.pas,lfm)
|
||||
|
Loading…
Reference in New Issue
Block a user