maxim
3ebd7fc7fb
LazUtils: translations.pas unit: always remove old instance of renamed item from PO file. Before this commit we had the following erratic behavior in some cases (e.g. in files with only one resourcestring):
...
Change identifier of some resourcestring from "a" to "b" => PO file contains both "a" and "b" items, but should contain only "b" one.
git-svn-id: trunk@57382 -
2018-02-26 23:20:12 +00:00
martin
7b1fafdd6a
Debugger, GDBMI: debug inspector, display errors in status bar
...
git-svn-id: trunk@57381 -
2018-02-26 21:53:28 +00:00
martin
beefb8ac70
Debugger, GDBMI: preserve/restore (workaround). gdb error msg, when using ptype from cache.
...
git-svn-id: trunk@57380 -
2018-02-26 18:39:24 +00:00
martin
16a97ce6a6
Debugger, GDBMI: improve warnings for internal errors
...
git-svn-id: trunk@57379 -
2018-02-26 17:03:24 +00:00
martin
a5bdcf5dca
Debugger, GDBMI: (try/improve) prevent gdb from terminating after internal error.
...
git-svn-id: trunk@57378 -
2018-02-26 16:01:20 +00:00
michael
2057e3b9d4
* Forgot to commit, add lazmrumenu package to requires list
...
git-svn-id: trunk@57377 -
2018-02-26 10:35:54 +00:00
juha
e84122997a
LCL-GTK2: Fix TMemo SelText problem with Unicode. Issue #33225 , patch from accorp.
...
git-svn-id: trunk@57376 -
2018-02-25 21:21:39 +00:00
mattias
b954691645
lazbuild: comment
...
git-svn-id: trunk@57375 -
2018-02-25 16:28:35 +00:00
mattias
96d15f563f
lazbuild: comment
...
git-svn-id: trunk@57374 -
2018-02-25 16:13:40 +00:00
michl
193932300b
LCL: ShortCutToText faster, with array. Issue #30992 . Patch by AlexeyT
...
git-svn-id: trunk@57373 -
2018-02-25 14:13:12 +00:00
mattias
ca33175c5f
lazbuild: use environment value of MaxExtToolsInParallel
...
git-svn-id: trunk@57372 -
2018-02-25 12:32:30 +00:00
mattias
ba9c69e6b3
codetools: debug for no node at cursor
...
git-svn-id: trunk@57371 -
2018-02-25 12:27:52 +00:00
maxim
32888ff513
LazUtils: translations.pas unit: reduced lowercase function calls
...
git-svn-id: trunk@57367 -
2018-02-24 23:00:57 +00:00
maxim
afe1fc7762
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33213
...
git-svn-id: trunk@57363 -
2018-02-24 21:57:20 +00:00
maxim
6c06e1c67a
Translations: LCL Polish translation update by Jacek Kruszniewski, bug #33200
...
git-svn-id: trunk@57362 -
2018-02-24 21:49:40 +00:00
martin
b4037cfd4f
SynEdit: Completion box, respect space for taskbar. Use screen.WorkArea. Issue #033180
...
git-svn-id: trunk@57361 -
2018-02-24 21:43:22 +00:00
bart
9801fd24ee
Dialogs: overload CreateMessageDlg function with parameter to set dialog caption.
...
git-svn-id: trunk@57360 -
2018-02-24 16:01:21 +00:00
michael
3f3f298212
* Patch from Andreas Friess to add MRU menu
...
git-svn-id: trunk@57359 -
2018-02-24 15:21:09 +00:00
michael
fe087e9ac4
* Do not allow data management in the IDE
...
git-svn-id: trunk@57358 -
2018-02-24 14:56:25 +00:00
michael
f6c552eca5
* Aliases for conventience
...
git-svn-id: trunk@57357 -
2018-02-24 14:55:59 +00:00
michael
a35bc6dcd0
* Fix bug ID #33219
...
git-svn-id: trunk@57356 -
2018-02-24 14:52:15 +00:00
wp
7787ca1fdd
LCL/ValuelistEditor: Change column titles from "Key"/"Name" to "Key"/"Value"
...
git-svn-id: trunk@57355 -
2018-02-24 11:45:10 +00:00
martin
1f0b04b667
IDE, Debugger Options: Remove "Signals" config page as it is not implemented.
...
git-svn-id: trunk@57354 -
2018-02-23 13:41:48 +00:00
maxim
f9b0f8efa4
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33206
...
git-svn-id: trunk@57353 -
2018-02-22 22:43:34 +00:00
maxim
a227aeb769
Translations: LCL Polish translation update by Jacek Kruszniewski, bug #33200
...
git-svn-id: trunk@57351 -
2018-02-22 22:19:42 +00:00
martin
b3da046aeb
Debugger, GDBMI: add option to disable case sensitivity in gdb / useful with dwarf 3. (by default disable for gdb 7.4 and up)
...
git-svn-id: trunk@57350 -
2018-02-22 21:00:31 +00:00
martin
e44d30fc02
SourceEditor, Debug Hint: Improved display of dereferenced values
...
git-svn-id: trunk@57349 -
2018-02-22 13:49:34 +00:00
martin
b49e87db2a
SynEdit: (temporarily) made TSynCustomHighlighter.IdleScanRanges virtual. Issue #33185
...
git-svn-id: trunk@57348 -
2018-02-22 09:33:31 +00:00
maxim
caf81d7978
Translations: regenerated translations
...
git-svn-id: trunk@57347 -
2018-02-21 23:53:05 +00:00
maxim
62223144ab
LazUtils, translations.pas unit: avoid the need to double-regenerate PO files in order to set context correctly when items are changed in the following manner:
...
"a" -> "c"
"b" -> "c"
Copying fuzzy translations has been disabled because it practically does not help translators and can create potential confusion (some items (like in case above) will appear to have false history, and suggested translation is incorrect anyway). Instead now we guarantee to suggest non-fuzzy translation if it exists.
TPOFile.OriginalList property is removed: it was meant for PoChecker and is not needed by it anymore, its underlying field contents have been changed in order to allow aforementioned changes and most likely will be changed again in near future.
git-svn-id: trunk@57346 -
2018-02-21 23:35:04 +00:00
maxim
d67b1cba36
PoChecker: TPoFamily.CheckDuplicateOriginals rewritten in order not to use TPOFile.OriginalList
...
git-svn-id: trunk@57345 -
2018-02-21 22:56:28 +00:00
juha
b37b2476b5
IDE: Improve typecasts in TProject.UpdateUnitComponentDependencies.
...
git-svn-id: trunk@57344 -
2018-02-21 10:15:24 +00:00
wp
25e1ae1c92
TAChart: Fix compilation with fpc 3.0.0
...
git-svn-id: trunk@57343 -
2018-02-21 08:17:42 +00:00
balazs
910ee0f64f
Opkman: Fix memory leak on IDE shutdown.
...
git-svn-id: trunk@57342 -
2018-02-21 06:02:32 +00:00
balazs
ab634af21c
Opkman: Small refactoring.
...
git-svn-id: trunk@57341 -
2018-02-21 05:55:58 +00:00
mattias
38166e7a0a
codetools: parse built-in function concat in constant, issue #33201
...
git-svn-id: trunk@57339 -
2018-02-20 17:35:27 +00:00
ondrej
65d5df23da
win32: use GetWin32ThemedDoubleBuffered for custom grid. Issue #33198
...
git-svn-id: trunk@57338 -
2018-02-20 16:49:31 +00:00
wp
0fec37b2d5
imagesforlazarus: Set debug info in package options to "Automatic" (instead of "Stabs). Issue #33175
...
git-svn-id: trunk@57337 -
2018-02-20 14:54:57 +00:00
juha
d13454aaff
LCL: Fix zooming in TImage. Issue #33066 , patch from AlexeyT.
...
git-svn-id: trunk@57336 -
2018-02-20 12:14:48 +00:00
juha
c3a209f671
FpReport designer: Support Mysql / MariaDB. Issue #33161 , patch from Andi Friess.
...
git-svn-id: trunk@57335 -
2018-02-20 11:07:59 +00:00
juha
9105b67106
Fixes for examples/androidlcl. Issue #31884 , patch from rusty_robot.
...
git-svn-id: trunk@57334 -
2018-02-20 11:02:52 +00:00
wp
e70e036998
ide/codetools options: Make default of "Icons in code completion box" false.
...
git-svn-id: trunk@57333 -
2018-02-20 08:05:18 +00:00
michl
c582885e5c
IDE: Fixed components with published properties of type "interface" does not work. Issue #32919 . Patch by Andi Friess
...
git-svn-id: trunk@57332 -
2018-02-19 23:42:46 +00:00
michl
e34bbc5c6f
LCL: Fixed OnKeyUp for special keys when key was handled in OnKeyDown. Issue #33196
...
git-svn-id: trunk@57331 -
2018-02-19 23:28:20 +00:00
maxim
0d06913fda
Opkman: removed unused string, regenerated translations and updated Russian translation
...
git-svn-id: trunk@57330 -
2018-02-19 22:43:20 +00:00
balazs
2489e7c8b0
Opkman: Extend package state list.
...
git-svn-id: trunk@57329 -
2018-02-19 12:35:36 +00:00
balazs
634a5e3b53
Opkman: Merge "Install" and "Update" buttons.
...
git-svn-id: trunk@57328 -
2018-02-19 07:14:45 +00:00
maxim
73a90daa66
LazUtils: fixed TPOFile.FillItem debugln in translations.pas
...
git-svn-id: trunk@57327 -
2018-02-18 21:42:38 +00:00
mattias
060db859c5
IDEIntf: added TAbstractOptionsEditorDialog.FindEditor(aClassName: string)
...
git-svn-id: trunk@57326 -
2018-02-18 14:16:48 +00:00
michael
499ddd57ef
* Fix setting initial compiler options for pas2js node project
...
git-svn-id: trunk@57325 -
2018-02-18 10:19:57 +00:00