Commit Graph

12529 Commits

Author SHA1 Message Date
mattias
ee7e7c077c IDEIntf: added CompilerPath, fixed fpc msg parser if msg id not found
git-svn-id: trunk@57910 -
2018-05-13 07:15:23 +00:00
mattias
1c9d296eba IDE: removed writeln
git-svn-id: trunk@57907 -
2018-05-12 22:37:27 +00:00
mattias
f65a30ed47 IDE: use pas2js msg parser
git-svn-id: trunk@57905 -
2018-05-12 15:36:26 +00:00
maxim
9895db58bb IDE: fixed typo
git-svn-id: trunk@57903 -
2018-05-11 22:36:23 +00:00
mattias
157312616b IDE: started pas2js message parser
git-svn-id: trunk@57902 -
2018-05-11 19:59:48 +00:00
mattias
536ffd588f IDE: search results view: fixed docked
git-svn-id: trunk@57901 -
2018-05-11 19:57:54 +00:00
ondrej
9997fa404c IDE: new more simple naming for smart editor move commands
git-svn-id: trunk@57898 -
2018-05-11 15:00:53 +00:00
mattias
18903285e2 IDE: allow pas2js as compiler, added target os browser and nodejs
git-svn-id: trunk@57896 -
2018-05-11 08:50:33 +00:00
ondrej
f549ecc47d IDE: fix jump point on file search result open (bug was: when opening result from a different file, the jump point in the new file was added and not the current one)
git-svn-id: trunk@57895 -
2018-05-11 01:09:53 +00:00
ondrej
3efecb9efa IDE: search results dialog: fix focus behavior - focus (new) result treeview unless the filter edit was explicitely focused.
git-svn-id: trunk@57893 -
2018-05-10 23:41:58 +00:00
maxim
3687c71bc4 IDE, keymappings: assign correct descriptions to the following selection commands:
ecSelWordEndLeft
ecSelWordEndRight
ecSelHalfWordLeft
ecSelHalfWordRight
ecSelSmartWordLeft
ecSelSmartWordRight

