Commit Graph

10988 Commits

Author SHA1 Message Date
mattias
8f8725a3c5 IDE: fpc msg parser: convert system to UTF8 encoding, bug #26623
git-svn-id: trunk@48033 -
2015-02-27 23:09:59 +00:00
mattias
9ca082f572 IDE: clean up
git-svn-id: trunk@48031 -
2015-02-27 22:36:47 +00:00
mattias
3b934c4f93 IDE: check orphaned ppu: report each duplicate only once
git-svn-id: trunk@48021 -
2015-02-26 15:11:20 +00:00
mattias
59217ce6db IDE: Messages: do not scroll if user selected a message, auto scroll keep topmost running view visible
git-svn-id: trunk@48015 -
2015-02-26 09:55:12 +00:00
mattias
866cb42e57 IDE: project icon: fixed default value
git-svn-id: trunk@48011 -
2015-02-26 09:01:49 +00:00
juha
3555efa582 IDE: Improve the List and Inheritance tabs of ComponentList. Issue #27539, patch from Balazs Szekely.
git-svn-id: trunk@47995 -
2015-02-25 21:14:40 +00:00
mattias
e464eb70d9 IDE: started check for duplicate files between packages
git-svn-id: trunk@47989 -
2015-02-25 17:44:21 +00:00
mattias
cc83db2a68 IDE: started checking orphaned ppu files of packages
git-svn-id: trunk@47985 -
2015-02-24 23:18:54 +00:00
juha
125625ee6a IDE: Take care of component palette page names that differ only by character case. Issue #27516.
git-svn-id: trunk@47979 -
2015-02-24 11:35:56 +00:00
mattias
9842fd0fef IDE: added TargetCPU a64
git-svn-id: trunk@47973 -
2015-02-23 23:32:21 +00:00
juha
0dbef17a88 IDE: Improve the palette tab in ComponentList window. Issue #27527, patch from Balazs Szekely.
git-svn-id: trunk@47971 -
2015-02-23 21:41:30 +00:00
juha
00bdf8baca IDE: Fix "All Options" parser for FPC 3.x output.
git-svn-id: trunk@47970 -
2015-02-23 20:35:01 +00:00
mattias
abfaa0bdd0 IDE: compiler options: removed obsolete option show summary, summary are now always shown in header
git-svn-id: trunk@47965 -
2015-02-23 17:00:47 +00:00
mattias
2da65d3074 IDE: compiler options: verbosity: removed -ve, IDE needs this to jump to errors
git-svn-id: trunk@47964 -
2015-02-23 16:56:52 +00:00
mattias
d65766f29d IDE: less verbosity
git-svn-id: trunk@47962 -
2015-02-23 16:48:30 +00:00
mattias
d48124eb65 IDE: compiler options: verbosity: one column
git-svn-id: trunk@47960 -
2015-02-23 16:41:50 +00:00
mattias
1196a85d76 IDE: always pass -vi to FPC, needed to resolve file names without path
git-svn-id: trunk@47958 -
2015-02-23 16:14:15 +00:00
mattias
ccfdda027d IDE: external tools: added TAbstractExternalTool.ReadStdOutBeforeErr, changed default to read stderr before out, needed by FPC linker errors
git-svn-id: trunk@47955 -
2015-02-23 09:56:49 +00:00
mattias
c085a5c2d6 IDE: messages: linker errors: fixed finding them even without info message linking
git-svn-id: trunk@47953 -
2015-02-23 09:48:34 +00:00
mattias
9d5f9ca2fe IDE: messages: about: use wordwrap
git-svn-id: trunk@47951 -
2015-02-23 09:15:40 +00:00
mattias
0715a3a626 IDE: messages: fixed showing commandline
git-svn-id: trunk@47949 -
2015-02-23 08:59:04 +00:00
mattias
5c3e4f1b68 IDE: lpi: General/Icon/Value: use same default in read and write
git-svn-id: trunk@47947 -
2015-02-22 11:18:19 +00:00
mattias
b9d95ad55c IDE: comments
git-svn-id: trunk@47940 -
2015-02-21 19:18:05 +00:00
mattias
842dc80fd5 IDE: build laz: when clean option is on, clean up fallback directories too
git-svn-id: trunk@47922 -
2015-02-20 18:18:41 +00:00
mattias
ddf953cb24 IDE: auto create application bundle for IDE on darwin for all widgetsets
git-svn-id: trunk@47920 -
2015-02-20 17:31:26 +00:00
juha
76f8ed6f80 IDE: Add UTF-8 support also for programs by adding dependency for LazUtils.
git-svn-id: trunk@47917 -
2015-02-20 15:16:26 +00:00
martin
f173779c69 IDE: Change default mouse settings for left gutter clicks
git-svn-id: trunk@47905 -
2015-02-19 17:30:55 +00:00
mattias
a5377146c0 IDE: editor color option: fixed layout, bug #27434
git-svn-id: trunk@47887 -
2015-02-18 18:51:21 +00:00
juha
2d425eb707 IDE: Workaround for a missing DirectoryEdit event in Carbon: Path Editor Menu buttons are disabled. Issue #23063, patch from Alexey Torgashin.
git-svn-id: trunk@47877 -
2015-02-18 09:28:21 +00:00
mattias
10dc4d989c IDE: project options: version: disable unneeded AutoSize
git-svn-id: trunk@47871 -
2015-02-17 23:53:12 +00:00
mattias
b233984952 IDE: compare compiled file: ignore spaces between options
git-svn-id: trunk@47861 -
2015-02-17 13:20:27 +00:00
martin
df7e84d2d7 EditorOptions: fixed loading defaults for antialiasing on empty file
git-svn-id: trunk@47859 -
2015-02-17 13:18:17 +00:00
martin
69febc0389 SourceEditor: fix crash in drag tabs between editors (due to changes in SynEdit)
git-svn-id: trunk@47855 -
2015-02-17 01:14:57 +00:00
mattias
e6e06c00ca IDE: quick fix for local variable not initialized: add assignment
git-svn-id: trunk@47838 -
2015-02-16 22:32:30 +00:00
mattias
7aa5c7eaed IDE: started quickfix for local variable not initialized
git-svn-id: trunk@47830 -
2015-02-16 18:20:43 +00:00
mattias
197c476d02 IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
git-svn-id: trunk@47818 -
2015-02-16 09:39:15 +00:00
mattias
93f0b1ffd6 IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
git-svn-id: trunk@47817 -
2015-02-16 09:36:38 +00:00
mattias
806b395a38 IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
git-svn-id: trunk@47812 -
2015-02-15 21:59:34 +00:00
mattias
2d51379198 IDE: UTF-8 mode: changed caption to set UTF-8 in RTL, there is no UTF-8 RTL
git-svn-id: trunk@47797 -
2015-02-15 11:50:11 +00:00
juha
7c10898810 IDE: Unify spaces style in project description. Issue #27441.
git-svn-id: trunk@47759 -
2015-02-13 23:59:39 +00:00
martin
81decbbe0c IDE: Changed wording for cursor right/left in camel cased words
git-svn-id: trunk@47756 -
2015-02-13 22:37:20 +00:00
mattias
707c60c7eb IDE: simplified
git-svn-id: trunk@47754 -
2015-02-13 21:31:36 +00:00
mattias
312c5f1c59 IDE: simplified
git-svn-id: trunk@47753 -
2015-02-13 21:27:28 +00:00
mattias
69edc4d8c0 lazutils: moved ReplaceSubString to LazUTF8, added UTF8QuotedStr
git-svn-id: trunk@47748 -
2015-02-13 20:34:21 +00:00
mattias
d049e95a80 IDE: comments
git-svn-id: trunk@47728 -
2015-02-13 07:49:32 +00:00
mattias
e8d5dfa7ba IDE: invalidate file cache before building, after save
git-svn-id: trunk@47679 -
2015-02-10 15:24:21 +00:00
mattias
665a2f6b95 IDE: layout
git-svn-id: trunk@47670 -
2015-02-09 22:16:24 +00:00
mattias
064b7e9add lazbuild: stop writing output when terminating
git-svn-id: trunk@47669 -
2015-02-09 21:22:56 +00:00
mattias
2ce759e3c2 IDE: Messages: About: show command line
git-svn-id: trunk@47668 -
2015-02-09 21:22:14 +00:00
mattias
85ca70fa50 IDE: clean up
git-svn-id: trunk@47666 -
2015-02-09 21:21:31 +00:00