Commit Graph

1636 Commits

Author SHA1 Message Date
paul
e5785e2e7b ide: some improvements in the object inspector settings page. group more options to lazarus and delphi groups, thus users can setup them to their taste in one click
git-svn-id: trunk@17459 -
2008-11-20 02:57:51 +00:00
mattias
d778c5fb8e gtk2: fixed reading gtk width/height by manually updating allocation.width/height
git-svn-id: trunk@17449 -
2008-11-19 17:12:26 +00:00
paul
98a6e49ade ide: reduce content height of object inspector options page
git-svn-id: trunk@17420 -
2008-11-18 06:52:12 +00:00
paul
d57ba4becb ide: further improve object inspector
- draw gutter till bottom
  - add an option to show gutter
  - reorder colors in options dialog
  - draw mark for an active row

git-svn-id: trunk@17390 -
2008-11-14 16:50:25 +00:00
paul
71a04db97e ide: add gutter, gutter edge colors to the object inspector and ide options, adjust OI painting
git-svn-id: trunk@17388 -
2008-11-14 10:44:10 +00:00
paul
db04b7c32d ideintf: move default colors to const section and use that consts everywhere
ide: add 2 buttons to set default lazarus and delphi colors for the object inspector

git-svn-id: trunk@17387 -
2008-11-14 10:01:24 +00:00
paul
bf21fce20b ide: invalidate ListColorBox color after its change in the Object Inspector options page
git-svn-id: trunk@17381 -
2008-11-14 05:47:43 +00:00
paul
6d680c4727 ide: improve object inspector drawing: add hightlight, hightlight font colors, draw vert line between property name and icons
git-svn-id: trunk@17380 -
2008-11-14 04:44:55 +00:00
paul
509b623bab ide: fix few issues in object inspector options page
git-svn-id: trunk@17370 -
2008-11-13 14:02:20 +00:00
paul
eb33935ccd ide: redo color selection in object inspector options
git-svn-id: trunk@17366 -
2008-11-13 10:28:02 +00:00
paul
f212d742f5 ide: fix editor display options frame (thank to Vincent for hint) (#0012613)
git-svn-id: trunk@17350 -
2008-11-12 08:52:31 +00:00
paul
560c617ebf ide: fix anchors
git-svn-id: trunk@17213 -
2008-11-04 09:51:07 +00:00
paul
5080178fa1 ide: finish merge of codetools options into ide options dialog, remove old codetools options dialog
git-svn-id: trunk@17211 -
2008-11-04 08:47:37 +00:00
paul
133174aae8 ide: add codetools->line splitting frame to the ide options
git-svn-id: trunk@17209 -
2008-11-04 08:19:53 +00:00
paul
b7075d613f ide: code creation frame: fix reading and writing CodeToolsOptions
git-svn-id: trunk@17208 -
2008-11-04 04:37:56 +00:00
paul
8a3e470663 ide: start merge of codetools options into ide options dialog
git-svn-id: trunk@17206 -
2008-11-03 17:24:23 +00:00
paul
aa3d376d89 ide: try to find more space for preview control in editor color options frame
git-svn-id: trunk@17203 -
2008-11-03 15:58:59 +00:00
paul
a138ec96de ide: merge codetools and codefoldings pages into ide options
git-svn-id: trunk@17200 -
2008-11-03 15:20:54 +00:00
paul
8ef24288f3 ide: merge colors/highlighting page into ide options
git-svn-id: trunk@17197 -
2008-11-03 14:47:35 +00:00
paul
566abcc5b5 ide: merge keymapping into ide options
git-svn-id: trunk@17174 -
2008-11-01 17:25:12 +00:00
paul
7a1d79446f ide: start merge of editor options into ide options dialog
git-svn-id: trunk@17164 -
2008-10-31 09:42:29 +00:00
paul
971276cb1d ide: complete IDE Options api, adjust frames and editor to work with it
git-svn-id: trunk@17085 -
2008-10-21 09:30:01 +00:00
paul
472544c43b ide: convert environment options editor to IDE options editor
ideintf: add ideoptionsintf - base classes and functions to register IDE options editors, editor groups

git-svn-id: trunk@17070 -
2008-10-20 08:22:09 +00:00
paul
7c43bd88d8 ide: cleanup
git-svn-id: trunk@17062 -
2008-10-20 01:45:02 +00:00
paul
d8ff367a20 ide: add register method for environment option editors, register all our editors, make environment options dialog more generic
git-svn-id: trunk@17054 -
2008-10-19 13:04:49 +00:00
paul
85c5b849e2 ide: extract options_backup, options_naming, option_fpdoc as frames from environment options dialog
git-svn-id: trunk@17052 -
2008-10-19 06:58:04 +00:00
paul
5b417433d5 ide:
- extract options_window as frame from environment options dialog
  - extract options_formed as frame from environment options dialog

git-svn-id: trunk@17051 -
2008-10-19 06:17:42 +00:00
paul
0c5d26efb7 ide:
- add base environment options frame class to derive from
  - extract options_desktop as frame from environment options dialog

git-svn-id: trunk@17050 -
2008-10-19 05:18:52 +00:00
paul
3f810f4d24 ide: extract options_files as frame from environment options dialog
git-svn-id: trunk@17049 -
2008-10-19 04:30:06 +00:00
paul
245e17c6ad ide: fix anchors
git-svn-id: trunk@17048 -
2008-10-19 03:47:44 +00:00
paul
083efd1aa2 object inspector: add option "Draw grid lines" and set it to true by default
git-svn-id: trunk@17044 -
2008-10-18 17:27:16 +00:00
mattias
357672a5eb added options_oi unit to lpi
git-svn-id: trunk@17043 -
2008-10-18 17:16:29 +00:00
paul
84f9c1b464 object inspector: add new option "Bold non default values" and set it to true by default
git-svn-id: trunk@17041 -
2008-10-18 16:56:39 +00:00
paul
9b6a2c6b9d ide: environment options
- split environment options into 2 units - class and dialog
  - move object inspector settings to a separate frame

git-svn-id: trunk@17040 -
2008-10-18 16:23:37 +00:00
paul
a510f1af3c ide: add frames dir to makefile search paths, fix options_oi compilation
git-svn-id: trunk@17030 -
2008-10-17 08:11:26 +00:00
paul
2d6cb6adb9 ide: add object inspector frame
git-svn-id: trunk@17028 -
2008-10-17 02:20:39 +00:00