Commit Graph

14463 Commits

Author SHA1 Message Date
mattias
8da7ce5038 lhelp: fixed compilation
git-svn-id: trunk@49854 -
2015-09-20 15:14:54 +00:00
mattias
a0e37c6b04 macfiles: fixed compilation
git-svn-id: trunk@49853 -
2015-09-20 15:13:29 +00:00
mattias
6e84cb390d codetools: local var completion: group vars with same type, from Ondrej Pokorny
git-svn-id: trunk@49840 -
2015-09-16 12:06:18 +00:00
bart
eaca242dbb SynEdit: TSynCustomExporter: Clear the ClipBoard in CopyToClipboardFormat,
otherwise external applications will only ever see the first Copy we put there.

git-svn-id: trunk@49838 -
2015-09-16 11:10:38 +00:00
mattias
f4836cb1da codetools: GetSmartHint: ctnSetType: fixed
git-svn-id: trunk@49837 -
2015-09-16 08:50:37 +00:00
mattias
fca3ce09ec codetools: GetSmartHint: ctnSetType: limitless
git-svn-id: trunk@49836 -
2015-09-16 08:23:22 +00:00
mattias
ca9e9967a2 codetools: GetSmartHint: ctnSetType: append initial value, from Ondrej Pokorny
git-svn-id: trunk@49835 -
2015-09-16 08:22:26 +00:00
mattias
87f3fd5da2 codetools: GetSmartHint: ctnSetType fixed copy
git-svn-id: trunk@49834 -
2015-09-16 08:19:40 +00:00
mattias
9aaf5b19da codetools: improved smart hint for set and enums from Ondrej Pokorny
git-svn-id: trunk@49829 -
2015-09-15 20:32:16 +00:00
mattias
a0b6593d68 opengl: added DebugContext, patch #28671
git-svn-id: trunk@49828 -
2015-09-15 12:47:22 +00:00
bart
9c3d4cb567 SynEdit: TSynEditExporterHtml:
- Use property options to control output of the export
- Deprecate property CreateHTMLFragment (use Options instead)
- Make it possible to include a DocType definitions and a CharSet definition in the output (#issue #0028627)
- Fix wrong values in the Windows header for the ClipBoard (Issue #0028633)
  (These two fixes depended on eachother, so they are in one commit)
- ExportAsText now only affects how the stream is copied to the ClipBoard (as the comments in SynEditExport state)
- Try to make the whole thin less Windows centric
- Don't escape single and double quote, it's not necessary in the body text.
- Refactor

git-svn-id: trunk@49820 -
2015-09-13 12:10:32 +00:00
michael
7dba150a36 * Dependency on FPCUnitConsoleRunner is not needed since a long time, the functionality is in FCL
git-svn-id: trunk@49818 -
2015-09-12 09:41:06 +00:00
mattias
ff1747c1eb opengl: cocoa: init with attributes
git-svn-id: trunk@49816 -
2015-09-11 15:52:12 +00:00
mattias
49c39a1f96 todolist: help button open wiki page, patch #28649 from Alexey Torgashin
git-svn-id: trunk@49813 -
2015-09-10 14:20:04 +00:00
mattias
a85bd20548 anchordocking: clean up
git-svn-id: trunk@49812 -
2015-09-10 14:19:30 +00:00
juha
24978f559e IDE: Enhanced JumpTo* commands for procedure header and begin. Issue #28612, patch from Ondrej Pokorny.
git-svn-id: trunk@49811 -
2015-09-10 13:57:24 +00:00
juha
5933e509b6 ChmHelp: Use right units from LazUtils.
git-svn-id: trunk@49808 -
2015-09-10 12:12:02 +00:00
mattias
796a5fdd00 IDE+codetools: property completion: options to use a prefixed name as Set mthod parameter, patch #28181 from Ondrej Pokorny
git-svn-id: trunk@49807 -
2015-09-10 11:51:16 +00:00
mattias
6637d69e9a IDE: store open packages when closing and reopen them on next start, added option to disable this, patch from Ondrej Pokorny
git-svn-id: trunk@49804 -
2015-09-10 08:50:39 +00:00
mattias
bf21367723 IDE: restore desktop: multiple source editors, from Ondrej Pokorny
git-svn-id: trunk@49802 -
2015-09-09 22:25:57 +00:00
jesus
67c31934b5 LazReport: fix mem leak
git-svn-id: trunk@49800 -
2015-09-09 19:19:14 +00:00
mattias
f228ab12a3 IDE: RestoreSimpleLayout: trigger layoutchanged only if something changed
git-svn-id: trunk@49798 -
2015-09-09 15:26:07 +00:00
mattias
5195829561 todolist: added button panel, patch #28649 from Alexey Torgashin
git-svn-id: trunk@49797 -
2015-09-09 15:25:17 +00:00
mattias
8d32bb263f codetools: use camelcase for system unit under Delphi, make ExpressionTypeDescNames a var, patch #28648 from Ondrej Pokorny
git-svn-id: trunk@49796 -
2015-09-09 11:16:09 +00:00
sekelsenmat
0da4587e23 cocoa: OpenGL control events were blocked because it thought the control was disabled
git-svn-id: trunk@49792 -
2015-09-09 07:33:08 +00:00
juha
01fb926e17 AnchorDocking: Fix memory management of FRestoreLayouts between AnchorDockMaster and TAnchorDesktopOpt classes.
git-svn-id: trunk@49788 -
2015-09-08 20:54:36 +00:00
juha
3f0e11a05b AnchorDocking: Refactor and restore some removed methods. Remove IDE dependency added in r49778 #50bc37338d.
git-svn-id: trunk@49787 -
2015-09-08 12:31:06 +00:00
juha
78a3ce2949 New options file for package AnchorDockingDsgn. Refactored out from earlier commit.
git-svn-id: trunk@49786 -
2015-09-08 12:18:39 +00:00
mattias
7c06d1ecd3 IDE: codetools defines editor: nicer layout, wordwrap off, patch #28637 from Alexey Torgashin
git-svn-id: trunk@49784 -
2015-09-08 11:44:04 +00:00
juha
d92ea0400e AnchorDocking: Replace FileUtil -> LazFileUtils. Reorder units.
git-svn-id: trunk@49781 -
2015-09-08 07:39:51 +00:00
juha
50bc37338d IDE, AnchorDocking: Support desktops also with docked IDE. Move configuration to environment options. By Ondrej Pokorny.
git-svn-id: trunk@49778 -
2015-09-07 22:01:22 +00:00
mattias
b221e1434d synedit: synexporthtml: fixed working with UTF-8
git-svn-id: trunk@49765 -
2015-09-05 20:53:43 +00:00
jesus
79c0805afb LazReport, lrCodeReport: sample for testing text layout
git-svn-id: trunk@49764 -
2015-09-05 19:00:17 +00:00
jesus
66468c8af8 LazReport, lrCodeReport: add missing layout text property, from Frans van Leeuwen, issue #28609
git-svn-id: trunk@49763 -
2015-09-05 18:55:30 +00:00
mattias
d368f7dcb5 IDEIntf: renamed AddCsutomMessage to AddIDEMessage
git-svn-id: trunk@49762 -
2015-09-05 18:11:36 +00:00
mattias
c99cdd9e57 lazbuild: fixed crash when adding a non existing resource file
git-svn-id: trunk@49761 -
2015-09-05 18:10:07 +00:00
jesus
8804bbadce LazReport: lrCodeReport RunReport procedure now takes an argument for optionally showing the report after run
git-svn-id: trunk@49760 -
2015-09-05 17:34:40 +00:00
bart
bb8c94cba4 MessageComposer:
* refactor
* fix wrong boolean parameter in InputQuery
* fix wrong resulttype of InputBox and PasswordBox
* fix crash when CaseResultCheckGroup is empty
* less hints
* fix grammar and typo in comment
(Also fixes issue #0028481)

git-svn-id: trunk@49759 -
2015-09-05 15:45:19 +00:00
juha
dabd4106ff AnchorDocking: Prevent a crash when closing the IDE. Patch from Ondrej Pokorny.
git-svn-id: trunk@49757 -
2015-09-04 18:48:50 +00:00
juha
6c11debd0c AnchorDocking: Add $(IDEBuildOptions) to the package's custom options. Can be debugged together with IDE.
git-svn-id: trunk@49755 -
2015-09-04 11:30:22 +00:00
maxim
1d1aa993ef IDEIntf: fixed DBGrid column deletion prompt, bug #28611
git-svn-id: trunk@49750 -
2015-09-03 16:32:34 +00:00
mattias
5dadb9fdad codetools: identifier completion: add variant, patch #28615 from Ondrej Pokorny
git-svn-id: trunk@49748 -
2015-09-03 10:52:20 +00:00
mattias
f9f232ea0b codetools: improved smarthints, show definition, patch #28610, from Ondrej Pokorny
git-svn-id: trunk@49740 -
2015-09-02 11:27:34 +00:00
juha
f3124b5751 IdeIntf, TAChart: Fix errors in fields editor made in r49233 #255bf5782e. Issue #28595.
git-svn-id: trunk@49739 -
2015-09-02 10:10:47 +00:00
juha
d66a3c37e6 IDE: Implement all IDE ToolButtons with a special behavior using the new API. By Ondrej Pokorny.
git-svn-id: trunk@49736 -
2015-09-02 05:28:06 +00:00
jesus
0ca49a5f21 LCL, fix CSV import into StringGrid omits first line, from wp, issue #28582
git-svn-id: trunk@49735 -
2015-09-01 19:20:51 +00:00
wp
fceebc4be9 TAChart: Publish OnResize event.
git-svn-id: trunk@49733 -
2015-09-01 10:48:37 +00:00
juha
6a78b21447 IDE: Create an API for IDE's ToolButtons and use it for Desktop list and JumpToSection list. Made by Ondrej Pokorny and myself.
git-svn-id: trunk@49732 -
2015-09-01 10:43:00 +00:00
jesus
400b4c4719 LazReport: fixes and improvements on spreadsheet exporters, patch from Aleksey Lagunov
1. Improved speed on export 
2. Fix export vertical merged cells
3. Add filter in save reports dialog for export to MS Excel 2007/2010
4. Fix scale factor on export - use hard coded const 
5. Replace array to TfpList for register export filters
6. Add code for disable export filters in run-time
7. In report designer fix FileName property on preview report

git-svn-id: trunk@49728 -
2015-08-30 17:38:01 +00:00
mattias
0d1ecc5f84 codetools: added CPU target avr, issue #28581
git-svn-id: trunk@49723 -
2015-08-28 19:10:11 +00:00