michael
|
d162830c68
|
* Add Show Rest Panel to options menu, save/restore state
git-svn-id: trunk@63162 -
|
2020-05-15 11:17:51 +00:00 |
|
michael
|
0b958007c1
|
* Enable close tabs
git-svn-id: trunk@63161 -
|
2020-05-15 11:03:40 +00:00 |
|
mattias
|
c64cd287c5
|
codetools: var completion of for-var-in-genericarray, from Pascal Riekenberg, issue #37076
git-svn-id: trunk@63160 -
|
2020-05-15 09:37:49 +00:00 |
|
mattias
|
9083125eb6
|
codetools: fixed semicolon after specialize on class completion, from Pascal Riekenberg
git-svn-id: trunk@63159 -
|
2020-05-15 08:37:03 +00:00 |
|
maxim
|
b6973ea6b7
|
Datadict: fixed compilation with FPC 3.0.4 after r63152 #2bb9bcd7ac
git-svn-id: trunk@63158 -
|
2020-05-14 22:46:32 +00:00 |
|
martin
|
6453e6316b
|
SynEdit: Fix search end detection (ifdef)
git-svn-id: trunk@63157 -
|
2020-05-14 19:30:01 +00:00 |
|
martin
|
c9dea89ec8
|
FpDebug: Linux, Fix accessing dangling pointer while pausing all threads. (thread removed, after exit-signal)
git-svn-id: trunk@63156 -
|
2020-05-14 15:55:07 +00:00 |
|
martin
|
2af8ae984c
|
SynEdit: Clean up "IsUtf8"
git-svn-id: trunk@63155 -
|
2020-05-14 15:55:06 +00:00 |
|
michael
|
506b761816
|
Correct some visual deficiencies: tab caption for connection tabsheets. Refreshing treeview list doubles list. Register connection editor for MSSQL
git-svn-id: trunk@63154 -
|
2020-05-14 14:46:05 +00:00 |
|
michael
|
95bdfd1be4
|
* Some corrections in set unit name based on filename
git-svn-id: trunk@63153 -
|
2020-05-14 11:48:24 +00:00 |
|
michael
|
2bb9bcd7ac
|
* Allow code preview, set unit name based on filename
git-svn-id: trunk@63152 -
|
2020-05-14 11:44:03 +00:00 |
|
michael
|
e1c01042db
|
* Event handlers for export/code buttons were not assigned
git-svn-id: trunk@63151 -
|
2020-05-14 11:14:42 +00:00 |
|
michael
|
664a13921d
|
* Remove unused field
git-svn-id: trunk@63150 -
|
2020-05-14 11:14:16 +00:00 |
|
mattias
|
eb33c352df
|
codetools: test parsing nested generic inline expression, from Pascal Riekenberg
git-svn-id: trunk@63149 -
|
2020-05-14 08:18:22 +00:00 |
|
mattias
|
9aa25f1ba7
|
codetools: extract generic type reference, from Pascal Riekenberg
git-svn-id: trunk@63148 -
|
2020-05-14 08:17:17 +00:00 |
|
juha
|
b4415f3aa4
|
LCL: Don't trigger click event on TreeView's fold-arrow if another node is selected. Issue #37051.
git-svn-id: trunk@63147 -
|
2020-05-13 22:29:10 +00:00 |
|
juha
|
c236e626e7
|
LazReport: Remove property "ReadOnly" from CheckBox in Lr_prdlg. Issue #37066, patch from Zdravko Gabrovski.
git-svn-id: trunk@63146 -
|
2020-05-13 21:21:46 +00:00 |
|
juha
|
60d719d70a
|
LazUtils: Font kerning for LazFreeType. Issue #37058, patch from circular.
git-svn-id: trunk@63145 -
|
2020-05-13 21:05:37 +00:00 |
|
mattias
|
a1dc8b06a0
|
IDE: less debug
git-svn-id: trunk@63144 -
|
2020-05-13 08:58:51 +00:00 |
|
mattias
|
e1e4680a77
|
lcl gtk2: fixed gtk warnings
git-svn-id: trunk@63143 -
|
2020-05-13 08:52:21 +00:00 |
|
juha
|
e7cce245c9
|
LCL: Reshow an application hint correctly. Issue #37053, patch from Zaher Dirkey.
git-svn-id: trunk@63142 -
|
2020-05-12 20:03:34 +00:00 |
|
juha
|
b7b65a9256
|
Docs: Fix links and content in LCL documentation. Issue #37045, patch from Don Siders.
git-svn-id: trunk@63141 -
|
2020-05-12 20:03:33 +00:00 |
|
juha
|
52939a42db
|
LazUtils: Formatting.
git-svn-id: trunk@63140 -
|
2020-05-12 18:52:11 +00:00 |
|
juha
|
11e2bdecbc
|
LCL: Don't trigger double-click on TreeView's fold-arrow if another node is selected. Issue #37051.
git-svn-id: trunk@63139 -
|
2020-05-12 18:52:10 +00:00 |
|
mattias
|
36e7acabf5
|
codetools: fixed AV
git-svn-id: trunk@63138 -
|
2020-05-12 17:19:27 +00:00 |
|
mattias
|
1c9deb7a4c
|
codetools: undo patch r62693 #d1b15edcfe, it broke some tests
git-svn-id: trunk@63137 -
|
2020-05-12 17:08:22 +00:00 |
|
mattias
|
797768a965
|
codetools: code completion for "FOR var IN" with generic class, from Pascal Riekenberg
git-svn-id: trunk@63136 -
|
2020-05-12 16:47:24 +00:00 |
|
martin
|
71a1fe80e4
|
Debugger: GDBMI-Server, use target remote for socket or IP, depending on port config. Issue #0036858
git-svn-id: trunk@63135 -
|
2020-05-10 23:44:34 +00:00 |
|
juha
|
da1e9bb5c1
|
LazUtils: Initialize LazFreeType variables. Prevent range errors. Issue #37033, patch from circular.
git-svn-id: trunk@63134 -
|
2020-05-10 18:55:24 +00:00 |
|
ondrej
|
e3a0380ebe
|
Packager LPK: save lpfCompatibilityMode flag
git-svn-id: trunk@63133 -
|
2020-05-10 17:45:01 +00:00 |
|
martin
|
69cd1abf4a
|
Debugger: Prevent console output from adding linefeeds. Issue #0036898
git-svn-id: trunk@63132 -
|
2020-05-10 15:57:42 +00:00 |
|
juha
|
e0156207ac
|
LCL: Initialize image description in widgetsets where not done already. Issue #36955, patch from Michal Gawrycki.
git-svn-id: trunk@63131 -
|
2020-05-09 22:28:29 +00:00 |
|
juha
|
8946cd3dd1
|
LazUtils: Allow hints to reveal a bug in TFreeTypeGlyph. Formatting.
git-svn-id: trunk@63130 -
|
2020-05-09 18:34:49 +00:00 |
|
juha
|
77a9fd307d
|
LazUtils: Rename variable "generic" as "genericP" to not confuse Codetools.
git-svn-id: trunk@63129 -
|
2020-05-09 18:34:48 +00:00 |
|
juha
|
74b8021cc2
|
LazUtils: Initialize LazFreeType graphics state correctly. Issue #37033, patch from circular.
git-svn-id: trunk@63128 -
|
2020-05-09 18:34:47 +00:00 |
|
wp
|
e3569b9c13
|
IDE: Replace palette icon of TCSVDataset to match in color and font size with the others icons on this palette. Kindly provided by Roland Hahn.
git-svn-id: trunk@63127 -
|
2020-05-09 18:00:23 +00:00 |
|
juha
|
d96645d9ff
|
LazUtils: Fix LazFreeType glyph bounds. Issue #37022, patch from circular.
git-svn-id: trunk@63126 -
|
2020-05-09 08:05:41 +00:00 |
|
juha
|
8fccfb64ef
|
LazUtils: Do not garble LazFreeType fonts. Issue #37012, patch from circular.
git-svn-id: trunk@63125 -
|
2020-05-07 20:20:56 +00:00 |
|
martin
|
9679fa6543
|
SynEdit: Recognize/Set common clipboard column-mode indicators(Windows). Allow to exchange column mode selection with other apps
git-svn-id: trunk@63124 -
|
2020-05-06 13:49:21 +00:00 |
|
maxim
|
c427ad7a78
|
ProjectTemplates: moved all resource strings to ptstrconst.pas, merged translations accordingly
git-svn-id: trunk@63123 -
|
2020-05-05 23:13:13 +00:00 |
|
martin
|
8f790c9d9e
|
SynEdit: Pascal Highlighter - only store property TypeHelpers if user changed, issue #0036969 . / fix incorrectly overwriting NestedComments when Loading.
git-svn-id: trunk@63122 -
|
2020-05-05 18:16:58 +00:00 |
|
martin
|
2c7d4c9e91
|
Installer, Win: Add-on installer, do not complain that dir exists / update compression settings
git-svn-id: trunk@63121 -
|
2020-05-05 17:52:12 +00:00 |
|
martin
|
6d12880cda
|
Installer, Win: correct icons, issue #0035707
git-svn-id: trunk@63120 -
|
2020-05-05 17:51:42 +00:00 |
|
maxim
|
7161422840
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@63119 -
|
2020-05-05 16:07:03 +00:00 |
|
martin
|
42226b563a
|
IDE, SynEdit: ecPasteAsColums, paste clipboard - forcing column mode
git-svn-id: trunk@63118 -
|
2020-05-05 14:40:11 +00:00 |
|
maxim
|
6dd8905c57
|
IDE: Turkish translation update by Onur ERÇELEN, bug #37019
git-svn-id: trunk@63117 -
|
2020-05-05 13:14:29 +00:00 |
|
maxim
|
f247cb244e
|
Opkman: Turkish translation update by Onur ERÇELEN
git-svn-id: trunk@63116 -
|
2020-05-05 12:59:36 +00:00 |
|
dmitry
|
56f22cd0d8
|
cocoa: fix for the compilation of previously removed ReadOnly. bug #37009. The patch by Alexander Koblov. todo: need to have a proper OOP replacement with lclXXX methods in cocoa combobox classes
git-svn-id: trunk@63115 -
|
2020-05-05 03:29:08 +00:00 |
|
maxim
|
3e6dd5b727
|
SQLDB: moved all resource strings to sqldbstrconst.pas, merged translations accordingly
git-svn-id: trunk@63114 -
|
2020-05-04 16:30:51 +00:00 |
|
mattias
|
d946defc0d
|
rpm: added fpcmkcfg
git-svn-id: trunk@63113 -
|
2020-05-02 18:34:19 +00:00 |
|