bug fixes, bumped version to 1.4.3 and advanced auto-indenter a bit
This commit is contained in:
@ -4,7 +4,8 @@ interface
|
||||
|
||||
uses
|
||||
SysUtils, Windows, Messages, Classes, Graphics, Controls,
|
||||
StdCtrls, ExtCtrls, Forms, TFlatCheckBoxUnit, TFlatButtonUnit;
|
||||
StdCtrls, ExtCtrls, Forms, TFlatCheckBoxUnit, TFlatButtonUnit,
|
||||
TFlatEditUnit, TFlatRadioButtonUnit;
|
||||
|
||||
type
|
||||
TfrmAutoIndent = class(TForm)
|
||||
@ -13,6 +14,12 @@ type
|
||||
chkUnindentPressingClosingBrace: TFlatCheckBox;
|
||||
chkUnindentLine: TFlatCheckBox;
|
||||
chkIndentOpeningBrace: TFlatCheckBox;
|
||||
pnlIndentStyle: TPanel;
|
||||
optTwoSpaces: TFlatRadioButton;
|
||||
optTabs: TFlatRadioButton;
|
||||
Label1: TLabel;
|
||||
optSomethingElse: TFlatRadioButton;
|
||||
txtSomethingElse: TFlatEdit;
|
||||
end;
|
||||
|
||||
var
|
||||
|
Reference in New Issue
Block a user