mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 20:40:36 +02:00
IDE: clean up
git-svn-id: trunk@41661 -
This commit is contained in:
parent
17439e0e35
commit
6f186d11c1
@ -56,7 +56,6 @@ type
|
|||||||
private
|
private
|
||||||
fSettings: TConvertSettings;
|
fSettings: TConvertSettings;
|
||||||
fOrigFormat: TLRSStreamOriginalFormat;
|
fOrigFormat: TLRSStreamOriginalFormat;
|
||||||
fIDEMsgWindow: TIDEMessagesWindowInterface;
|
|
||||||
function GetLFMFilename(const DfmFilename: string; KeepCase: boolean): string;
|
function GetLFMFilename(const DfmFilename: string; KeepCase: boolean): string;
|
||||||
public
|
public
|
||||||
constructor Create;
|
constructor Create;
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
|
|
||||||
ToDo:
|
ToDo:
|
||||||
- add checkbox Show build modes
|
- add checkbox Show build modes
|
||||||
- move Compiler.BuildMacros to package.BuildMacros
|
|
||||||
- move IDE macros only for package usage
|
|
||||||
- undo: combine changes while editing a cell
|
- undo: combine changes while editing a cell
|
||||||
}
|
}
|
||||||
unit Compiler_ModeMatrix;
|
unit Compiler_ModeMatrix;
|
||||||
|
Loading…
Reference in New Issue
Block a user