mattias
c9153bb83a
IDE, fix form size for NewField dialog.Issue #35249
...
git-svn-id: branches/fixes_2_0@60777 -
2019-03-26 19:53:44 +00:00
mattias
fc35b976cd
Printers, fix GTK printing problem. Issue #34932
...
git-svn-id: branches/fixes_2_0@60776 -
2019-03-26 19:53:29 +00:00
mattias
d94312f01a
IDEIntf: fixed change IDEMacros.Stamps
...
git-svn-id: branches/fixes_2_0@60771 -
2019-03-25 18:08:07 +00:00
mattias
61f7bf673a
IDE: package editor: fixed popup menu items
...
git-svn-id: branches/fixes_2_0@60736 -
2019-03-20 12:06:59 +00:00
mattias
8e2a9d387e
IDE: rundebug: restore toolstatus on error
...
git-svn-id: branches/fixes_2_0@60731 -
2019-03-19 23:57:42 +00:00
mattias
2a345730c4
IDE: renameunit: mark project as modified
...
git-svn-id: branches/fixes_2_0@60726 -
2019-03-19 21:36:20 +00:00
mattias
122406246f
IDE: rename project: keep target file extension
...
git-svn-id: branches/fixes_2_0@60724 -
2019-03-19 21:34:18 +00:00
mattias
c66e47ecf2
IDE: debug messages on run/save project failures
...
git-svn-id: branches/fixes_2_0@60722 -
2019-03-19 21:31:56 +00:00
martin
ceb3411ad7
Merged revision(s) 60648-60652 #db921aff87-#db921aff87, 60665 #b2b0533619, 60675 #2599738437 , 60677 #47cb9daae0, 60679 #f9b4f6ae8d, 60692 #f4f3307ca9, 60700 #f531a8c563, 60707-60708 #209dc36684-#209dc36684 from trunk:
...
FpDebug: Add property for feedback, when debug info can not be read. Add feedback from macho reader
........
LazDebugger(Fp)Lldb: Errors during launch may be warnings (e.g. outdated debug info). Report to user, and allow to ignore.
........
FpDebug: Less debugln
........
LazDebugger(Fp)Lldb: Cancel watch eval, on receiving run/step request
........
LazDebugger(Fp)Lldb: improve cancel watch eval (cancel current watch, in mem-reader), on receiving run/step request
........
SynEdit: fixed gutter bug, when auto-sizing is off. (fixed loaded values are ignored / fixed div-zero for zero width gutter)
........
Codetools: Fix function FindNextIncludeDirective when an include file name is quoted.
........
IdeIntf: Prevent crash when renaming TAction in TActionListEditor. Issue #35226 , patch from Anton.
........
LCL-Win32: Call OnClick of a parent menuitem from submenu of a popupmenu. Issue #35219 , patch from Benito van der Zander.
........
LazDebuggerFp: Prevent crash when watches are freed, after debugger was destroyed
........
SynEdit: PasHighLighter, fixed highlighting procedure names in interface declaration. Issue #0035238
........
LazDebuggerFp: Fix range-check / overflow with bad data.
........
IdeIntf: Fix coordinates for TTIPropertyGrid.OnPropertyHint. Issue #34689 , patch from Zhengji.
........
git-svn-id: branches/fixes_2_0@60716 -
2019-03-18 14:32:20 +00:00
mattias
e17c66ab4b
projectgroups: fixed adding missing targets, bug #35243
...
git-svn-id: branches/fixes_2_0@60713 -
2019-03-17 21:15:16 +00:00
mattias
e2443aa25b
codetools: added fpc errorcn.msg encoding info CP936
...
git-svn-id: branches/fixes_2_0@60673 -
2019-03-14 19:52:52 +00:00
mattias
19258fd640
IDE: fixed package options FPDoc search path basedirectory, issue #35222
...
git-svn-id: branches/fixes_2_0@60669 -
2019-03-14 18:15:56 +00:00
mattias
23822a8e52
codetools: parse fpc output: keep FULLVERSION value
...
git-svn-id: branches/fixes_2_0@60662 -
2019-03-13 07:11:44 +00:00
maxim
9f7ebc76de
Merged revision(s) 60635 #eb0c8c9342 from trunk:
...
Packager: Prevent Access Violation when creating a new component. Dependency was wrongly created. Issue #35145 .
........
git-svn-id: branches/fixes_2_0@60654 -
2019-03-11 22:00:43 +00:00
maxim
c708a1d3ad
Merged revision(s) 60577 #99c565049a from trunk:
...
startlazarus: fixed regression starting lazarus, issue #35184 , Cyrax
........
git-svn-id: branches/fixes_2_0@60653 -
2019-03-11 21:59:21 +00:00
martin
257da8738a
Merged revision(s) 60642 #6d0a2c7637 from trunk:
...
LazDebugger(Fp)Lldb: terminate debugger, when entering error state
........
git-svn-id: branches/fixes_2_0@60647 -
2019-03-10 13:08:03 +00:00
mattias
ed4d93ac02
IDE: default extension for target browser and nodejs is .js
...
git-svn-id: branches/fixes_2_0@60613 -
2019-03-07 11:27:26 +00:00
maxim
f506c67695
Merged revision(s) 60599 #8b7014dbb0 from trunk:
...
LldbDebugger: Detect if the external exe is wrongly set to gdb.
........
git-svn-id: branches/fixes_2_0@60608 -
2019-03-06 23:09:36 +00:00
maxim
f0b6c788ff
Merged revision(s) 60571 #730fb31994, 60578 #094543b6cb from trunk:
...
LCL/Grids: Add OnUserCheckboxImage event to TStringGrid, TDrawGrid and TDBGrid. Patch by Zoran Vučenović, issue #35097 .
........
LCL/Grids: Undo part of r60571 #730fb31994. What is left fixes drawing of user-provided checkboxes for TDBGrid and can be back-ported to Fixes (issue #35085 )
........
git-svn-id: branches/fixes_2_0@60607 -
2019-03-06 23:08:47 +00:00
maxim
d029bc93ad
Merged revision(s) 60540 #adc7b0575c, 60544 #d4a8763c35 from trunk:
...
lazutils: fixed PrepareCmdLineOption quote if needed
........
lazutils: fixed SplitCmdLine escape chars
........
git-svn-id: branches/fixes_2_0@60606 -
2019-03-06 23:07:28 +00:00
maxim
416f1ffb80
Merged revision(s) 60538 #acedbb1bcd from trunk:
...
codetools: IsCompilerExec: error if neither fpc nor pas2js
........
git-svn-id: branches/fixes_2_0@60605 -
2019-03-06 23:06:32 +00:00
maxim
b72dacab07
Merged revision(s) 60539 #74f40164bd, 60541 #4f1d217a02, 60543 #33c555282c, 60551-60552 #70529aa22d-#70529aa22d from trunk:
...
IDE: compile package: quote src if needed
........
IDE: fixed compiler kind if project/package compiler is set
........
IDE: use project compiler for codetools even if disabled
........
IDE/codetools: unified compiler check, fixed testing compiler twice
........
IDE: fixed fpc version check for resources
........
git-svn-id: branches/fixes_2_0@60604 -
2019-03-06 23:04:39 +00:00
maxim
7c745991a7
Merged revision(s) 60535-60537 #ad2827a4e5-#ad2827a4e5 from trunk:
...
IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling
........
IDE: rescan compiler defines: show default compiler error
........
IDE: show compiler options: quote compiler filename
........
git-svn-id: branches/fixes_2_0@60603 -
2019-03-06 23:02:00 +00:00
maxim
32ed2c232d
Merged revision(s) 60601 #b4aa5c80f3 from trunk:
...
Installer, Win: added Chinese translation by robsean, bug #35193
........
git-svn-id: branches/fixes_2_0@60602 -
2019-03-06 22:38:10 +00:00
mattias
e94fd0d7de
IDE: fixed run project without debugger
...
git-svn-id: branches/fixes_2_0@60582 -
2019-03-04 13:03:48 +00:00
mattias
9fa0532313
LazDebuggerFp: Prevent crash for unimplemented dwarf-tags (e.g. tag_interface). See issue #35129
...
git-svn-id: branches/fixes_2_0@60486 -
2019-02-24 14:02:04 +00:00
mattias
9c00526c9e
LazDebuggerGdbmi: Detect internal gdb errors, while waiting for run/step to end.
...
git-svn-id: branches/fixes_2_0@60485 -
2019-02-24 14:01:43 +00:00
mattias
90fe9a21f7
LazDebuggerGdbmi: refactor detection of gdb internal error. Move code to main debugger class.
...
git-svn-id: branches/fixes_2_0@60484 -
2019-02-24 14:01:26 +00:00
mattias
28b52d5179
LazDebugger(Fp)Lldb: Option to force open a terminal when debugging
...
git-svn-id: branches/fixes_2_0@60483 -
2019-02-24 14:01:07 +00:00
mattias
6501a40493
Debugger: PseudoTerminal, do not close the handle while app is still debugged.
...
git-svn-id: branches/fixes_2_0@60482 -
2019-02-24 14:00:49 +00:00
mattias
3abb9d6f67
IDE: Parse and update compilation tool commands correctly. Issue #35059
...
git-svn-id: branches/fixes_2_0@60481 -
2019-02-24 14:00:29 +00:00
mattias
d0cf844401
codetools: fixed parsing generic class function and generic function after type section
...
git-svn-id: branches/fixes_2_0@60480 -
2019-02-24 13:59:10 +00:00
martin
66fbacb8da
Merged revision(s) 60412-60413 #2de7b11832-#2de7b11832, 60419 #2acdb72734, 60431 #9c1b94fd8f from trunk:
...
LazDebugger(Fp)Lldb: fix thread/frame for watch eval.
........
LazDebugger(Fp)Lldb: fix stackframe when switching between threads
........
LazDebugger(Fp)Lldb: fix select correct thread at breakpoint
........
LazDebuggerFpLldb: fix correct context for eval in thread.
........
git-svn-id: branches/fixes_2_0@60436 -
2019-02-15 21:47:31 +00:00
martin
11c586d249
Merged revision(s) 60404 #4bb5c5ff41 from trunk:
...
LazDebuggerLldb: Add default lldb exe path (*nix)
........
git-svn-id: branches/fixes_2_0@60435 -
2019-02-15 21:45:51 +00:00
mattias
2d82aed265
TAChart: Fix compilation by FPC trunk after r40785 #9d12401342
...
git-svn-id: branches/fixes_2_0@60392 -
2019-02-09 16:34:56 +00:00
mattias
c00f24a331
IDE: SourceEditor: Assigning icons to four items of source editor menu. Issue #34987 . Patch from FTurtle
...
git-svn-id: branches/fixes_2_0@60391 -
2019-02-09 08:49:57 +00:00
mattias
f1696468bc
LCL: Make IntfGraphics DisableLCLTIFF aware. Issue #35038 . Patch from Alexey T.
...
git-svn-id: branches/fixes_2_0@60390 -
2019-02-09 08:49:38 +00:00
mattias
c3d904cd87
LazUtils: Missing TFPImageFreeTypeDrawer.DrawGlyph added. Issue #35032 . Patch from Ondrej Pokorny
...
git-svn-id: branches/fixes_2_0@60389 -
2019-02-09 08:49:18 +00:00
mattias
5fba012ef1
LazUtils: Fixed wrong offsets in free type font subclips. Issue #35036 . Patch from Ondrej Pokorny
...
git-svn-id: branches/fixes_2_0@60388 -
2019-02-09 08:48:59 +00:00
mattias
621e9c876f
TAChart: Improved determination of series marks direction. Issue #35025 . Modified patch by Marcin Wiazowski.
...
git-svn-id: branches/fixes_2_0@60387 -
2019-02-09 08:48:34 +00:00
mattias
7b22ce1935
TAChart: Add property UseZeroLevel to TBarSeries in order to make it behave like TAreaSeries on linear and logarithmic axes Issue #34863
...
git-svn-id: branches/fixes_2_0@60386 -
2019-02-09 08:48:01 +00:00
mattias
8caa81b321
IDE: project version info: fixed CharSetCompare, issue #35021
...
git-svn-id: branches/fixes_2_0@60385 -
2019-02-09 08:47:37 +00:00
mattias
ae80e4f62a
Debugger: Register Window, fix updating register values. Broken in some cases since r60049 #52e85d555e
...
git-svn-id: branches/fixes_2_0@60384 -
2019-02-09 08:47:19 +00:00
mattias
e87f8e4c61
LCL: TCheckBox: Fixed application crashes before the form is showing. Issue #35018
...
git-svn-id: branches/fixes_2_0@60383 -
2019-02-09 08:47:02 +00:00
mattias
0df37d6866
LCL: GTK2: Fixed when hovering the mouse cursor over TMemo component at runtime, mouse cursor wont change to text cursor. Issue #34976
...
git-svn-id: branches/fixes_2_0@60382 -
2019-02-09 08:46:44 +00:00
mattias
0af111a5fc
TAChart: Publish standard property Constraints Issue #35010
...
git-svn-id: branches/fixes_2_0@60381 -
2019-02-09 08:46:26 +00:00
mattias
a6c0d8a0a7
TAChart: Improved initialization of scaling transformation. Issue #34896 , patch by Marcin Wiazowski.
...
git-svn-id: branches/fixes_2_0@60380 -
2019-02-09 08:46:07 +00:00
mattias
aa6c8ecdfc
synedit: fixed CompareBinary for Length(s2) > l
...
git-svn-id: branches/fixes_2_0@60379 -
2019-02-09 08:45:48 +00:00
mattias
511744bfa6
TAChart: Fix bar series not showing bars with values < 1 Issue #34863
...
git-svn-id: branches/fixes_2_0@60378 -
2019-02-09 08:45:25 +00:00
mattias
bb9ed36afa
TAChart: Prioritize Chart.MinDataSpace when plot size is too small. Issue #34896 . Patch by Marcin Wiazowski.
...
git-svn-id: branches/fixes_2_0@60377 -
2019-02-09 08:45:06 +00:00