Commit Graph

6139 Commits

Author SHA1 Message Date
Ansgar Becker
75492fc553 Restore/keep cursor position in filter editor after refresh 2021-04-15 08:08:04 +02:00
Ansgar Becker
e403cb7900 Auto-scroll to edited grid cell. See https://www.heidisql.com/forum.php?t=37805 2021-04-14 07:27:55 +02:00
Ansgar Becker
acb11f8647 Optimize TSQLSentence.GetSQL 2021-04-10 19:19:05 +02:00
Ansgar Becker
fe4e29e2e3 Initialize global SystemImageList variable, to fix potential issues in apphelpers.GetSystemImageList 2021-04-10 19:18:12 +02:00
Ansgar Becker
4d5d8584cb Issue #1352: user manager: sync checked state on out-of-view child nodes 2021-04-08 09:26:26 +02:00
Ansgar Becker
6b6dfb80f6 Tweak madExcept settings:
* automatically continue application if user does not click anything for a while
* hide callstack by default
* do not upload unused screenshots
2021-04-07 13:01:18 +02:00
Ansgar Becker
24ff1c1fc6 Issue #136: fix OS crash with large cell text when reading FEdit.SelStart/Length 2021-03-31 16:02:14 +02:00
Ansgar Becker
edbb87fc01 Issue #136: cursor position with local number format 2021-03-31 16:00:49 +02:00
Ansgar Becker
b181e85090 Include some missing functions from "comparison operators" help section, like COALESCE, GREATEST and ISNULL. Closes #1342 2021-03-22 16:39:02 +01:00
Ansgar Becker
da4188dc46 Issue #136: activate line modification marker in memo gutter 2021-03-17 18:46:56 +01:00
Ansgar Becker
d5f7f84f43 Issue #136: auto-remove empty registry subkeys created just through AppSettings.SessionPath := GetRegKeyTable, indirectly by TAppSettings.PrepareRegistry 2021-03-17 18:17:06 +01:00
Ansgar Becker
97f79e4a0c Issue #136: include remaining 4 highlighters in SynEdit project files and make them available in text editor 2021-03-17 17:41:48 +01:00
Ansgar Becker
c82fada994 Issue #136: restore text selection after switching highlighter 2021-03-17 09:41:10 +01:00
Ansgar Becker
ddea7e8b78 Issue #136: remove support for crashing x86 Assembly MASM highlighter 2021-03-17 09:39:55 +01:00
Ansgar Becker
ed414d2638 Issue #136: remove dependency of existent but non-included WebIDL and ZPL highlighter unit 2021-03-16 20:22:47 +01:00
Ansgar Becker
ca9968626d Issue #136: remove dependency of existent but non-included Rexx highlighter unit 2021-03-16 20:20:03 +01:00
Ansgar Becker
f37bbad83e Issue #136: add missing new file, overseen in previous commit 2021-03-16 20:17:25 +01:00
Ansgar Becker
a3f70b5641 Issue #136: remove dependency of existent but non-included LLVM highlighter unit 2021-03-16 20:14:15 +01:00
Ansgar Becker
1e94af8374 Issue #136: update SynEdit sources 2021-03-16 20:12:46 +01:00
Ansgar Becker
5df986eb6a Issue #136: sync SynEdit runtime project files with original branch 2021-03-16 19:59:15 +01:00
Ansgar Becker
0181a8467f Issue #136: attempt to fix compiler hint: H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list 2021-03-16 19:44:27 +01:00
Ansgar Becker
586eb52593 Issue #136: remove now unused TLineNormalizingMemo code 2021-03-16 18:47:22 +01:00
Ansgar Becker
62793f0879 Issue #136: fix crash now that ActiveGrid may return nil 2021-03-16 18:46:22 +01:00
Ansgar Becker
c75dfc2274 Issue #136: adjust code for displaying cursor position to the new SynMemo approach 2021-03-16 18:38:27 +01:00
Ansgar Becker
3647316425 Issue #136: Create TSynMemo on text editor at design time, not at runtime. Not sure why I moved that in 2015.
* support find/replace using our self baken dialog
* fix non-working shortcuts for find/replace actions
2021-03-16 18:24:43 +01:00
Ansgar Becker
9dcd446a47 Issue #136: Replace the standard memo on the grid cell text editor with a TSynMemo. And provide all supported highlighters in a drop-down, remembering the previously selected highlighter. 2021-03-14 20:46:30 +01:00
Ansgar Becker
5b86687f2c Database search feature: prefer a normal log line for tables with no matching data type, so the "Found rows" column has a number, to fix wrong sorting 2021-03-12 09:10:04 +01:00
Ansgar Becker
79b9d7caf8 Issue #1113: reduce annoyance factor when resizing mainform, no longer reduce query tab height even when it's overlapped by log panel 2021-03-05 10:50:23 +01:00
Ansgar Becker
3e7a706caa Always read portable settings file and imported settings file in UTF8 mode, instead of (falsely) auto-detecting the encoding. Fixes broken characters loaded from a portable file larger than the examined 16 (?) KB. See pm from FP. 2021-03-03 07:39:03 +01:00
Ansgar Becker
5204ac54fa Set explicit default value "NO ACTION" for ON UPDATE/DELETE clauses when creating a foreign key. Closes #1320 2021-02-27 11:08:57 +01:00
Ansgar Becker
6e053ee640 Issue #1321 : move jsonb data type to text category, to activate the text editor for such fields 2021-02-25 21:20:22 +01:00
Ansgar Becker
836189e754 Issue #1299: attempt to prevent crash in DBtreeFocusChanged 2021-02-11 22:34:00 +01:00
Ansgar Becker
bfca2af12c Issue #135: ClickHouse compatible query alternative for SHOW VARIABLES 2021-02-10 06:46:48 +01:00
Ansgar Becker
ab502cdc0a Issue #135: ClickHouse compatible query alternative for SHOW /*!50002 GLOBAL */ STATUS 2021-02-08 20:04:00 +01:00
Ansgar Becker
7597385618 Issue #135: basic support for ClickHouse MySQL protocol 2021-02-08 19:52:42 +01:00
Ansgar Becker
3cf4409ddf Issue #1298: support check constraints on MySQL, MSSQL and PG by retrieving the with a different query, without IS.CHECK_CONSTRAINTS.TABLE_NAME 2021-02-08 07:58:28 +01:00
Ansgar Becker
08119df1e1 Issue #1306: attempt to set a connection timeout for MySQL/MariaDB, in this case for an AWS rds instance 2021-02-07 21:30:19 +01:00
Ansgar Becker
3fe1bc6f9c Shorten issue template advice - still seems to be ignored 2021-02-07 13:38:17 +01:00
Ansgar Becker
cb2711d88e Issue #1302: overtake renames and additions to user privileges in MariaDB 10.5.2 2021-02-04 07:34:47 +01:00
Ansgar Becker
647dc73799 Fix wrong quotes around CURRENT_TIMESTAMP default value on Percona and friends. Closes #1282 2021-02-03 18:15:06 +01:00
Ansgar Becker
bc26484701 Issue #397: Add support for logging DML queries, and make log file path fully customizable. Requires to move some session settings to a new SSL tab, to reduce the required dialog height. 2021-01-29 08:25:14 +01:00
Ansgar Becker
153e0724bd Issue #397: Implement logging of DDL queries to migration files 2021-01-28 08:23:12 +01:00
Ansgar Becker
be66d708dc Issue #397: simplify synchronized code calls in query threads, especially wrt LogFromOutside() 2021-01-27 22:41:56 +01:00
Ansgar Becker
ac9f16e4d1 Fix %db in file pattern being replaced like a %d (current day) with a literal "b" after it. 2021-01-27 22:35:47 +01:00
Ansgar Becker
da2fe28cc3 Update year in license text 2021-01-27 21:19:24 +01:00
Ansgar Becker
2ded25f76c Fix empty query body when deleting grid rows in MSSQL mode, broken in b9b5976413. Closes #1294 2021-01-26 21:46:25 +01:00
Ansgar Becker
d5d7e145a9 Bump version for v11.1 release 11.2 2021-01-24 11:58:21 +01:00
Ansgar Becker
9fcfda8cba Follow up to e66121a1c3: extend warning message to point the user in the right direction. See https://www.heidisql.com/forum.php?t=37505#p37514 2021-01-22 08:05:29 +01:00
Ansgar Becker
391a9aba88 Simplify bug report template to make it more likely users don't remove the template. Also, move preconditions to top, to give them more priority. 2021-01-21 08:30:05 +01:00
Ansgar Becker
c6d9af9a3a Separate Create > "Stored routine" menu item into two, one for procedures and one for functions. Closes #987 2021-01-17 14:37:34 +01:00