/ide/frames/codetools_linesplitting_options.lfm

http://github.com/graemeg/lazarus · Unknown · 691 lines · 691 code · 0 blank · 0 comment · 0 complexity · f0009d287af1b9ea571962007176a321 MD5 · raw file

  1. inherited CodetoolsLineSplittingOptionsFrame: TCodetoolsLineSplittingOptionsFrame
  2. Height = 344
  3. Width = 558
  4. ClientHeight = 344
  5. ClientWidth = 558
  6. TabOrder = 0
  7. Visible = False
  8. DesignLeft = 331
  9. DesignTop = 320
  10. object LineLengthLabel: TLabel[0]
  11. AnchorSideLeft.Control = Owner
  12. AnchorSideTop.Control = LineLengthEdit
  13. AnchorSideTop.Side = asrCenter
  14. Left = 0
  15. Height = 18
  16. Top = 4
  17. Width = 105
  18. BorderSpacing.Right = 6
  19. Caption = 'LineLengthLabel'
  20. ParentColor = False
  21. end
  22. object SplitPreviewLabel: TLabel[1]
  23. AnchorSideLeft.Control = SplitPreviewSynEdit
  24. AnchorSideBottom.Control = SplitPreviewSynEdit
  25. Left = 206
  26. Height = 18
  27. Top = 15
  28. Width = 111
  29. Anchors = [akLeft, akBottom]
  30. Caption = 'SplitPreviewLabel'
  31. ParentColor = False
  32. end
  33. object LineLengthEdit: TEdit[2]
  34. AnchorSideLeft.Control = LineLengthLabel
  35. AnchorSideLeft.Side = asrBottom
  36. AnchorSideTop.Control = Owner
  37. Left = 111
  38. Height = 27
  39. Top = 0
  40. Width = 50
  41. OnChange = UpdateExample
  42. TabOrder = 0
  43. Text = 'LineLengthEdit'
  44. end
  45. object DoNotSplitLineInFrontGroupBox: TGroupBox[3]
  46. AnchorSideLeft.Control = Owner
  47. AnchorSideTop.Control = LineLengthEdit
  48. AnchorSideTop.Side = asrBottom
  49. Left = 0
  50. Height = 100
  51. Top = 33
  52. Width = 200
  53. AutoSize = True
  54. BorderSpacing.Top = 6
  55. Caption = 'DoNotSplitLineInFrontGroupBox'
  56. ChildSizing.LeftRightSpacing = 6
  57. ChildSizing.TopBottomSpacing = 6
  58. ChildSizing.Layout = cclLeftToRightThenTopToBottom
  59. ChildSizing.ControlsPerLine = 2
  60. Constraints.MinHeight = 100
  61. Constraints.MinWidth = 200
  62. TabOrder = 1
  63. OnClick = UpdateExample
  64. end
  65. object DoNotSplitLineAfterGroupBox: TGroupBox[4]
  66. AnchorSideLeft.Control = Owner
  67. AnchorSideTop.Control = DoNotSplitLineInFrontGroupBox
  68. AnchorSideTop.Side = asrBottom
  69. AnchorSideRight.Control = DoNotSplitLineInFrontGroupBox
  70. AnchorSideRight.Side = asrBottom
  71. Left = 0
  72. Height = 100
  73. Top = 139
  74. Width = 200
  75. Anchors = [akTop, akLeft, akRight]
  76. AutoSize = True
  77. BorderSpacing.Top = 6
  78. Caption = 'DoNotSplitLineAfterGroupBox'
  79. ChildSizing.LeftRightSpacing = 6
  80. ChildSizing.TopBottomSpacing = 6
  81. ChildSizing.Layout = cclLeftToRightThenTopToBottom
  82. ChildSizing.ControlsPerLine = 2
  83. Constraints.MinHeight = 100
  84. Constraints.MinWidth = 200
  85. TabOrder = 2
  86. OnClick = UpdateExample
  87. end
  88. inline SplitPreviewSynEdit: TSynEdit[5]
  89. AnchorSideLeft.Control = DoNotSplitLineInFrontGroupBox
  90. AnchorSideLeft.Side = asrBottom
  91. AnchorSideTop.Control = DoNotSplitLineInFrontGroupBox
  92. AnchorSideRight.Control = Owner
  93. AnchorSideRight.Side = asrBottom
  94. AnchorSideBottom.Control = Owner
  95. AnchorSideBottom.Side = asrBottom
  96. Left = 206
  97. Height = 311
  98. Top = 33
  99. Width = 352
  100. BorderSpacing.Left = 6
  101. Anchors = [akTop, akLeft, akRight, akBottom]
  102. Font.Height = -16
  103. Font.Name = 'courier'
  104. Font.Pitch = fpFixed
  105. Font.Quality = fqNonAntialiased
  106. ParentColor = False
  107. ParentFont = False
  108. TabOrder = 3
  109. BookMarkOptions.Xoffset = -18
  110. Gutter.Visible = False
  111. Gutter.Width = 0
  112. Gutter.MouseActions = <
  113. item
  114. Shift = []
  115. ShiftMask = []
  116. Button = mbLeft
  117. ClickCount = ccAny
  118. ClickDir = cdDown
  119. Command = 13
  120. MoveCaret = False
  121. Option = 0
  122. Priority = 0
  123. end
  124. item
  125. Shift = []
  126. ShiftMask = []
  127. Button = mbRight
  128. ClickCount = ccSingle
  129. ClickDir = cdUp
  130. Command = 12
  131. MoveCaret = False
  132. Option = 0
  133. Priority = 0
  134. end>
  135. Keystrokes = <
  136. item
  137. Command = ecUp
  138. ShortCut = 38
  139. end
  140. item
  141. Command = ecSelUp
  142. ShortCut = 8230
  143. end
  144. item
  145. Command = ecScrollUp
  146. ShortCut = 16422
  147. end
  148. item
  149. Command = ecDown
  150. ShortCut = 40
  151. end
  152. item
  153. Command = ecSelDown
  154. ShortCut = 8232
  155. end
  156. item
  157. Command = ecScrollDown
  158. ShortCut = 16424
  159. end
  160. item
  161. Command = ecLeft
  162. ShortCut = 37
  163. end
  164. item
  165. Command = ecSelLeft
  166. ShortCut = 8229
  167. end
  168. item
  169. Command = ecWordLeft
  170. ShortCut = 16421
  171. end
  172. item
  173. Command = ecSelWordLeft
  174. ShortCut = 24613
  175. end
  176. item
  177. Command = ecRight
  178. ShortCut = 39
  179. end
  180. item
  181. Command = ecSelRight
  182. ShortCut = 8231
  183. end
  184. item
  185. Command = ecWordRight
  186. ShortCut = 16423
  187. end
  188. item
  189. Command = ecSelWordRight
  190. ShortCut = 24615
  191. end
  192. item
  193. Command = ecPageDown
  194. ShortCut = 34
  195. end
  196. item
  197. Command = ecSelPageDown
  198. ShortCut = 8226
  199. end
  200. item
  201. Command = ecPageBottom
  202. ShortCut = 16418
  203. end
  204. item
  205. Command = ecSelPageBottom
  206. ShortCut = 24610
  207. end
  208. item
  209. Command = ecPageUp
  210. ShortCut = 33
  211. end
  212. item
  213. Command = ecSelPageUp
  214. ShortCut = 8225
  215. end
  216. item
  217. Command = ecPageTop
  218. ShortCut = 16417
  219. end
  220. item
  221. Command = ecSelPageTop
  222. ShortCut = 24609
  223. end
  224. item
  225. Command = ecLineStart
  226. ShortCut = 36
  227. end
  228. item
  229. Command = ecSelLineStart
  230. ShortCut = 8228
  231. end
  232. item
  233. Command = ecEditorTop
  234. ShortCut = 16420
  235. end
  236. item
  237. Command = ecSelEditorTop
  238. ShortCut = 24612
  239. end
  240. item
  241. Command = ecLineEnd
  242. ShortCut = 35
  243. end
  244. item
  245. Command = ecSelLineEnd
  246. ShortCut = 8227
  247. end
  248. item
  249. Command = ecEditorBottom
  250. ShortCut = 16419
  251. end
  252. item
  253. Command = ecSelEditorBottom
  254. ShortCut = 24611
  255. end
  256. item
  257. Command = ecToggleMode
  258. ShortCut = 45
  259. end
  260. item
  261. Command = ecCopy
  262. ShortCut = 16429
  263. end
  264. item
  265. Command = ecPaste
  266. ShortCut = 8237
  267. end
  268. item
  269. Command = ecDeleteChar
  270. ShortCut = 46
  271. end
  272. item
  273. Command = ecCut
  274. ShortCut = 8238
  275. end
  276. item
  277. Command = ecDeleteLastChar
  278. ShortCut = 8
  279. end
  280. item
  281. Command = ecDeleteLastChar
  282. ShortCut = 8200
  283. end
  284. item
  285. Command = ecDeleteLastWord
  286. ShortCut = 16392
  287. end
  288. item
  289. Command = ecUndo
  290. ShortCut = 32776
  291. end
  292. item
  293. Command = ecRedo
  294. ShortCut = 40968
  295. end
  296. item
  297. Command = ecLineBreak
  298. ShortCut = 13
  299. end
  300. item
  301. Command = ecSelectAll
  302. ShortCut = 16449
  303. end
  304. item
  305. Command = ecCopy
  306. ShortCut = 16451
  307. end
  308. item
  309. Command = ecBlockIndent
  310. ShortCut = 24649
  311. end
  312. item
  313. Command = ecLineBreak
  314. ShortCut = 16461
  315. end
  316. item
  317. Command = ecInsertLine
  318. ShortCut = 16462
  319. end
  320. item
  321. Command = ecDeleteWord
  322. ShortCut = 16468
  323. end
  324. item
  325. Command = ecBlockUnindent
  326. ShortCut = 24661
  327. end
  328. item
  329. Command = ecPaste
  330. ShortCut = 16470
  331. end
  332. item
  333. Command = ecCut
  334. ShortCut = 16472
  335. end
  336. item
  337. Command = ecDeleteLine
  338. ShortCut = 16473
  339. end
  340. item
  341. Command = ecDeleteEOL
  342. ShortCut = 24665
  343. end
  344. item
  345. Command = ecUndo
  346. ShortCut = 16474
  347. end
  348. item
  349. Command = ecRedo
  350. ShortCut = 24666
  351. end
  352. item
  353. Command = ecGotoMarker0
  354. ShortCut = 16432
  355. end
  356. item
  357. Command = ecGotoMarker1
  358. ShortCut = 16433
  359. end
  360. item
  361. Command = ecGotoMarker2
  362. ShortCut = 16434
  363. end
  364. item
  365. Command = ecGotoMarker3
  366. ShortCut = 16435
  367. end
  368. item
  369. Command = ecGotoMarker4
  370. ShortCut = 16436
  371. end
  372. item
  373. Command = ecGotoMarker5
  374. ShortCut = 16437
  375. end
  376. item
  377. Command = ecGotoMarker6
  378. ShortCut = 16438
  379. end
  380. item
  381. Command = ecGotoMarker7
  382. ShortCut = 16439
  383. end
  384. item
  385. Command = ecGotoMarker8
  386. ShortCut = 16440
  387. end
  388. item
  389. Command = ecGotoMarker9
  390. ShortCut = 16441
  391. end
  392. item
  393. Command = ecSetMarker0
  394. ShortCut = 24624
  395. end
  396. item
  397. Command = ecSetMarker1
  398. ShortCut = 24625
  399. end
  400. item
  401. Command = ecSetMarker2
  402. ShortCut = 24626
  403. end
  404. item
  405. Command = ecSetMarker3
  406. ShortCut = 24627
  407. end
  408. item
  409. Command = ecSetMarker4
  410. ShortCut = 24628
  411. end
  412. item
  413. Command = ecSetMarker5
  414. ShortCut = 24629
  415. end
  416. item
  417. Command = ecSetMarker6
  418. ShortCut = 24630
  419. end
  420. item
  421. Command = ecSetMarker7
  422. ShortCut = 24631
  423. end
  424. item
  425. Command = ecSetMarker8
  426. ShortCut = 24632
  427. end
  428. item
  429. Command = ecSetMarker9
  430. ShortCut = 24633
  431. end
  432. item
  433. Command = ecNormalSelect
  434. ShortCut = 24654
  435. end
  436. item
  437. Command = ecColumnSelect
  438. ShortCut = 24643
  439. end
  440. item
  441. Command = ecLineSelect
  442. ShortCut = 24652
  443. end
  444. item
  445. Command = ecTab
  446. ShortCut = 9
  447. end
  448. item
  449. Command = ecShiftTab
  450. ShortCut = 8201
  451. end
  452. item
  453. Command = ecMatchBracket
  454. ShortCut = 24642
  455. end>
  456. MouseActions = <
  457. item
  458. Shift = []
  459. ShiftMask = [ssShift, ssAlt]
  460. Button = mbLeft
  461. ClickCount = ccSingle
  462. ClickDir = cdDown
  463. Command = 1
  464. MoveCaret = True
  465. Option = 0
  466. Priority = 0
  467. end
  468. item
  469. Shift = [ssShift]
  470. ShiftMask = [ssShift, ssAlt]
  471. Button = mbLeft
  472. ClickCount = ccSingle
  473. ClickDir = cdDown
  474. Command = 1
  475. MoveCaret = True
  476. Option = 1
  477. Priority = 0
  478. end
  479. item
  480. Shift = [ssAlt]
  481. ShiftMask = [ssShift, ssAlt]
  482. Button = mbLeft
  483. ClickCount = ccSingle
  484. ClickDir = cdDown
  485. Command = 3
  486. MoveCaret = True
  487. Option = 0
  488. Priority = 0
  489. end
  490. item
  491. Shift = [ssShift, ssAlt]
  492. ShiftMask = [ssShift, ssAlt]
  493. Button = mbLeft
  494. ClickCount = ccSingle
  495. ClickDir = cdDown
  496. Command = 3
  497. MoveCaret = True
  498. Option = 1
  499. Priority = 0
  500. end
  501. item
  502. Shift = []
  503. ShiftMask = []
  504. Button = mbRight
  505. ClickCount = ccSingle
  506. ClickDir = cdUp
  507. Command = 12
  508. MoveCaret = False
  509. Option = 0
  510. Priority = 0
  511. end
  512. item
  513. Shift = []
  514. ShiftMask = []
  515. Button = mbLeft
  516. ClickCount = ccDouble
  517. ClickDir = cdDown
  518. Command = 6
  519. MoveCaret = True
  520. Option = 0
  521. Priority = 0
  522. end
  523. item
  524. Shift = []
  525. ShiftMask = []
  526. Button = mbLeft
  527. ClickCount = ccTriple
  528. ClickDir = cdDown
  529. Command = 7
  530. MoveCaret = True
  531. Option = 0
  532. Priority = 0
  533. end
  534. item
  535. Shift = []
  536. ShiftMask = []
  537. Button = mbLeft
  538. ClickCount = ccQuad
  539. ClickDir = cdDown
  540. Command = 8
  541. MoveCaret = True
  542. Option = 0
  543. Priority = 0
  544. end
  545. item
  546. Shift = []
  547. ShiftMask = []
  548. Button = mbMiddle
  549. ClickCount = ccSingle
  550. ClickDir = cdDown
  551. Command = 10
  552. MoveCaret = True
  553. Option = 0
  554. Priority = 0
  555. end
  556. item
  557. Shift = [ssCtrl]
  558. ShiftMask = [ssShift, ssAlt, ssCtrl]
  559. Button = mbLeft
  560. ClickCount = ccSingle
  561. ClickDir = cdUp
  562. Command = 11
  563. MoveCaret = False
  564. Option = 0
  565. Priority = 0
  566. end>
  567. MouseSelActions = <
  568. item
  569. Shift = []
  570. ShiftMask = []
  571. Button = mbLeft
  572. ClickCount = ccSingle
  573. ClickDir = cdDown
  574. Command = 9
  575. MoveCaret = False
  576. Option = 0
  577. Priority = 0
  578. end>
  579. Lines.Strings = (
  580. 'SplitPreviewSynEdit'
  581. )
  582. BracketHighlightStyle = sbhsBoth
  583. inline SynGutterPartList1: TSynGutterPartList
  584. object SynGutterMarks1: TSynGutterMarks
  585. Width = 23
  586. end
  587. object SynGutterLineNumber1: TSynGutterLineNumber
  588. Width = 25
  589. MouseActions = <>
  590. MarkupInfo.Background = clBtnFace
  591. MarkupInfo.Foreground = clNone
  592. DigitCount = 2
  593. ShowOnlyLineNumbersMultiplesOf = 1
  594. ZeroStart = False
  595. LeadingZeros = False
  596. end
  597. object SynGutterChanges1: TSynGutterChanges
  598. Width = 4
  599. ModifiedColor = 59900
  600. SavedColor = clGreen
  601. end
  602. object SynGutterSeparator1: TSynGutterSeparator
  603. Width = 2
  604. end
  605. object SynGutterCodeFolding1: TSynGutterCodeFolding
  606. MouseActions = <
  607. item
  608. Shift = []
  609. ShiftMask = []
  610. Button = mbRight
  611. ClickCount = ccSingle
  612. ClickDir = cdUp
  613. Command = 16
  614. MoveCaret = False
  615. Option = 0
  616. Priority = 0
  617. end
  618. item
  619. Shift = []
  620. ShiftMask = [ssShift]
  621. Button = mbMiddle
  622. ClickCount = ccAny
  623. ClickDir = cdDown
  624. Command = 14
  625. MoveCaret = False
  626. Option = 0
  627. Priority = 0
  628. end
  629. item
  630. Shift = [ssShift]
  631. ShiftMask = [ssShift]
  632. Button = mbMiddle
  633. ClickCount = ccAny
  634. ClickDir = cdDown
  635. Command = 14
  636. MoveCaret = False
  637. Option = 1
  638. Priority = 0
  639. end
  640. item
  641. Shift = []
  642. ShiftMask = []
  643. Button = mbLeft
  644. ClickCount = ccAny
  645. ClickDir = cdDown
  646. Command = 0
  647. MoveCaret = False
  648. Option = 0
  649. Priority = 0
  650. end>
  651. MarkupInfo.Background = clNone
  652. MarkupInfo.Foreground = clGray
  653. MouseActionsExpanded = <
  654. item
  655. Shift = []
  656. ShiftMask = []
  657. Button = mbLeft
  658. ClickCount = ccAny
  659. ClickDir = cdDown
  660. Command = 14
  661. MoveCaret = False
  662. Option = 0
  663. Priority = 0
  664. end>
  665. MouseActionsCollapsed = <
  666. item
  667. Shift = [ssCtrl]
  668. ShiftMask = [ssCtrl]
  669. Button = mbLeft
  670. ClickCount = ccAny
  671. ClickDir = cdDown
  672. Command = 15
  673. MoveCaret = False
  674. Option = 0
  675. Priority = 0
  676. end
  677. item
  678. Shift = []
  679. ShiftMask = [ssCtrl]
  680. Button = mbLeft
  681. ClickCount = ccAny
  682. ClickDir = cdDown
  683. Command = 15
  684. MoveCaret = False
  685. Option = 1
  686. Priority = 0
  687. end>
  688. end
  689. end
  690. end
  691. end