Commit Graph

46336 Commits

Author SHA1 Message Date
mattias
c292a5e843 codetools: fixed crash if Result not in function
git-svn-id: trunk@48414 -
2015-03-18 17:13:09 +00:00
mattias
9ece157c2a IDEIntf: added HasGUI
git-svn-id: trunk@48413 -
2015-03-18 17:11:43 +00:00
mattias
b962b0dc8a IDE: save misc options when building IDE
git-svn-id: trunk@48411 -
2015-03-18 10:45:15 +00:00
mattias
907bd03e63 IDE/lazbuild: fixed check orphaned ppu
git-svn-id: trunk@48410 -
2015-03-18 09:56:33 +00:00
martin
9cefd73299 Debugger GDBMI: Fix checking for handle to gdb (unix)
git-svn-id: trunk@48409 -
2015-03-17 22:54:46 +00:00
juha
ca503d94f3 Packager: Reveal a Nil reference bug with assertions.
git-svn-id: trunk@48408 -
2015-03-17 22:51:49 +00:00
mattias
2a7329ce1d IDE/lazbuild: cleaned up debugging
git-svn-id: trunk@48407 -
2015-03-17 21:15:57 +00:00
mattias
7760e5b734 IDE/lazbuild: simplified TestBuildDirectory, when checking if project needs compile check if target file exists
git-svn-id: trunk@48406 -
2015-03-17 13:30:53 +00:00
mattias
a6a61ddf51 IDE/lazbuild: check duplicate files: do not warn single files when sharing directories
git-svn-id: trunk@48405 -
2015-03-17 11:45:54 +00:00
martin
5cde3a8237 SynEdit: fix issue with setting caret and then topline, if the handle is not yet created. TopLIne was ignored, even if it was set after caret.
git-svn-id: trunk@48404 -
2015-03-17 03:24:50 +00:00
martin
f95d44c481 SynEdit: fix crash with negative extra line/char spacing
git-svn-id: trunk@48402 -
2015-03-17 02:43:29 +00:00
juha
d75669f8f9 JCF2: Support constref keyword. Issue #27677, patch from Julian Puhl.
git-svn-id: trunk@48401 -
2015-03-16 23:40:53 +00:00
juha
308ceaa44c IDE: Use the new icon for TDBDateEdit in "Data Controls" palette. Issue #27672.
git-svn-id: trunk@48400 -
2015-03-16 23:38:27 +00:00
juha
13473691f7 A shell script for updating component icons.
git-svn-id: trunk@48399 -
2015-03-16 23:29:50 +00:00
juha
7bedf21470 New icon for TDbDateEdit from LacaK.
git-svn-id: trunk@48398 -
2015-03-16 23:03:59 +00:00
mattias
a2e5531222 IDE: check duplicate ppu: do not warn if the same ppu is in two packages and only of them has a source
git-svn-id: trunk@48397 -
2015-03-16 22:17:24 +00:00
mattias
1a28636b9e IDE/lazbuild: append project/global additions to custom compiler options as last
git-svn-id: trunk@48396 -
2015-03-16 21:03:59 +00:00
martin
5e498c6211 SYnEdit: multi caret, IDE integration, and refactor
git-svn-id: trunk@48395 -
2015-03-16 16:42:16 +00:00
zeljko
6e3dd69f06 Qt: do not send mousewheel event to lcl when combobox is dropped down. issue #27675
git-svn-id: trunk@48394 -
2015-03-16 13:51:00 +00:00
zeljko
77e59cf3b8 Qt: fixed TListView drLabel size with checkable listView. issue #27673
git-svn-id: trunk@48393 -
2015-03-16 13:00:35 +00:00
martin
6c290d7368 SYnEdit: multi caret, shared editors
git-svn-id: trunk@48392 -
2015-03-15 22:29:32 +00:00
mattias
514d9f9ad6 IDE/lazbuild: fixed applying IDE overrides
git-svn-id: trunk@48390 -
2015-03-15 22:21:58 +00:00
mattias
f3692b49fe IDE/lazbuild: fixed switching IDE/project when only compiler file changes
git-svn-id: trunk@48388 -
2015-03-15 22:12:45 +00:00
mattias
53ea897bac IDE: fpc msg parser: resolve filename.ppu:srcfile
git-svn-id: trunk@48386 -
2015-03-15 22:02:11 +00:00
mattias
fd8f8ebd41 IDE: fpc msg parser: error while compiling resources: append resourcestring only to translated message
git-svn-id: trunk@48384 -
2015-03-15 20:27:24 +00:00
mattias
903b5c0064 IDE: fixed warning about duplicate source files
git-svn-id: trunk@48383 -
2015-03-15 19:45:04 +00:00
mattias
f1bba18730 lazbuild: fixed compiling packages
git-svn-id: trunk@48382 -
2015-03-15 17:57:47 +00:00
mattias
bc52f989ee LCL: GetHintInfoAt: fixed check if focused form is nested
git-svn-id: trunk@48380 -
2015-03-15 17:40:49 +00:00
mattias
d9eb7b51c3 IDE: make resourcestring dlg: improved layout
git-svn-id: trunk@48378 -
2015-03-15 12:34:06 +00:00
bart
a875ea7667 Win32: Use TaskDialogIndirect on Vista and up, independently from status of ThemeServices. Issue #0027664.
git-svn-id: trunk@48377 -
2015-03-15 11:41:18 +00:00
mattias
8dee894d55 IDEIntf: sql new field editor: improved layout, changed syntax mode to objfpc
git-svn-id: trunk@48361 -
2015-03-15 11:01:16 +00:00
mattias
0b151780ec IDEIntf: clean up
git-svn-id: trunk@48360 -
2015-03-15 10:28:40 +00:00
mattias
287df6d51b synedit: clean up
git-svn-id: trunk@48359 -
2015-03-15 10:27:56 +00:00
mattias
2f1fea1b43 IDE: clean up
git-svn-id: trunk@48358 -
2015-03-15 10:27:45 +00:00
mattias
f4e51fd004 IDE: fpc messages: check for more messages if position is at end of token, check for %H- at other end of identifier, bug #27650
git-svn-id: trunk@48356 -
2015-03-15 10:21:38 +00:00
mattias
4b7419bb8f lazutils: clean up
git-svn-id: trunk@48355 -
2015-03-15 10:19:37 +00:00
juha
7dcab79a7f Component palette: Fix a bug of installed components not showing in palette. Issue #27660, patch from Cyrax.
git-svn-id: trunk@48354 -
2015-03-15 09:21:08 +00:00
mattias
78bd633196 IDE; check lfm: report codetools errors in Codetools view
git-svn-id: trunk@48352 -
2015-03-15 09:18:32 +00:00
mattias
1cf6b4b937 IDE: clean up
git-svn-id: trunk@48351 -
2015-03-15 08:41:24 +00:00
sekelsenmat
09251020ef fpvectorial: Improves raster image rendering in html table
git-svn-id: trunk@48350 -
2015-03-15 07:52:31 +00:00
martin
3102a20b2d SourceEditor: small optimization, no undo block for read only
git-svn-id: trunk@48349 -
2015-03-15 02:09:55 +00:00
martin
7e6d02411c SYnEdit: multi caret, undo/redo
git-svn-id: trunk@48348 -
2015-03-15 02:09:17 +00:00
bart
fe49ab6615 Docs: document that TCustomMemo.Lines cannot store Objects. Issue #0009366.
git-svn-id: trunk@48347 -
2015-03-14 18:39:07 +00:00
mattias
c180175375 IDE: fixed storing IDE directives for build/run file
git-svn-id: trunk@48345 -
2015-03-14 16:59:01 +00:00
mattias
d40e78e415 codetools: beautifier: do not split line in the point at some previous line and not after line break, patch #27671 form Anton
git-svn-id: trunk@48343 -
2015-03-14 16:04:40 +00:00
zeljko
b981df5ee5 Gtk2: reverted previous commit. it's not good since without drawable we can use context for text measuring etc etc
git-svn-id: trunk@48342 -
2015-03-14 11:42:26 +00:00
zeljko
4a95b24ae8 Gtk2: do not return true from IsValidDC() if drawable is nil and we are trying to paint over widget. issue #18524
git-svn-id: trunk@48341 -
2015-03-14 11:34:20 +00:00
sekelsenmat
85557ffb7b synedit-pike: Fixes bool keyboard
git-svn-id: trunk@48340 -
2015-03-14 11:08:12 +00:00
sekelsenmat
467c7ec4c5 synedit and ide: Adds Pike syntax highlighter
git-svn-id: trunk@48339 -
2015-03-14 10:42:05 +00:00
mattias
b5ef5a6a06 LCL: camel case unit names, patch #27666
git-svn-id: trunk@48338 -
2015-03-14 10:35:43 +00:00