git-svn-id: trunk@57892 -
2018-05-10 23:02:22 +00:00
ondrej
649a74e776 IDE: componentpalette options: fix high-dpi icon painting
git-svn-id: trunk@57889 -
2018-05-10 21:05:02 +00:00
ondrej
adb7170dbf IDE: images: remove menu_help and use btn_help instead
git-svn-id: trunk@57879 -
2018-05-10 08:30:42 +00:00
ondrej
13af70b023 IDE: introduce new commands for the new smart word right/left logic
git-svn-id: trunk@57877 -
2018-05-09 16:50:37 +00:00
ondrej
936a0dea02 IDE: use IDEImages instead of custom image lists
git-svn-id: trunk@57865 -
2018-05-09 01:39:31 +00:00
ondrej
59e52062f8 IDE: message frame: fix icons
git-svn-id: trunk@57860 -
2018-05-08 23:32:39 +00:00
ondrej
c482fcbcf4 IDE: message frame: fix icons
git-svn-id: trunk@57859 -
2018-05-08 23:25:48 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
mattias
02331cb8e9 IDE: initial setup: check Units
git-svn-id: trunk@57854 -
2018-05-08 21:50:01 +00:00
ondrej
0143117e52 IDE: use TLCLGlyphs for IDE images
git-svn-id: trunk@57852 -
2018-05-08 21:41:16 +00:00
mattias
4ed3446f8f IDE: fpc info: show include paths and unit scopes
git-svn-id: trunk@57840 -
2018-05-08 08:32:13 +00:00
ondrej
050d765ab5 IDE: syncompletion: revert r57554 #584fd52fcd - it disabled highlight on selected item when no selecttext color was set
git-svn-id: trunk@57837 -
2018-05-08 00:50:34 +00:00
ondrej
864261daa3 IDE: syncompletion: improve painting of arguments (sum of textparts width is bigger than the whole text width on Qt).
git-svn-id: trunk@57836 -
2018-05-08 00:26:45 +00:00
ondrej
44882f708a IDE: syncompletion: don't paint highlighted prefix over already painted text
git-svn-id: trunk@57835 -
2018-05-08 00:24:58 +00:00
ondrej
19bc2914a8 IDE: splash screen: high-dpi scaling
git-svn-id: trunk@57827 -
2018-05-07 22:11:22 +00:00
ondrej
22f1ee7d24 IDE: syncompletion: fix 1px offset of selected parameters
git-svn-id: trunk@57823 -
2018-05-07 20:40:20 +00:00
mattias
65f9818baa IDE: parse custom compiler option -FN for default namespaces
git-svn-id: trunk@57801 -
2018-05-07 08:06:37 +00:00
mattias
6662feb6df IDE: clean up
git-svn-id: trunk@57790 -
2018-05-04 10:42:56 +00:00
martin
5562c074da IDE, fpDebug, Debuggers: Deal with source lines that have more than one address (e.g. generics). fpDebug: set breakpoints at all addresses of a line.
git-svn-id: trunk@57782 -
2018-05-03 18:52:41 +00:00
mattias
3c52bd5001 IDEIntf: added SaveComponentAsPascal
git-svn-id: trunk@57770 -
2018-05-02 22:38:41 +00:00
mattias
71c85ca2f3 IDE: messages window: fixed adding $warn off
git-svn-id: trunk@57765 -
2018-05-02 06:06:16 +00:00
dmitry
e3b8d6813a ide: mitigate the requirements of having an ActiveMode selected for RunOptions, in order to determine if project is a macOS bundle application. #32888, #33634, #33627
git-svn-id: trunk@57735 -
2018-04-28 02:17:37 +00:00
mattias
7dd4ef464c IDE: find/rename identifier: search in used but not listed units too
git-svn-id: trunk@57727 -
2018-04-26 17:37:14 +00:00
ondrej
a711fb97c0 IDE: remove redundant glyph assignments
git-svn-id: trunk@57723 -
2018-04-26 10:02:59 +00:00
mattias
545e33e8c9 IDE: codeexplorer: show initialization/finalization in source nodes, issue #33646
git-svn-id: trunk@57692 -
2018-04-24 20:24:14 +00:00
ondrej
ff49fa1805 IDE: scale default identifier completion window width. Issue #33594
git-svn-id: trunk@57673 -
2018-04-19 11:32:11 +00:00
ondrej
edc90668e0 IDE: restore identifier completion window size on desktop change.
git-svn-id: trunk@57672 -
2018-04-19 11:17:14 +00:00
juha
ae58fe66c4 IDE: Pass environment variables to a process in "Run without debuging". Issue #33611, patch from errno.
git-svn-id: trunk@57664 -
2018-04-18 15:57:51 +00:00
martin
33cc4218fa IDE, Editor Options: implement priority conf for text style
git-svn-id: trunk@57639 -
2018-04-10 20:08:45 +00:00
martin
8cd65222af SynEdit: Improve beautifier for comment extensions. Split the double usage of MaxIndent / add new flags for AlignOnce
IDE: Improve caption

git-svn-id: trunk@57632 -
2018-04-09 10:39:48 +00:00
martin
1519d4d14f IDE, EditorOpts: Hide unimplemented "Undo after Save" option
git-svn-id: trunk@57623 -
2018-04-08 11:20:26 +00:00
martin
80ec0e7c96 IDE, Editor Macros: improved layout for "repeat play" / fixed check for "Checked"
git-svn-id: trunk@57622 -
2018-04-07 22:32:09 +00:00
martin
d414f81e90 IDE, Editor Macros: fixed upper case of name
git-svn-id: trunk@57621 -
2018-04-07 22:02:44 +00:00
juha
9d840e6fad IDE: Don't try to draw image for dividers in ToolbarConfig dialog. Issue #33533, patch from FTurtle.
git-svn-id: trunk@57582 -
2018-03-31 14:09:43 +00:00
ondrej
584fd52fcd IDE: identifier completion window: fix system colors
git-svn-id: trunk@57554 -
2018-03-22 16:24:04 +00:00
ondrej
796629c37a IDE: identifier completion window: fix default colors
git-svn-id: trunk@57553 -
2018-03-22 16:23:42 +00:00
mattias
3a59b3de4d IDE: word completion box: invert color of selected item
git-svn-id: trunk@57549 -
2018-03-22 11:24:24 +00:00
mattias
18798b306b IDE: word completion box: fixed inverting font color on dark background
git-svn-id: trunk@57548 -
2018-03-22 10:16:39 +00:00
maxim
f0d86864a4 IDE: when collecting translation files for given base PO file take into account only files with exactly matching names, i.e. for 'project1.po' collect 'project1.foo.po', not 'project1foo.po'.
git-svn-id: trunk@57544 -
2018-03-21 22:05:46 +00:00
juha
60d0e01451 IDE: Use PageControl in Editor - Tab and Indent options frame. Shows better with some widgetsets. Issue #33438, patch from Phemtik.
git-svn-id: trunk@57538 -
2018-03-20 10:53:00 +00:00