mattias
|
c2b0e049ef
|
set trunk version to 2.0.0PreRelease
git-svn-id: trunk@59008 -
|
2018-09-15 19:41:22 +00:00 |
|
juha
|
b06f6da4af
|
IdeIntf: Add API for ExecuteCommand in CompOptsIntf. Issue #34283, patch from m_burkhard@gmx.ch.
git-svn-id: trunk@59006 -
|
2018-09-15 17:17:22 +00:00 |
|
juha
|
c0f0430c22
|
IdeIntf: A minor refactoring for PropEdits.
git-svn-id: trunk@58988 -
|
2018-09-14 10:26:11 +00:00 |
|
maxim
|
db62862efe
|
LCLTranslator, Translations units: when translating an item, return original value if translation is empty. Idea by Sergey Bulba. Also improved finding master .po file in LCLTranslator. Fixes bug #33095.
git-svn-id: trunk@58976 -
|
2018-09-13 22:03:54 +00:00 |
|
juha
|
4d743ea119
|
IdeIntf: Cleanup for PropEdits.
git-svn-id: trunk@58968 -
|
2018-09-12 18:26:14 +00:00 |
|
juha
|
8e92c0d649
|
IdeIntf: Property editor for MenuItem Caption. Update MenuItem's name when it is turned into a separator.
git-svn-id: trunk@58964 -
|
2018-09-12 13:06:48 +00:00 |
|
martin
|
abb4caa1b0
|
LazDebugger, lldb: more except handling
git-svn-id: trunk@58952 -
|
2018-09-11 12:07:08 +00:00 |
|
martin
|
39bce25a6e
|
LazDebugger, lldb: more except handling
git-svn-id: trunk@58951 -
|
2018-09-11 11:28:57 +00:00 |
|
juha
|
fac99eb1ea
|
Fix compilation of VirtualTreeView after r58939 #508a89d4af. Add a deprecated NewLine(). Issue #34250, patch from Pascal Riekenberg.
git-svn-id: trunk@58946 -
|
2018-09-11 08:22:23 +00:00 |
|
martin
|
28d95f19a0
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58944 -
|
2018-09-10 22:52:30 +00:00 |
|
martin
|
6a118ae674
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58943 -
|
2018-09-10 22:48:59 +00:00 |
|
martin
|
abb0c6ee62
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58942 -
|
2018-09-10 22:38:29 +00:00 |
|
martin
|
92a49470c8
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58941 -
|
2018-09-10 22:28:16 +00:00 |
|
juha
|
508a89d4af
|
LCL: Rename function NewLine -> NewLineMI to avoid name clashes and confusion.
git-svn-id: trunk@58939 -
|
2018-09-10 22:27:55 +00:00 |
|
martin
|
df5198c067
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58937 -
|
2018-09-10 22:17:51 +00:00 |
|
maxim
|
de9dc6c952
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34247
git-svn-id: trunk@58936 -
|
2018-09-10 21:47:12 +00:00 |
|
martin
|
39230ec8a5
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58935 -
|
2018-09-10 18:51:10 +00:00 |
|
martin
|
2215afacf5
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58934 -
|
2018-09-10 18:47:45 +00:00 |
|
martin
|
d2951e053c
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58933 -
|
2018-09-10 18:36:24 +00:00 |
|
martin
|
1f0e5653f1
|
git-svn-id: trunk@58932 -
|
2018-09-10 18:09:22 +00:00 |
|
martin
|
a588c248ff
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58931 -
|
2018-09-10 15:54:21 +00:00 |
|
wp
|
6d06c805d5
|
TurboPower_ipro: Add text alignment support for some more html tags.
git-svn-id: trunk@58914 -
|
2018-09-08 21:39:04 +00:00 |
|
wp
|
92645dcf58
|
TurboPower_ipro: Avoid centering of text for style="text-align:justify"
git-svn-id: trunk@58913 -
|
2018-09-08 20:05:34 +00:00 |
|
wp
|
4572e78d45
|
TurboPower_ipro: Improved font detection. No hardLF around PRE node.
git-svn-id: trunk@58911 -
|
2018-09-08 17:49:38 +00:00 |
|
wp
|
88defc6a48
|
TurboPower_ipro: Add property "LinksUnderlined" to TIpHtmlPanel in order to underline hyperlinks or not.
git-svn-id: trunk@58910 -
|
2018-09-08 16:20:51 +00:00 |
|
wp
|
4c032af54f
|
TurboPower_ipro: Some more improvements in line spacings.
git-svn-id: trunk@58909 -
|
2018-09-08 15:55:42 +00:00 |
|
wp
|
69221ae81d
|
TurboPower_ipro: Improved rendering for consecutive <br> tags.
git-svn-id: trunk@58908 -
|
2018-09-08 11:24:34 +00:00 |
|
wp
|
1dc5b4578f
|
TurboPower_ipro: Fix font selection.
git-svn-id: trunk@58907 -
|
2018-09-08 10:09:38 +00:00 |
|
jesus
|
a4bad60e2c
|
LazReport: check for null in formatfloat function, issue #34213
git-svn-id: trunk@58906 -
|
2018-09-08 06:30:49 +00:00 |
|
wp
|
64b5cbf0b6
|
TurboPower_ipro: Fix line spacings when <br> tag is used.
git-svn-id: trunk@58905 -
|
2018-09-07 18:41:40 +00:00 |
|
wp
|
c51224fbad
|
lhelp: Extend the default count of MRU entries to 10
git-svn-id: trunk@58901 -
|
2018-09-07 10:11:34 +00:00 |
|
wp
|
813b5366b2
|
TAChart: Fix TChartColorMapSeries legend items when BuiltinPalette is used: Add new properties BuiltInPaletteMax and BuildInPaletteMin, remove property AutoMapColors. Update "func" demo.
git-svn-id: trunk@58900 -
|
2018-09-07 09:00:16 +00:00 |
|
martin
|
561246b1f9
|
LazDebugger, lldb: added asm step support / Issue #34227 Patch by David Jenkins
git-svn-id: trunk@58897 -
|
2018-09-06 21:52:19 +00:00 |
|
martin
|
d8030ed0be
|
LazDebugger, fp-lldb: added dis-assembler support / Issue #34228 Patch by David Jenkins
git-svn-id: trunk@58896 -
|
2018-09-06 21:40:21 +00:00 |
|
wp
|
2a57c469be
|
TurboPower_ipro: Fix relative font size.
git-svn-id: trunk@58895 -
|
2018-09-06 13:53:05 +00:00 |
|
martin
|
b65618119a
|
fp-lldb debugger: fix hint evaluation / make sure registers are read first. Issue #034229
git-svn-id: trunk@58894 -
|
2018-09-06 12:15:32 +00:00 |
|
martin
|
7c2ce1cc23
|
fp-lldb, allow none external dbg info on mac 64bit
git-svn-id: trunk@58893 -
|
2018-09-06 11:42:47 +00:00 |
|
martin
|
ae279a0337
|
fpdebug: use TFPGMap instead of TStringList. Included in patch of Issue #34225 Patch by David Jenkins
git-svn-id: trunk@58892 -
|
2018-09-06 11:26:24 +00:00 |
|
martin
|
a44e814975
|
fpdebug / fp-lldb: runtime detection of 32/64bit arch. Issue #34225 Patch by David Jenkins
git-svn-id: trunk@58891 -
|
2018-09-06 11:24:43 +00:00 |
|
mattias
|
687059072b
|
IDEIntf: added TProjectIntf.RemovePackageDependency
git-svn-id: trunk@58890 -
|
2018-09-06 08:31:26 +00:00 |
|
martin
|
d4437e704c
|
LazDebugger, lldb: fix process launch
git-svn-id: trunk@58886 -
|
2018-09-06 01:45:03 +00:00 |
|
martin
|
362a579f9c
|
LazDebugger, lldb: fix settings clear
git-svn-id: trunk@58885 -
|
2018-09-06 01:35:58 +00:00 |
|
martin
|
521b7017a7
|
LazDebugger, lldb: added step from raise to except/finally
git-svn-id: trunk@58884 -
|
2018-09-06 01:33:19 +00:00 |
|
martin
|
0ca9912dbf
|
LazDebugger, lldb: fix settings cmd line args
git-svn-id: trunk@58883 -
|
2018-09-06 01:26:53 +00:00 |
|
martin
|
8e9344b351
|
LazDebugger, lldb: improved detecting arch discovery / Issue #34226 Patch by David Jenkins
git-svn-id: trunk@58882 -
|
2018-09-06 01:12:45 +00:00 |
|
martin
|
0d7386a502
|
LazDebugger, lldb: added step from raise to except/finally
git-svn-id: trunk@58881 -
|
2018-09-06 00:52:56 +00:00 |
|
wp
|
339ab00c2d
|
TurboPower_ipro: Add css support of table width.
git-svn-id: trunk@58877 -
|
2018-09-05 19:52:16 +00:00 |
|
wp
|
d049fe0df4
|
TurboPower_ipro: Fix background color of table rows
git-svn-id: trunk@58875 -
|
2018-09-05 18:45:22 +00:00 |
|
martin
|
9347bbad86
|
LazDebugger, lldb: added run error handling
git-svn-id: trunk@58872 -
|
2018-09-05 13:54:08 +00:00 |
|
wp
|
a354560ef1
|
TurboPower_ipro: Fix inconsistent case-(in)sensitivity of classIDs. fpc's ref.chm now displays correctly (except for codepage issue).
git-svn-id: trunk@58869 -
|
2018-09-05 08:44:55 +00:00 |
|