Commit Graph

24737 Commits

Author SHA1 Message Date
wp_xyz
206425a357 JCF: Update German translation 2025-04-02 13:36:57 +02:00
Maxim Ganetsky
7c4f32681b IDEIntf: regenerated translations and updated Russian translation 2025-04-02 02:48:41 +03:00
Maxim Ganetsky
df205ffc25 IDEIntf: improved Save/Open dialog i18n for Treeview Items Editor 2025-04-02 02:44:27 +03:00
Martin
ebd7f56170 SynEdit: Improve d8e4b249c3, initialize out variable. issue #41553 2025-04-01 13:38:27 +02:00
Martin
a0891522ed AnchorDocking: Initialize out var. Issue #41558 2025-04-01 13:30:33 +02:00
Bart
391169053b IDE: Fix crash in the Treeview Items Editor which allowed trying to open an non-existing file. 2025-04-01 11:32:47 +02:00
Bart
6b2d34231b IDE: in the Treeview Items Editor, add the ability to load a treeview from xml. Resolves issue #40806. 2025-04-01 11:06:05 +02:00
Bart
d4168ad2aa IDE: in the Treeview Items Editor, add the ability to save a treeview as xml. Part of issue #40806. 2025-04-01 10:55:18 +02:00
zeljan1
d8e4b249c3 SynEditTextBuffer: initialize out variable. issue #41553 2025-03-31 13:47:48 +02:00
Martin
ede6127216 FpDebug: faster lookup for linker symbols (speeds up asm view) 2025-03-31 12:09:31 +02:00
Juha
3b0f60efcb ToDoList: Simplify and optimize. Fix function TextToSingleLine in LazStringUtils, now only used by ToDoList. Issue #41437. 2025-03-28 23:12:34 +02:00
Juha
9613485cf8 ToDoList: Recognize a plain ToDo better inside comment start/end marks. Issue #41437. 2025-03-28 16:08:19 +02:00
Martin
e8ec6ae160 IDE, SynEdit: PascalHighlighter, CustomWords for comment, fix multi-line // comment 2025-03-26 18:48:37 +01:00
Martin
63d93a19f0 TodoListLaz: Optimize SynEdit markup for comments / fixes for custom words in comments 2025-03-24 13:30:57 +01:00
Martin
8e59857521 IDE, SynEdit: PascalHighlighter, CustomWords (Tokens, must be identifier) for comment and string. Custom color for comment by type // vs (* . Includes Issue #40881 2025-03-24 13:30:56 +01:00
Martin
ee60271592 SynEdit: PascalHighlighter, refactor CustomTokens 2025-03-24 12:27:07 +01:00
Martin
6095fe864c SynEdit: fix range check in bracket matching 2025-03-24 12:27:07 +01:00
Jesus Reyes A.
894c942697 LazReport: fix export justify from LazReport to LibreOffice Calc/MS Excel, issue #41167 by Aleksey 2025-03-23 14:13:14 -06:00
Jesus Reyes A.
382516a4f2 LazReport: lr_officeimport and lrsSpreadsheetExport packages now requires laz_fpspreadsheet package 1.17 2025-03-23 14:11:37 -06:00
Martin
e05279af09 IDE, SynEdit: add ecDeleteLineKeepX 2025-03-23 12:57:15 +01:00
Martin
84a59bc88a SynEdit: add SQL dialect for MSSQL 2022. Issue #41543 Patch by paweld 2025-03-23 11:14:05 +01:00
Martin
822c0a1667 SynEdit: add SQL dialect for MSSQL 2022. Issue #41543 Patch by paweld 2025-03-23 10:35:23 +01:00
Jesus Reyes Aguilar
5f3ad1e7eb LazReport: Fix enable/disable export filters. By gucao issue #41149 2025-03-23 01:47:48 -06:00
Martin
bc80222f69 TodoListLaz: fix SynEdit markup for comments, if comments contain PasDoc (one comment returns multiple tokens) 2025-03-23 00:31:39 +01:00
Martin
c118272fc2 SynEdit: PascalHighlighter, optimize pasdoc scanning 2025-03-23 00:20:14 +01:00
Martin
df8d5fbc1b SynEdit: PascalHighlighter, Implement colors for nested brackets 2025-03-22 21:15:09 +01:00
Martin
f32ec2f41b SynEdit: PascalHighlighter, improve param/type attribs for anonymous procedures 2025-03-22 18:50:40 +01:00
Martin
be2125328e SynEdit: WordWrap, fix re-wrap. "Validate()" may have validated further nodes, NextBlockForValidation needs to check that before returning a node. 2025-03-22 18:50:03 +01:00
Martin
f74f454aee SynEdit: PasHighlighter, don't attempt to merge nil attrib 2025-03-21 16:21:11 +01:00
Martin
4b3cb64bd6 SynEdit: elastic tab, fix stack overflow with shared text buffers. Ping-pong between 2 elastic-tab-views. 2025-03-21 15:06:33 +01:00
Martin
58bbbf0696 SynEdit: PasHighLighter, reduce overhead for extra-attrib-colors 2025-03-21 15:06:33 +01:00
Martin
83ef9dce86 IDE: fix translations for color opts, broken in 900e58ed4f by too early init. 2025-03-20 21:12:00 +01:00
Martin
41ef935d69 SynEdit: PasHighLighter, improve partial code detection. Check if function/procedure can be a type-declaration, or are a named function. 2025-03-20 20:35:40 +01:00
Martin
930711d80f SynEdit: PasHighLighter, improve partial code detection. Check if function/procedure can be a type-declaration, or are a named function. 2025-03-20 20:34:35 +01:00
Martin
a62266dc99 SynEdit: Fix crash when textviews were changed, introduced in 6efa78a255 2025-03-20 19:44:08 +01:00
Martin
4a81cf9580 SynEdit: PasHighLighter, improve partial code detection. Check if function/procedure can be a type-declaration, or are a named function. 2025-03-20 17:36:03 +01:00
Maxim Ganetsky
6024fcb964 TodoList: regenerated translations and updated Russian translation 2025-03-20 19:16:03 +03:00
Maxim Ganetsky
309be93986 TodoList: moved some resource strings to already existing file 2025-03-20 19:16:03 +03:00
Martin
2a78f345ae SynEdit: PasHighLighter, improve cppclass, allow external 2025-03-20 11:43:56 +01:00
Martin
c477ea0e17 TodoList: updated Makefile 2025-03-19 23:39:42 +01:00
Martin
40f380413a LazEdit: Updated fpmake 2025-03-19 23:35:54 +01:00
Martin
900e58ed4f Ide, TodoListLaz: Add IdeIntf for color scheme / Add "todo comment" markup for SourceEditor Issue #41420 2025-03-19 23:22:18 +01:00
Martin
6efa78a255 IDE, SynEdit: update Scrollbars when view change (e.g. wrap added/removed) / Add Begin/EndUpdate 2025-03-19 17:09:25 +01:00
mattias
447b40f4c8 codetools: fixed searching includefile with non pascal extension 2025-03-19 11:16:33 +01:00
mattias
eb2a771f19 lazwiki: fixed compile 2025-03-18 09:47:45 +01:00
mattias
a7b3a555a2 lazutils: clean up 2025-03-18 09:47:23 +01:00
Martin
bf72b42576 SynEdit: PasHighLighter, improve class section (public/private) in unfinished code. Prefer showing as keyword. 2025-03-17 13:19:55 +01:00
Martin
08a52e82f2 SynEdit: PasHighLighter, fix case-label vs goto-label 2025-03-17 10:53:31 +01:00
Martin
515752eac7 SynEdit: PasHighLighter, "is nested" 2025-03-16 21:56:47 +01:00
Martin
1ec1f1e30c SynEdit: PasHighLighter, improve "external name ..." 2025-03-16 21:03:10 +01:00