Commit Graph

1035 Commits

Author SHA1 Message Date
paul
dcc6c01fc0 ide: change resource string
git-svn-id: trunk@19761 -
2009-05-02 11:36:50 +00:00
mattias
b2eaa955d9 IDE: added menu item find overload
git-svn-id: trunk@19733 -
2009-05-01 13:34:06 +00:00
mattias
857aeb7a5a IDE: ide help: implemented IsRoot property for multiple wiki pages per dialog
git-svn-id: trunk@19667 -
2009-04-28 15:27:42 +00:00
vincents
ec34f43aae IDE: if the search directory for find in files does not exist, give a warning and don't start the search (issue #12338)
git-svn-id: trunk@19660 -
2009-04-28 09:01:26 +00:00
mattias
2e228a8d7f IDE: option to hide icons in message window, bug #13578, from Dmitry
git-svn-id: trunk@19653 -
2009-04-27 18:59:25 +00:00
mattias
5eb71b62d3 IDE: added target hint
git-svn-id: trunk@19648 -
2009-04-27 11:16:41 +00:00
marc
50c43b90d1 * Improved localization by Maxim Ganetsky
git-svn-id: trunk@19638 -
2009-04-26 15:57:44 +00:00
mattias
9074baf434 IDE: code explorer: implemented wrong indentation
git-svn-id: trunk@19572 -
2009-04-22 15:15:06 +00:00
vincents
5a271ede8d IDE: added some accelerator keys in the file menu from Marius (issue #12339)
git-svn-id: trunk@19569 -
2009-04-22 08:25:32 +00:00
mattias
ce7fa875fb IDE: code observer options split in groups, bug #13551, Alexander S. Klenin
git-svn-id: trunk@19568 -
2009-04-22 08:03:25 +00:00
mattias
231bcf7955 IDE: renamed figures to Code Observer
git-svn-id: trunk@19530 -
2009-04-20 22:03:10 +00:00
mattias
76f345e29e IDE: codeexplorer: implemented figure empty begin blocks
git-svn-id: trunk@19522 -
2009-04-20 13:18:23 +00:00
paul
dcc7ce6884 ide: code explorer
- add an option to ignore constants in the list of functions to the options frame
  - don't remove default values on load if there is no "codeexploreroptions.xml" (or defaults will gone on first use)

git-svn-id: trunk@19510 -
2009-04-19 11:23:22 +00:00
mattias
09ce768fa7 IDE: fixed typo
git-svn-id: trunk@19496 -
2009-04-18 21:51:05 +00:00
martin
d3bde9aa5a SynEdit, Folding: allow collapsing more than one fold per line. issue #12811
git-svn-id: trunk@19491 -
2009-04-18 18:58:50 +00:00
paul
9eba2b2313 ide: finish code explorer figures options
git-svn-id: trunk@19489 -
2009-04-18 16:47:06 +00:00
martin
717098fbae Editor-Options: Put fold/DividerDraw on separate pages
git-svn-id: trunk@19485 -
2009-04-18 13:45:49 +00:00
paul
5b3f0c001a ide: more code explorer figures options
git-svn-id: trunk@19484 -
2009-04-18 10:26:06 +00:00
paul
d4351f1cae ide: add code explorer figures options
git-svn-id: trunk@19483 -
2009-04-18 08:48:06 +00:00
paul
e14b61c2fd ide, ideintf: move code explorer options to the generic IDE options dialog
git-svn-id: trunk@19481 -
2009-04-18 07:44:37 +00:00
paul
0695261700 ide: fix string
git-svn-id: trunk@19471 -
2009-04-17 14:01:58 +00:00
mattias
7400ba8680 IDE: code explorer: added figures for Paul
git-svn-id: trunk@19458 -
2009-04-16 22:55:18 +00:00
martin
71fb77ec40 SynEdit: Fold at %Region and $IfDef (Issue #12718)
git-svn-id: trunk@19409 -
2009-04-13 15:36:53 +00:00
paul
9e7ee42ccf ide: windows
- use translations for captions of Evaluate/Modify, Assebler dialogs
  - remove 'View' word from more items which are in the View menu

git-svn-id: trunk@19407 -
2009-04-13 09:46:23 +00:00
paul
c8fc970de1 ide: form positions (part of issue #0013507)
- correctly save/restore anchor editor position
  - show all registered (in enum) windows in the option->environment->window
  - rename few menu items (remove 'View' since they are in the View menu already)

git-svn-id: trunk@19406 -
2009-04-13 09:22:56 +00:00
mattias
9a0ba90e57 IDE: unused units: i18n
git-svn-id: trunk@19370 -
2009-04-12 05:14:26 +00:00
mattias
d17044ea69 IDE: rename unit, update references: added options
git-svn-id: trunk@19359 -
2009-04-11 18:34:25 +00:00
mattias
26ef5cd496 IDE+codetools: started heuristic to find unused units
git-svn-id: trunk@19281 -
2009-04-08 23:45:15 +00:00
vincents
db70d81b90 IDE: remove the option to choose the non-UTF8 Polish translations
git-svn-id: trunk@19258 -
2009-04-06 20:10:08 +00:00
martin
d683c26988 SynEdit: Allow configuration for folding
git-svn-id: trunk@19234 -
2009-04-05 20:46:30 +00:00
martin
9918770992 SynEdit: Customizable DividerDraw settings (solves issue #13322)
git-svn-id: trunk@19220 -
2009-04-04 18:27:45 +00:00
mattias
91dea6fbf8 LCL: added encoding UTF-8 with BOM, IDE: fixed changing encoding
git-svn-id: trunk@19211 -
2009-04-04 00:43:25 +00:00
paul
3ce3002123 ide: add "Generate Dwarf" to the linker->debug compiler options
git-svn-id: trunk@19209 -
2009-04-03 15:05:54 +00:00
mattias
f940e202a0 IDE: rename identifier: check if renaming a unit
git-svn-id: trunk@19207 -
2009-04-03 09:59:40 +00:00
mattias
77ab045b5b IDE+codetools: implemented Extract Function, issue #13108
git-svn-id: trunk@19188 -
2009-04-01 15:51:21 +00:00
paul
a03a773255 ide: change 'Ok' to 'OK' for OK buttons, add string consts for debug inspector dialog (will be commited later)
git-svn-id: trunk@19185 -
2009-04-01 13:03:19 +00:00
mattias
2375155c81 IDE: compiler options: renamed Messages to Verbosity and Compiler Messages to Messages
git-svn-id: trunk@19183 -
2009-04-01 12:52:23 +00:00
mattias
16a4cefdd3 IDE: compiler options: added page to hide specific FPC messages, issue #12304, patch from Dmitry
git-svn-id: trunk@19182 -
2009-04-01 12:46:21 +00:00
martin
19be7391db SynEdit, Trim-Trailing-Spaces: Added Position-Only mode(no space inserted/looses tabs); changed default to "Edit or Leave line"
git-svn-id: trunk@19121 -
2009-03-26 17:45:54 +00:00
paul
7402655037 ide: replace Add breakpoint to Toggle breakpoint in some places
git-svn-id: trunk@18983 -
2009-03-13 17:47:37 +00:00
paul
95b6a7b814 debugger: exception handling improvement
- add debugger exception notification dialog instead of simple message dialog. This allows to continue execution just after reading about exception and to add this exception to the "skip" list.
 - implement "Notify on Lazarus exception" option
 - fix inability to remove an exception from the "skip" list

git-svn-id: trunk@18916 -
2009-03-08 12:03:34 +00:00
martin
72776045a9 SynEdit: Add key-bindings for column-mode-selection (ALT-Shift-Cursor*). Issue #13238. (Based on a patch by dmitry boyarintsev)
git-svn-id: trunk@18908 -
2009-03-07 12:20:26 +00:00
paul
66d82d4c34 ide: remove ecJumpToEditor. ecToggleSourceEditor do the job (the second part of issue #0012140)
git-svn-id: trunk@18876 -
2009-03-03 02:14:20 +00:00
paul
e8e122df26 designer: add SelectAll menu item, Ctrl+A key handling (implements issue #0001776)
git-svn-id: trunk@18757 -
2009-02-19 03:43:00 +00:00
mattias
e4968ed235 IDE: build modes: set values, default value is initialized with set Result
git-svn-id: trunk@18660 -
2009-02-13 12:10:06 +00:00
mattias
713bd9d439 IDE: added resourcestrings
git-svn-id: trunk@18580 -
2009-02-05 13:02:56 +00:00
mattias
549fd5b435 IDE: build modes: delete mode value
git-svn-id: trunk@18567 -
2009-02-04 17:25:19 +00:00
mattias
e1a8cc2434 IDE: build modes: delete build mode
git-svn-id: trunk@18564 -
2009-02-04 16:37:07 +00:00
mattias
2ae6c31c9d IDE: build modes: popup items
git-svn-id: trunk@18562 -
2009-02-04 16:20:26 +00:00
martin
2a000a6cbe Editor Options: Changes to Layout and Wording
git-svn-id: trunk@18424 -
2009-01-24 19:19:48 +00:00
martin
d6f3b57426 Options: Removed nearly duplicate option for mark-up current word
git-svn-id: trunk@18349 -
2009-01-19 22:14:16 +00:00
mattias
c430f7a515 IDE: quick syntax check gives Ok when no errors found, bug #1317
git-svn-id: trunk@18270 -
2009-01-13 09:57:40 +00:00
martin
14675021da SynEdit, Trim Spaces: added option to set how long trailing spaces stay valid
git-svn-id: trunk@18264 -
2009-01-12 22:35:48 +00:00
martin
a10dc20b6a SynEdit, Markup-Current-Word Added: TrimSpaces, Keep Markup while typing, Toggle fixed word (alt m), No timer(just toggle)
git-svn-id: trunk@18247 -
2009-01-11 02:51:28 +00:00
martin
585bbf6ef1 SynEdit, Auto-Indent: Implement indent types
git-svn-id: trunk@18241 -
2009-01-10 21:11:37 +00:00
paul
5627b19a33 ide: rename back 'syntax highlight' to 'colors' since colors is a more true name for this options set
git-svn-id: trunk@18236 -
2009-01-10 14:24:32 +00:00
martin
93d0033585 Options: Fixed description for Smart-End-Key (revision 18215 #2f7de3e7d3)
git-svn-id: trunk@18234 -
2009-01-10 13:29:51 +00:00
martin
2f7de3e7d3 SynEdit: implemented "End jumps to nearest start" and end key toggles between visible and real line end / end-key now behaves like home-key (just on the end of line).
git-svn-id: trunk@18215 -
2009-01-08 19:45:08 +00:00
martin
5117148943 SynEdit: Improved highlight current word
git-svn-id: trunk@18144 -
2009-01-05 21:33:49 +00:00
marc
c569ccca33 * Added breakpont properties dialog. Modified patch by Benito van der Zander (issue #12882)
git-svn-id: trunk@18115 -
2009-01-04 19:57:56 +00:00
paul
06c92ec9a3 ide: improve project wizard based on patch of Daniel Oom
git-svn-id: trunk@18107 -
2009-01-04 18:13:46 +00:00
martin
18520f8a49 SynEdit, highlight current word: More options
git-svn-id: trunk@18077 -
2009-01-03 15:04:47 +00:00
martin
d5b60c9b4c Options/SynEdit: Timeconfig for Markup current word
git-svn-id: trunk@18073 -
2009-01-03 12:59:27 +00:00
paul
376c4dca6f ide: add an ability to change gutter separator position
git-svn-id: trunk@18060 -
2009-01-02 17:59:15 +00:00
paul
f9dc5024c6 synedit, ide: revert r18051 #cc153d9977
git-svn-id: trunk@18059 -
2009-01-02 17:36:17 +00:00
paul
cc153d9977 synedit, ide: add an option to skip gutter separator line draw. by default this line is forced even the last gutter part is a fold tree
git-svn-id: trunk@18051 -
2009-01-02 16:11:50 +00:00
mattias
437fc4ed8d fixed typo
git-svn-id: trunk@17990 -
2008-12-30 09:02:58 +00:00
mattias
48c3eea1ce IDE: conditional compiler options editing
git-svn-id: trunk@17975 -
2008-12-29 10:13:17 +00:00
mattias
ed41f24c10 IDE: started editor for conditional compiler option nodes
git-svn-id: trunk@17964 -
2008-12-27 14:50:43 +00:00
mattias
9d570a2eba LCL: TTreeView: fixed crash on painting tree lines
git-svn-id: trunk@17959 -
2008-12-27 08:43:57 +00:00
mattias
2f112de7fd IDE: added project compiler options page conditionals
git-svn-id: trunk@17953 -
2008-12-26 16:38:47 +00:00
mattias
20a9979609 IDE: better english, moved resourcestrings
git-svn-id: trunk@17867 -
2008-12-19 15:49:48 +00:00
mattias
dd4e9f87a1 IDE: added macro ProjOutDir and Project(OutputDir)
IDE: added project option to put .lrs files of .lfm files into output directory

git-svn-id: trunk@17857 -
2008-12-18 13:24:52 +00:00
paul
41933b3605 ide: rename editor codetools options to Automatic feature, remove internal groupbox
git-svn-id: trunk@17845 -
2008-12-16 02:26:39 +00:00
paul
8530d2cdc8 ide: initial implementation of automatic removing of empty published form/frame/datamodule methods
git-svn-id: trunk@17793 -
2008-12-11 04:16:17 +00:00
mattias
61584bd8e0 codetools: added atBracket as atom type for the simple beautifier, from Alexander S. Klenin, bug #12781
git-svn-id: trunk@17785 -
2008-12-10 17:41:03 +00:00
marc
598126853c * Initial implementation of assembler dialog
git-svn-id: trunk@17735 -
2008-12-09 01:39:31 +00:00
paul
a373de7e03 ide: write appropriate color names for modified line attribute in the highlighter settings page
git-svn-id: trunk@17701 -
2008-12-06 13:44:39 +00:00
paul
758072e721 ide: prepare merge of debugger options into ide options
git-svn-id: trunk@17676 -
2008-12-04 00:17:04 +00:00
paul
98c05562f3 ide: move gutter color and right margin color to the syntax highlight page (it is more colors page), invent special handling for single color elements not related to highlighter
git-svn-id: trunk@17630 -
2008-11-29 16:45:39 +00:00
mattias
11bd4ccd3d IDE: anchor editor: implemented anchoring for left/top/right/bottommost sibling for multi selections from Benito van der Zander, bug #12340
git-svn-id: trunk@17603 -
2008-11-26 15:58:52 +00:00
mattias
40d1b6687c IDEIntf: removed SrcEditSubMenuSetBookmarks, added SrcEditSubMenuToggleBookmarks, IDE: replaced SetBookmarks wirh ToggleBookmarks
git-svn-id: trunk@17601 -
2008-11-26 14:52:46 +00:00
paul
5675834a5f ide: reorganize editor options frames
git-svn-id: trunk@17594 -
2008-11-26 03:32:44 +00:00
paul
43ca4f62a3 ide: improve editor general options
git-svn-id: trunk@17581 -
2008-11-25 14:30:41 +00:00
paul
bf81770999 ide: group undo options together
git-svn-id: trunk@17579 -
2008-11-25 10:33:41 +00:00
paul
867203e6d9 ide: allow to choose bracket highlight style in IDE
git-svn-id: trunk@17578 -
2008-11-25 08:51:40 +00:00
paul
36772a0ef6 ide: add support for FrameColor (synedit)
git-svn-id: trunk@17550 -
2008-11-23 16:34:53 +00:00
paul
80df1ba907 ide: use empty space better in editor color options
git-svn-id: trunk@17536 -
2008-11-23 09:42:34 +00:00
mattias
aafa20b123 IDE: edito options: moved color on lvl up
git-svn-id: trunk@17525 -
2008-11-22 18:19:35 +00:00
paul
a863b3f575 ide: move some options to the misc groupbox (new) - better looking now on devices with small height
git-svn-id: trunk@17496 -
2008-11-21 13:42:15 +00:00
paul
c7cadabc8d ide: start showing of help for properties in the object inspector
- add ShowInfoBox option
  - add appropriate events and handlers to the object inspector (showing actual help is in todo)

git-svn-id: trunk@17471 -
2008-11-20 10:32:06 +00:00
paul
b5f8b6bb2a ide: add an option to show/hide Object Inspector status bar
git-svn-id: trunk@17469 -
2008-11-20 08:35:23 +00:00
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
paul
f9f9c4996b ide: fix few strings for consistency
git-svn-id: trunk@17457 -
2008-11-20 01:33:48 +00:00
marc
88ff1df906 + Added Registers debug view
git-svn-id: trunk@17431 -
2008-11-19 01:35:01 +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
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
mattias
30f4e50753 IDE: implemented setting template for new unit/form speed button
git-svn-id: trunk@17375 -
2008-11-13 17:09:59 +00:00
darius
1c3f6ef528 implemented toolbar
added hints

git-svn-id: trunk@17301 -
2008-11-09 20:18:52 +00:00
vincents
1614e73034 synedit + IDE: added KeyShortCuts for Folding in SynEdit from Martin Friebe (issue #12593)
git-svn-id: trunk@17299 -
2008-11-09 19:25:29 +00:00
darius
53a1d607b1 moved string to lazarusidestrconsts.pas as resourcestring
git-svn-id: trunk@17296 -
2008-11-09 16:28:52 +00:00
marc
b35232127a * Improved localization of the About dialog by Maxim Ganetsky
git-svn-id: trunk@17255 -
2008-11-06 23:17:45 +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
4cef3c1e28 ide: fix string case
git-svn-id: trunk@17205 -
2008-11-03 16:37:17 +00:00
vincents
6ea2810129 IDE: changed the name "custom tools" to "externals tools' in the Tools menu from Graeme (issue #12525)
git-svn-id: trunk@17188 -
2008-11-03 10:12:46 +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
864ac18db8 ide: add a compiler switch to use compile an application with separate gdb debug file (from Dmitry Boyarintsev #0012399 with small modifications)
git-svn-id: trunk@17079 -
2008-10-21 06:13:19 +00:00
paul
99d8fe4631 ide: add ability to scroll icon images in project options
git-svn-id: trunk@17066 -
2008-10-20 04:47:52 +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
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
8f1c46ea09 ide: fix typos in strings
git-svn-id: trunk@17027 -
2008-10-17 02:06:43 +00:00
darius
9a5a4f4246 removed procedure TranslateButtonPanel as it is handled by TButtonPanel itself
git-svn-id: trunk@16998 -
2008-10-15 08:25:10 +00:00
darius
1fec8e9baf implemented TranslateButtonPanel funtion in LazarusIDEStrContsts to initialize the translation of a buttonpanel.
implemented TButtonPanel in the remaining forms and slightly improved anchoring where appropriate

git-svn-id: trunk@16996 -
2008-10-14 22:40:32 +00:00
tombo
d4de936c86 IDE EditorOptions: added option to disable code editor anti-aliasing
SynEdit: fix TFont.Quality handling

git-svn-id: trunk@16921 -
2008-10-07 16:54:08 +00:00
paul
bb55537667 ide: start project icon
- add project icon interface to ProjectOptions dialog
  - save/restore project icon from project options file (lpi)

git-svn-id: trunk@16878 -
2008-10-05 09:20:36 +00:00
mattias
0e0ed50080 lazbuild: fixed converting line endings of message dialogs
git-svn-id: trunk@16862 -
2008-10-03 10:12:38 +00:00
mattias
5c92367f38 IDE: saving key scheme
git-svn-id: trunk@16763 -
2008-09-27 09:24:08 +00:00
laurent
b71bd84f2e Load glyph form resource and somme resourcestrings
git-svn-id: trunk@16700 -
2008-09-24 10:21:18 +00:00
laurent
2120c3f8db Load glyph form resource and somme resourcestrings
git-svn-id: trunk@16685 -
2008-09-23 14:43:23 +00:00
laurent
122772d90c Load glyph form resource and somme resourcestrings
git-svn-id: trunk@16683 -
2008-09-23 12:42:33 +00:00
laurent
6e9cff076a Load glyph form resource and somme resourcestrings
git-svn-id: trunk@16681 -
2008-09-23 12:04:28 +00:00
laurent
44ff9fc859 Load glyph form resource and somme resourcestrings
git-svn-id: trunk@16674 -
2008-09-22 14:54:45 +00:00
laurent
bbd4e0edb7 Load glyph form resource and somme resourcestrings
git-svn-id: trunk@16672 -
2008-09-22 11:59:24 +00:00
mattias
545bdbd2b5 IDE: added resourcestrings
git-svn-id: trunk@16549 -
2008-09-11 18:59:37 +00:00
mattias
ee444718d7 IDE: replaced some mrNo, so that escape key does not select them
git-svn-id: trunk@16541 -
2008-09-11 08:11:16 +00:00
mattias
c93c466bc0 IDE: changing encoding of virtual files improved, IDE: added tool to change encoding of projects/packages
git-svn-id: trunk@16527 -
2008-09-10 22:04:20 +00:00
sekelsenmat
18acb578da Adds new Mac OS X scheme for compatibility with other ports of Lazarus
git-svn-id: trunk@16514 -
2008-09-10 00:09:16 +00:00
mattias
0bcf25051e lazbuild: added defaults to WriteUsage
git-svn-id: trunk@16500 -
2008-09-09 11:29:43 +00:00
mattias
094be7aab5 IDE: added macro SrcOS
git-svn-id: trunk@16466 -
2008-09-07 12:04:28 +00:00
vincents
2a69ab2627 IDE: removed starter build node from configre build lazarus dialog
git-svn-id: trunk@16441 -
2008-09-05 17:53:23 +00:00
mattias
a9ee160709 IDE: compiler options: label target CPU family
git-svn-id: trunk@16421 -
2008-09-05 00:13:14 +00:00
mattias
b161bf5808 IDE: auto creating application bundle on compile
git-svn-id: trunk@16387 -
2008-09-03 11:42:20 +00:00
mattias
a3a5e44c1f IDE: codehelp: showing xml parser errors in message window
git-svn-id: trunk@16321 -
2008-08-30 22:18:27 +00:00
mattias
3d4746734c added GetAppConfigDirUTF8
git-svn-id: trunk@16286 -
2008-08-28 18:50:04 +00:00
mattias
bee248c6f7 IDE: added option to package usage option whether a package main unit is added to the project uses section
git-svn-id: trunk@16212 -
2008-08-24 20:51:44 +00:00
mattias
8bdd4e2c78 IDE: fixed help for Menu > Run > Run parameters
git-svn-id: trunk@16190 -
2008-08-22 20:37:54 +00:00
mattias
438148c17d IDE: implemented dialog to add whole directories to a package
git-svn-id: trunk@16187 -
2008-08-22 16:48:33 +00:00
mattias
504381f826 IDE: add to package dlg: added button hints
git-svn-id: trunk@16169 -
2008-08-20 16:54:48 +00:00
mattias
50548107cd IDE: compiler options: added verify object method call validity for fpc 2.2.2
git-svn-id: trunk@16148 -
2008-08-19 16:29:10 +00:00
mattias
32c38fd57d IDE: compiler options: updated optimization _faster_ for fpc 2.2.2
git-svn-id: trunk@16147 -
2008-08-19 16:21:12 +00:00
mattias
cb164f1467 IDE: compiler options: updated target processors for fpc 2.2.2
git-svn-id: trunk@16146 -
2008-08-19 15:56:03 +00:00
mattias
1e87ce80b9 IDE: compiler options: replaced obsolete -S mode flags with -M flag
git-svn-id: trunk@16144 -
2008-08-19 12:16:28 +00:00
mattias
e374b51dd5 IDEIntf: moved IDE key grabbing to propedits, added button to TShortCutPropertyEditor
git-svn-id: trunk@16136 -
2008-08-19 02:57:17 +00:00
mattias
e61e9ba99e IDE: added macro $(FPCVer)
git-svn-id: trunk@16121 -
2008-08-18 13:44:02 +00:00
mattias
b23bc8cf6c IDE: debugger: resolving macros in additional debug paths, bug #11877
git-svn-id: trunk@16055 -
2008-08-14 08:20:02 +00:00
mattias
ac7275e981 IDE: compiler test: added check for intersections of unit paths between project and used packages
git-svn-id: trunk@16052 -
2008-08-13 13:06:20 +00:00
mattias
350127356d IDE: rename unit: renaming lfm, keeping old lfm,lrs on error
git-svn-id: trunk@16031 -
2008-08-12 12:02:04 +00:00
mattias
c737c9082c IDE: compiler options test: now supporting packages and checking for separate output directory
git-svn-id: trunk@16008 -
2008-08-09 09:51:58 +00:00
mattias
7ca6501375 IDE: renamed caret to cursor for consistency
git-svn-id: trunk@15996 -
2008-08-08 13:42:16 +00:00
mattias
746be92b66 codetools: fixed reparsing MethodMap nodes, IDE: fpdoc editor: added short label
git-svn-id: trunk@15974 -
2008-08-06 15:46:13 +00:00
mattias
5b14ebccf3 IDE: fpdoc editor: implemented link attribute
git-svn-id: trunk@15966 -
2008-08-06 09:04:37 +00:00
mattias
e4a2bd9d92 synedit+IDE: implemented showing only every n-th line number, patch #11625 from Gerard Visent
git-svn-id: trunk@15956 -
2008-08-05 11:56:39 +00:00
mattias
bfba06a2d8 fixed macro description ExeExt, fixed abort on lfm repair during project loading, fixed uninitialized result for HasUnitRegisterProc, find/replace dialog now can enable/disable replace by user - needed for apple human interface guide lines
git-svn-id: trunk@15941 -
2008-08-03 20:00:49 +00:00
mattias
8759733936 LCL: added ssMeta, scMeta to Shortcuts, carbon: Cmd now sets ssMeta, Ctrl now sets ssCtrl, Alt now sets ssAlt, IDE: changed Mac OS X key mapping scheme
git-svn-id: trunk@15911 -
2008-07-29 21:21:33 +00:00
mattias
1437e4026d IDE: added confirmation for deleting publish directory
git-svn-id: trunk@15899 -
2008-07-28 09:06:49 +00:00
mattias
7d530305f0 IDE: replaced key grabbing with new TShortCutGrabBox and TShortCutDialog
git-svn-id: trunk@15887 -
2008-07-27 10:23:21 +00:00
mattias
2e9d466c2d synedit: markup for special line, selection and ctrl mouse link, from Martin Friebe, bug #11693
git-svn-id: trunk@15861 -
2008-07-24 22:41:25 +00:00
mattias
1341499890 synedit: set default synedit font for carbon
IDE: sourceditor: using the same default font as synedit
  IDE: added code template d for debugln
  IDE: moved Insert $IFDEF in keymapping to edit section
  CodeTools: identifier completion: do not add semicolon in front of then, of, to, else, do
  CodeTools: define LCL and LCLwidgetset for lazarus sources
  IDE: Editor Options Keymapping: implemented text filter and shortcut search

git-svn-id: trunk@15819 -
2008-07-19 09:51:32 +00:00
mattias
9dfbba8302 IDE: implemented jumping to inherited inline method
git-svn-id: trunk@15726 -
2008-07-10 00:07:06 +00:00
mattias
6e13c5dbe9 synedit: codefolding fixes: ctrl-mouse underlining, cursor left/right skip blocks from Martin Friebe
git-svn-id: trunk@15718 -
2008-07-09 11:38:05 +00:00
mattias
dc35d7411d IDE: do not allow putting the frame itself or on of its ancestors onto the frame
git-svn-id: trunk@15562 -
2008-06-24 15:12:14 +00:00
mattias
94a0e34fb6 IDE, synedit: implemented ExtraCharSpacing
git-svn-id: trunk@15559 -
2008-06-24 08:43:22 +00:00
mattias
faf4ac0821 IDE: environment: added turkish
git-svn-id: trunk@15469 -
2008-06-19 10:01:07 +00:00
marc
000eaee7e6 * Improved localization by Maxim Ganetsky of:
- Environment Options Dialog
  - Empty Methods Dialog
  - Source Editor popup menu
* Updated .po files
   

git-svn-id: trunk@15462 -
2008-06-18 23:09:10 +00:00
mattias
343e405a4a IDE: added info build window from David Guadagnini
git-svn-id: trunk@15417 -
2008-06-14 11:21:49 +00:00
mattias
e25395d533 IDE: source editor: implemented changing file encoding
git-svn-id: trunk@15364 -
2008-06-08 20:44:46 +00:00
mattias
859941454f IDE: added macro Home, bug #10219
git-svn-id: trunk@15351 -
2008-06-07 02:10:00 +00:00
mattias
7045b20e83 IDE: editor options: added option Show Special Characters
git-svn-id: trunk@15350 -
2008-06-07 01:31:00 +00:00
paul
e64861e127 ide: Add "AutoShow" option to the Object Inspector to allow hide OI forever (#0010603)
git-svn-id: trunk@15336 -
2008-06-06 08:24:11 +00:00
mattias
52718f647c IDE: added FPC version to about dlg
git-svn-id: trunk@15318 -
2008-06-05 15:39:17 +00:00
vincents
d0ff0fd3a0 IDE: fixed typo in Edit tool dialog (part of issue #11336)
git-svn-id: trunk@15204 -
2008-05-22 08:38:10 +00:00
mattias
5247dc563d IDE: designer: forbid deleting components not owned by the lookuproot
git-svn-id: trunk@15188 -
2008-05-20 08:11:40 +00:00
mattias
837f02de50 IDE: close project: replaced dialog with projectwizard from delphifreak
git-svn-id: trunk@15138 -
2008-05-14 15:20:48 +00:00
mattias
094cda1dc4 IDE: fixed typo and made DoLoadComponentDependencyHidden more generic
git-svn-id: trunk@15124 -
2008-05-13 15:58:45 +00:00
mattias
e98cde9ee1 IDE: added New file item inherited component based on bug/patch 1287
git-svn-id: trunk@15076 -
2008-05-08 12:39:46 +00:00
paul
1d8ed79592 designer: start placing frame onto another container
git-svn-id: trunk@15069 -
2008-05-07 08:21:19 +00:00
paul
3825a0a319 ide: start frame support (with -dEnableTFrame)
git-svn-id: trunk@15052 -
2008-05-06 03:28:07 +00:00
mattias
66ceb35a86 IDE: save package as now checks if a unit with same name already exists
git-svn-id: trunk@15029 -
2008-05-02 09:04:33 +00:00
marc
7c46372adf * Improved localization by Maxim Ganetsky
* updated localize scripts by Maxim Ganetsky

git-svn-id: trunk@15023 -
2008-05-01 14:06:43 +00:00
mattias
e9ce602edd IDE: implemented editing custom scanners for external tools
git-svn-id: trunk@15014 -
2008-04-29 14:16:09 +00:00
mattias
4d30122bfd IDE: added resourcestrings
git-svn-id: trunk@14976 -
2008-04-25 18:47:10 +00:00
mattias
bb13c13e0d IDE: added refactoring tool: remove empty methods
git-svn-id: trunk@14975 -
2008-04-25 16:19:02 +00:00
marc
4abf2fab7c * Moved todolist from project menu to view menu
git-svn-id: trunk@14914 -
2008-04-20 22:56:28 +00:00
vincents
543413cdd4 IDE: added package -> New package ... menu option based on patch from Samuel Herzog (bug #11161)
git-svn-id: trunk@14877 -
2008-04-18 13:21:47 +00:00
laurent
0b7a106fec ResourceStrings for Locals Dialog
git-svn-id: trunk@14737 -
2008-04-02 20:44:09 +00:00
laurent
2b64b5513a ResourceStrings for Watch Property Dialog
git-svn-id: trunk@14736 -
2008-04-02 20:27:49 +00:00
laurent
b7ae37634e Designer: ResourceStrings for Size Component Dialog
git-svn-id: trunk@14735 -
2008-04-02 19:26:18 +00:00
laurent
38ae119989 Resourcestring for breakpoints dialog
git-svn-id: trunk@14706 -
2008-04-01 06:49:47 +00:00
laurent
69d4b38683 Resources String for CallStack and debug Output Dialog
git-svn-id: trunk@14689 -
2008-03-30 21:39:35 +00:00
marc
3393285e94 * Improved localization of Package Links dialog by Maxim Ganetsky
* updateed po files

git-svn-id: trunk@14548 -
2008-03-16 23:58:17 +00:00
mattias
580e37d62a IDE: Src Editor: popup menu: switched move flags section to sub menu
git-svn-id: trunk@14499 -
2008-03-12 11:37:28 +00:00
mattias
99fe112e0a IDE: Src Editor: popup menu: switched move page section to sub menu
git-svn-id: trunk@14498 -
2008-03-12 11:31:21 +00:00
mattias
25a277034f IDE: Src Editor: opup menu: combined open files menu items to one sub menu
git-svn-id: trunk@14497 -
2008-03-12 11:21:41 +00:00
mattias
3d959035bb IDE+IDEIntf: renamed some Issue Browser to Restriction Browser
git-svn-id: trunk@14473 -
2008-03-08 19:36:12 +00:00
marc
109fdc0bf2 * Improved localization of the exttooldialog and updated Russion translation by Maxim Ganetsky
* Updated po files

git-svn-id: trunk@14449 -
2008-03-06 22:42:09 +00:00
mattias
2132d8a81f IDE: messages windows: added docking popup menu item
git-svn-id: trunk@14399 -
2008-03-03 22:21:09 +00:00
marc
a7df917db2 * fixed inconsistency between package menu and shortcutkey editor by Maxim Ganetsky
* updated Russian translation by Maxim Ganetsky
* updated po files

git-svn-id: trunk@14306 -
2008-02-28 22:32:09 +00:00
tombo
ecb6afce2f IDE implemented compatibility issues:
- added Issues tab to Object Inspector
- added View/Issue browser
- added new package file type - issue xml file
- added Windows and Carbon LCL issues
- added jump back and forward images
- removed TButton and TBitBtn Color property hiding
- set mime type for package images
- added TLCLPlatforms set

git-svn-id: trunk@14287 -
2008-02-27 16:23:28 +00:00
mattias
d148841201 IDE: renamed menu item Component to Package
git-svn-id: trunk@14284 -
2008-02-27 15:31:50 +00:00
mattias
598037b372 IDE: fixed spelling mistake
git-svn-id: trunk@14274 -
2008-02-27 12:05:54 +00:00
mattias
aeeef1f0fa IDE: fixed spelling mistake
git-svn-id: trunk@14273 -
2008-02-27 12:04:33 +00:00
mattias
11d6ac41f5 translations: fixed spelling mistake, fixed crash when rst file not found, updated german translation from Joerg Braun
git-svn-id: trunk@14245 -
2008-02-25 14:36:59 +00:00
mattias
f77b6922ec IDE: added resourcestrings
git-svn-id: trunk@14202 -
2008-02-20 08:56:03 +00:00
paul
5c2f5fb19b add move editor leftmost/rightmost commands (from Andrey Gusev 0010416)
git-svn-id: trunk@14200 -
2008-02-20 08:15:05 +00:00
mattias
ada5d7c704 fixed spelling
git-svn-id: trunk@14186 -
2008-02-18 23:24:54 +00:00
mattias
17d85fb7e3 IDE: fpdoc editor: added button to add seealso link to inherited entry
git-svn-id: trunk@14180 -
2008-02-18 11:05:52 +00:00
tombo
f659dee1cc IDE options: renamed LazDoc to FPDoc in captions
git-svn-id: trunk@14109 -
2008-02-12 12:01:02 +00:00
marc
1932501559 * Conversion to LFM of Path Editor Dialog and improved localization by Maxim Ganetsky
git-svn-id: trunk@13975 -
2008-02-04 22:24:30 +00:00
mattias
b6ee99a887 IDE: fpdoc editor: added secon column of speedbuttons
git-svn-id: trunk@13947 -
2008-02-02 09:14:57 +00:00
tombo
a740c37d9c lazarusidestrconsts.pas: added space
git-svn-id: trunk@13936 -
2008-01-31 13:46:08 +00:00
tombo
99415e3982 IDE carbon: added option for creating Application Bundle to project Options
git-svn-id: trunk@13908 -
2008-01-29 13:16:44 +00:00
laurent
13f206454b added resourcestrings for Lazdoc
git-svn-id: trunk@13878 -
2008-01-25 16:53:42 +00:00
mattias
d3099e9450 IDE: renamed some more lazdoc identifiers with codehelp
git-svn-id: trunk@13862 -
2008-01-24 18:38:43 +00:00
vincents
471c8b37e8 IDE: avoid duplicate accelarate in find in files window (bug #10542) from Marius
git-svn-id: trunk@13856 -
2008-01-24 13:04:15 +00:00
mattias
2cc665010b IDE: renamed some more LazDoc references to FPDoc editor
git-svn-id: trunk@13847 -
2008-01-23 23:00:03 +00:00
marc
7e29395337 * improved localization of editor popupmenu by Maxim Ganetsky
* updated po files

git-svn-id: trunk@13839 -
2008-01-22 23:27:05 +00:00
marc
4b2b75d818 * added Slovak language to the list of languages in Environment Options dialog, patch by Maxim Ganetsky
* updated pofiles

git-svn-id: trunk@13824 -
2008-01-22 00:21:25 +00:00
mattias
68eb7ca5e8 IDE: added resourcestrings for totod dlg
git-svn-id: trunk@13797 -
2008-01-19 13:19:50 +00:00
mattias
cb16ea3d75 IDE: package editor: added menu item More / View ToDo list
git-svn-id: trunk@13793 -
2008-01-19 10:22:18 +00:00
marc
32e7e2fe7d * improved Build Lazarus Dialog localization patch by Maxim Ganetsky
* updated po files

git-svn-id: trunk@13772 -
2008-01-16 00:14:16 +00:00
mattias
32e3f17447 IDE: added resourcestrings for package editor menu items
git-svn-id: trunk@13768 -
2008-01-15 21:17:55 +00:00
mattias
852484d628 IDE: renamed find option multi line to multiline pattern
git-svn-id: trunk@13764 -
2008-01-15 20:53:21 +00:00
mattias
afd2c3e60c IDE: added resourcestrings for help buttons
git-svn-id: trunk@13763 -
2008-01-15 20:49:07 +00:00
mattias
af1db7c9d0 IDE: added resourcestrings for install/remove package confirm dialog
git-svn-id: trunk@13762 -
2008-01-15 20:45:43 +00:00
marc
1ecb9250ac * External Tools Options Dialog lozalization, LFL conversion and improvement patch by Maxim Ganetsky
git-svn-id: trunk@13703 -
2008-01-09 23:55:49 +00:00
mattias
2b1ed1ccae IDE: renamed menu Components to Component for Windows compatibility bug #9936
git-svn-id: trunk@13698 -
2008-01-09 21:02:11 +00:00
mattias
75edf533f2 IDE: fixed some capitalizations, bug #9936
git-svn-id: trunk@13697 -
2008-01-09 20:58:57 +00:00
mattias
ba19f37eb2 IDE: renamed menu Windows to Window for Windows compatibility bug #9936
git-svn-id: trunk@13696 -
2008-01-09 20:56:53 +00:00
mattias
5f86a321a7 IDE: extended hint, when file not found
git-svn-id: trunk@13633 -
2008-01-05 16:52:29 +00:00
marc
03b6174cf7 * Improved localization of the search results dialog by Maxim Ganetsky
git-svn-id: trunk@13625 -
2008-01-05 00:53:55 +00:00
mattias
d4c8ad09ca IDE: change class dialog: improved layout
git-svn-id: trunk@13589 -
2008-01-02 23:14:17 +00:00
mattias
832c0c0a50 IDE: codeexplorer: added category options
git-svn-id: trunk@13549 -
2007-12-31 16:12:47 +00:00
mattias
1d750468f5 IDE: code explorer: added mode option
git-svn-id: trunk@13548 -
2007-12-31 14:29:16 +00:00
vincents
4465dca83c IDE, about form: resource string for logo page
git-svn-id: trunk@13316 -
2007-12-13 12:08:15 +00:00
vincents
596a4ef548 IDE, about form: added popupmenu to copy version info to clipboard (#10405) from Graeme
git-svn-id: trunk@13296 -
2007-12-12 15:14:02 +00:00
mattias
30e6f87300 IDE: abstract methods dlg: added resourcestrings
git-svn-id: trunk@13233 -
2007-12-08 19:07:55 +00:00
mattias
5d3b9d1495 IDE: added shortcut for show abstract methods
git-svn-id: trunk@13207 -
2007-12-07 16:22:13 +00:00
mattias
5871aee8d7 IDE: added Insert GUID function, changed shortcut for procedure list from Ctrl-Shift-G to Alt-G from Graeme
git-svn-id: trunk@13180 -
2007-12-06 09:53:13 +00:00
vincents
6631eb4c66 text: replaced plz -> please (bug #10319)
git-svn-id: trunk@13161 -
2007-12-05 10:52:44 +00:00
marc
729dcdbc2a + added component list form by Marus
* Updated po files

git-svn-id: trunk@13121 -
2007-12-02 18:19:23 +00:00
marc
31602ce6ea * Added view compinets to the toolbar by Marius
* udated po files

git-svn-id: trunk@13068 -
2007-11-28 23:23:19 +00:00
marc
5c30e13681 * Added accelerators by Marius Ellen
git-svn-id: trunk@13039 -
2007-11-26 19:17:23 +00:00
mattias
5a4515b1ce IDE: code templates: removed AddChar attribute and added RemoveChar attribute
git-svn-id: trunk@13033 -
2007-11-26 11:56:20 +00:00
mattias
42edb792e6 IDE: many improvements for todolist from Gerard
git-svn-id: trunk@13010 -
2007-11-24 21:23:19 +00:00
mattias
9f7675596c IDE: adding unit to project now asks if unit path should be extended
git-svn-id: trunk@12898 -
2007-11-16 18:20:43 +00:00
paul
643387fa61 ide:
- changed string "Lazarus Editor" to "Lazarus IDE"
- changed string "Lazarus Source Editor" to "Source Editor" (moreover word "Lazarus" was only in English version)
(issue #0010170)

git-svn-id: trunk@12862 -
2007-11-14 02:58:16 +00:00
marc
c8af8b1a5b * Localization of 'Test Compiler Options' Dialog by Maxim Ganetsky
* updated po files

git-svn-id: trunk@12848 -
2007-11-12 23:29:09 +00:00
tombo
5f3b8ef645 IDE: added key mapping scheme for Mac OS X
git-svn-id: trunk@12827 -
2007-11-11 16:42:07 +00:00
tombo
7f51d24813 IDE: Changed menu item Windows to singular, show menu item check for active form
git-svn-id: trunk@12826 -
2007-11-11 14:58:03 +00:00
mattias
12a7912211 IDE: added dialog to explore the current package links
git-svn-id: trunk@12811 -
2007-11-10 13:59:51 +00:00
mattias
d8366cc6c0 IDE: added resourcestrings
git-svn-id: trunk@12787 -
2007-11-08 16:20:26 +00:00
marc
9e4a77e06f * Improved localization by Maxim Ganetsky
* Updated po files

git-svn-id: trunk@12773 -
2007-11-07 23:09:44 +00:00
mattias
cc0a9c67bb IDE: compiler opttions dlg: changed caption Style to Assembler style
git-svn-id: trunk@12702 -
2007-11-02 19:22:06 +00:00
mattias
f35c3482e5 IDE: code templates dlg: fixed caption of last option
git-svn-id: trunk@12659 -
2007-10-31 09:44:42 +00:00
marc
bb53da61ad * localization ifixes of Code Templates Dialog by Maxim Ganetsky
* updated po files

git-svn-id: trunk@12636 -
2007-10-30 00:04:11 +00:00
mattias
1d517decaf IDE: fixed auto code templates to not always add the typed character, IDE: fixed resetting IDE ToolStatus, fixing crash when double clicking on install package button, IDEIntf: added property OpenEditorsOnCodeToolChange to allow tools to cleanly change sources (this fixes the bug of quickfix items not working with temporary files)
git-svn-id: trunk@12613 -
2007-10-27 18:26:35 +00:00
marc
b34463973b * improved layout and localization by Maxim Ganetsky
git-svn-id: trunk@12477 -
2007-10-15 21:44:39 +00:00
marc
132732a96b * Package Options Dialog layout & localization fix by Maxim Ganetsky
* updated po files

git-svn-id: trunk@12419 -
2007-10-11 22:38:12 +00:00
mattias
b1c8d7a530 IDE: added insert todo dialog from wile64 and added compilation test for special chars in search paths
git-svn-id: trunk@12393 -
2007-10-09 12:20:41 +00:00
mattias
b77db7a61d IDE: codetools options dialog: added checkbox for identifier completion adding := operator
git-svn-id: trunk@12378 -
2007-10-08 11:11:41 +00:00
darius
46fe9d04e0 improved anchoring
added resource strings
added IDE help

git-svn-id: trunk@12357 -
2007-10-07 17:01:19 +00:00
mattias
4f8d2a8022 IDE: added package option Provides - needed by KOL, gtk intf: reduced warnings, fixed wrong type cast calling gdk_text_extends (crashing Label.OptimalFill=true and miscalculation of width)
git-svn-id: trunk@12080 -
2007-09-19 17:58:52 +00:00
marc
460ae152ea + Modified patch from Giuliano Colla for quickoptions
git-svn-id: trunk@12069 -
2007-09-18 23:22:22 +00:00
tombo
390db77320 IDE: enable change of Reporting a bug URL for different translations
git-svn-id: trunk@12008 -
2007-09-12 12:15:26 +00:00
mattias
fb92f77c86 IDE: added menu item Help -> Reporting a bug from Tom
git-svn-id: trunk@12001 -
2007-09-12 00:15:30 +00:00
mattias
4ec6450897 IDE: implemented attributes for code templates
git-svn-id: trunk@11997 -
2007-09-11 17:38:17 +00:00
mattias
5a58ffb486 IDE: conditional defines: IDE help, resourcestrings, double click from Darius Blaszijk
git-svn-id: trunk@11967 -
2007-09-08 15:21:41 +00:00
vincents
2d23f53549 IDE: added Lithuanian as language in the environment options
git-svn-id: trunk@11911 -
2007-09-02 13:05:36 +00:00
mattias
83603705f5 IDE: compiler options dlg: changed optimization descriptions to same as fpc -h
git-svn-id: trunk@11855 -
2007-08-23 21:46:55 +00:00
mattias
a03409e87a IDE: code explorer: added directives page
git-svn-id: trunk@11815 -
2007-08-14 17:22:47 +00:00
mattias
7d0d0743fd IDEIntf+IDE: added new project type: console application - a program using TCustomApplication
git-svn-id: trunk@11797 -
2007-08-12 11:54:11 +00:00
vincents
671de5110e IDE: replaced the Cancel button with "Skip this package", when an error is shown during loading of multiple packages, bug(8655)
git-svn-id: trunk@11439 -
2007-07-06 20:18:38 +00:00
vincents
b29f2c65bf IDE: added resource strings for ctrl, alt and shift key in the keymapping dialog (bug #8066)
git-svn-id: trunk@11384 -
2007-06-26 13:42:24 +00:00
paul
eaac2182c1 option to add so called "XP" manifest into windows executable
git-svn-id: trunk@11379 -
2007-06-26 09:24:33 +00:00
paul
4d7849a2d3 updated strings for buildlazdialog
git-svn-id: trunk@11281 -
2007-06-05 07:18:48 +00:00
tombo
5aeedb0533 IDE: added option to debug/run Application Bundle on darwin, remove code under DoNotUseProcessDebugger
git-svn-id: trunk@11266 -
2007-06-02 10:53:09 +00:00
vincents
c703198ac7 IDE: tweaks to the about Lazarus text
git-svn-id: trunk@11091 -
2007-05-07 05:08:47 +00:00
vincents
0469648053 IDE: renamed thirdparty in about box to acknowledgements
git-svn-id: trunk@11088 -
2007-05-06 20:45:14 +00:00
vincents
ea7211515a IDE: updated lazarus about text (#8785)
git-svn-id: trunk@11073 -
2007-05-04 10:59:36 +00:00
mattias
a46e0d0b54 LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings
git-svn-id: trunk@10823 -
2007-03-28 19:01:27 +00:00
mattias
14b348460c h2paswizard: implemented merging multiple C header files into one unit
git-svn-id: trunk@10781 -
2007-03-22 16:11:40 +00:00
mattias
15abcba5a2 IDE: fixed check of FPC source directory
git-svn-id: trunk@10725 -
2007-03-09 00:09:48 +00:00
mattias
e35dc827ab IDE: started code browser
git-svn-id: trunk@10598 -
2007-02-07 01:19:00 +00:00
mattias
17a650d35b IDE: checking compiler exit code and giving warning if not 0,1 from Boguslaw Brandys
git-svn-id: trunk@10586 -
2007-02-05 11:36:15 +00:00
mattias
77c56b461f IDE: close project now asks to save
git-svn-id: trunk@10492 -
2007-01-22 16:50:11 +00:00
mattias
c8ab6fa0c5 IDE: added resourcestring
git-svn-id: trunk@10461 -
2007-01-17 11:13:57 +00:00
mattias
f8357c3457 added resourcestrings
git-svn-id: trunk@10420 -
2007-01-10 22:34:05 +00:00
mattias
f97fe20f61 IDE: now searching designer ancestor class in units without .lfm files too
git-svn-id: trunk@10418 -
2007-01-10 22:02:45 +00:00
mattias
72a3fffced added resourcestrings
git-svn-id: trunk@10415 -
2007-01-10 19:53:13 +00:00
mattias
eed0dfa968 added resourcestrings
git-svn-id: trunk@10414 -
2007-01-10 19:37:51 +00:00
mattias
07cdb27c5d IDE: added Close Project menu item
git-svn-id: trunk@10413 -
2007-01-10 19:28:38 +00:00
mattias
2cb6c774f0 IDE: added resourcestrings for IDE short cuts
git-svn-id: trunk@10404 -
2007-01-09 01:14:50 +00:00
mattias
ce40da1b9d IDE: make resource string from selection, using BlockBegin
git-svn-id: trunk@10403 -
2007-01-09 00:32:45 +00:00
mattias
39c49150c2 IDE: implemented auto creation .po files from .rst files after package compilation
git-svn-id: trunk@10400 -
2007-01-08 22:44:47 +00:00
mattias
711f6bdf70 added resourcestrings
git-svn-id: trunk@10390 -
2007-01-07 21:48:45 +00:00
mattias
9f4e585b5f added resourcestrings
git-svn-id: trunk@10388 -
2007-01-07 21:11:21 +00:00
vincents
b01374ab2a IDE: added "Insert modified LGPL notice" (#7995)
git-svn-id: trunk@10376 -
2007-01-05 13:19:43 +00:00
mattias
17f6550896 lazdoc: added menu shortcut
git-svn-id: trunk@10266 -
2006-11-30 18:38:24 +00:00
vincents
20fc685e98 IDE: environment option fpc path gives compiler name as example, not as prescription (bug #7812)
git-svn-id: trunk@10259 -
2006-11-29 19:08:25 +00:00
vincents
39304ec572 fixed typo
git-svn-id: trunk@10213 -
2006-11-17 10:04:57 +00:00
mattias
5beb7e0377 IDE: added new editor options page for code folding from Graeme
git-svn-id: trunk@10143 -
2006-10-31 13:34:39 +00:00
mattias
1c383c308c fixed compilation for fpc 2.1.x
git-svn-id: trunk@10084 -
2006-10-17 12:16:44 +00:00
mattias
9747f91093 added FontIsMonoSpace
git-svn-id: trunk@10043 -
2006-10-05 21:50:05 +00:00
mattias
752ada2aaa added close button to search results for non gtk users
git-svn-id: trunk@10036 -
2006-10-04 20:45:30 +00:00
mattias
2faf2a4bf8 enabled codefolding as default
git-svn-id: trunk@9983 -
2006-09-26 18:44:44 +00:00
mattias
2d3d206b40 removed some doubles from the resourcestrings from Graeme
git-svn-id: trunk@9958 -
2006-09-21 18:35:33 +00:00
mattias
9e2483124a IDE: implemented find next/previous word occurrence
git-svn-id: trunk@9916 -
2006-09-16 14:02:14 +00:00
mattias
f68e5b904f IDE: improved layout of compiler options, LCL: calling AdjustSize when client rect changed
git-svn-id: trunk@9890 -
2006-09-13 20:57:35 +00:00
mattias
92ed57e945 replaced paths with CodeTools package
git-svn-id: trunk@9876 -
2006-09-12 22:10:32 +00:00
mattias
339e49de45 LCL help: fixing path delims after substituting macros
git-svn-id: trunk@9862 -
2006-09-12 09:41:44 +00:00
mattias
de9ddde7ee IDE: added windows version info for projects from Jouke Rensma
git-svn-id: trunk@9835 -
2006-09-08 10:03:16 +00:00
mattias
78b52b2559 fixed typo
git-svn-id: trunk@9831 -
2006-09-07 21:49:57 +00:00
mattias
f7855da268 IDE: moved package compile code to packagesystem, IDEIntf: removed IsPartOfProject flag of Backup functions, lazbuidl: package compiling
git-svn-id: trunk@9821 -
2006-09-06 22:40:37 +00:00
mattias
504a3626cd started lazbuild
git-svn-id: trunk@9784 -
2006-09-02 11:24:50 +00:00
mattias
616efd869c lazdoc: not adding empty nodes
git-svn-id: trunk@9781 -
2006-09-01 15:41:35 +00:00
mattias
744a7fed82 IDE Find in files: added multi line option
git-svn-id: trunk@9780 -
2006-09-01 14:52:01 +00:00
mattias
0a80cefe54 IDE: new menu item: quick compile
git-svn-id: trunk@9776 -
2006-08-31 21:19:18 +00:00
mattias
588a4a2408 package dependencies: implemented storing default filename issue #1950
git-svn-id: trunk@9775 -
2006-08-31 19:44:44 +00:00
mattias
ca2b538cf7 IDE Help for FPC keywords activated, IDE find now supports multi lines, regexpr case insensitive, regexpr whole words
git-svn-id: trunk@9766 -
2006-08-29 17:35:20 +00:00
mattias
18782104b7 added resourcestrings
git-svn-id: trunk@9721 -
2006-08-14 09:19:37 +00:00
mattias
58fa336b31 added resourcestrings, enlarged findrename dlg
git-svn-id: trunk@9720 -
2006-08-14 09:05:05 +00:00
mattias
6fc60316d1 component palette: added resourcestrings
git-svn-id: trunk@9705 -
2006-08-06 08:52:27 +00:00
mattias
a97b122dcc Unit info dlg: added button to jump to include directive
git-svn-id: trunk@9703 -
2006-08-06 08:47:09 +00:00
mattias
48a8c90d20 added resourcestring
git-svn-id: trunk@9679 -
2006-07-25 22:49:35 +00:00
mattias
488f931a28 added resourcestrings
git-svn-id: trunk@9676 -
2006-07-25 22:05:42 +00:00
mattias
b116feb56e started LazDoc reading inherited help items
git-svn-id: trunk@9671 -
2006-07-25 07:41:45 +00:00
mattias
5643a1ba44 added Procedure Jump to source editor context menu
git-svn-id: trunk@9664 -
2006-07-22 13:54:55 +00:00
mattias
c44e425cb3 IDE: added trailing ellipsis for menu items with dialogs
git-svn-id: trunk@9661 -
2006-07-22 09:23:41 +00:00
mattias
f7938c879b fixed typo
git-svn-id: trunk@9658 -
2006-07-21 19:00:43 +00:00
mattias
9dcb4a3620 added resourcestring, added ampersand for close buttons, renamed env options backup option none
git-svn-id: trunk@9643 -
2006-07-20 19:31:12 +00:00
mattias
c75d21e68f file filter for the conversion tool from Darius
git-svn-id: trunk@9641 -
2006-07-20 19:03:14 +00:00
mattias
5ba422890c moved ProcedureList shortcut/command to the IDE key/menu tables from Graeme
git-svn-id: trunk@9636 -
2006-07-19 22:26:35 +00:00
mattias
67458062b3 started h2pas frontend, localized watch list
git-svn-id: trunk@9631 -
2006-07-18 23:05:46 +00:00
mattias
585a602696 IDE codetools: added option to disable adding semicolon for identifier completion
git-svn-id: trunk@9607 -
2006-07-14 15:13:05 +00:00
mattias
7ccd87bded added IDE macros: LanguageID and LanguageName bug #1931
git-svn-id: trunk@9605 -
2006-07-14 14:17:40 +00:00
marc
823f5330a4 * Patch from Darius for improved makeresstrdlg and more Dutch translations
git-svn-id: trunk@9550 -
2006-07-03 17:06:49 +00:00
mattias
31810fcee6 gtk2 intf: GDI fonts are now pango layouts instead of pango font descriptions, using the font cache similar to gtk1
git-svn-id: trunk@9499 -
2006-06-27 11:28:17 +00:00
mattias
e8a420de15 localized dialog to find components in the palette
git-svn-id: trunk@9435 -
2006-06-14 17:52:11 +00:00
mattias
63dd31ff22 implemented a dialog to find components in the palette
git-svn-id: trunk@9434 -
2006-06-14 17:50:08 +00:00
vincents
b9a1c62a21 added description of *.id.po files
git-svn-id: trunk@9415 -
2006-06-09 12:19:17 +00:00
mattias
532396d7d9 added chinese translation from 巫山霏云
git-svn-id: trunk@9363 -
2006-05-27 16:14:41 +00:00
mattias
eadacf707a compiler options: added option to show options : relatvie/absolute, .compiled files now create relative paths
git-svn-id: trunk@9349 -
2006-05-24 16:52:12 +00:00
mattias
3787720bcf fixed missing result
git-svn-id: trunk@9320 -
2006-05-21 07:49:00 +00:00
mattias
dc4d7c5d38 IDE now checks, if all files of the package exists
git-svn-id: trunk@9309 -
2006-05-19 16:27:15 +00:00
mattias
988f29ba13 LCL help is now autarc
git-svn-id: trunk@9278 -
2006-05-13 14:41:42 +00:00
mattias
9c1a175b91 fixed typos makro
git-svn-id: trunk@9271 -
2006-05-13 12:00:43 +00:00
mattias
b9bb55769f added help for code template dialog
git-svn-id: trunk@9217 -
2006-04-30 22:49:29 +00:00