You've already forked lazarus-ccr
extrasyn: Add highlighters for JSON, Verilog, VHDL. Kindly provided by MRisco, issue #18248. Shorten menu in demo program.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8075 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
object Form1: TForm1
|
||||
Left = 366
|
||||
Left = 641
|
||||
Height = 449
|
||||
Top = 155
|
||||
Top = 230
|
||||
Width = 742
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 429
|
||||
@ -9,7 +9,7 @@ object Form1: TForm1
|
||||
Menu = MainMenu1
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
LCLVersion = '1.9.0.0'
|
||||
LCLVersion = '2.3.0.0'
|
||||
inline SynEdit1: TSynEdit
|
||||
Left = 0
|
||||
Height = 429
|
||||
@ -19,7 +19,7 @@ object Form1: TForm1
|
||||
Font.Height = -13
|
||||
Font.Name = 'Courier New'
|
||||
Font.Pitch = fpFixed
|
||||
Font.Quality = fqNonAntialiased
|
||||
Font.Quality = fqCleartype
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
@ -649,8 +649,8 @@ object Form1: TForm1
|
||||
end
|
||||
end
|
||||
object MainMenu1: TMainMenu
|
||||
left = 152
|
||||
top = 40
|
||||
Left = 152
|
||||
Top = 40
|
||||
object MenuItem1: TMenuItem
|
||||
Caption = 'Highlighter'
|
||||
end
|
||||
|
Reference in New Issue
Block a user