Commit Graph

171 Commits

Author SHA1 Message Date
mattias
73c1593c0b IDE: messages: clear translation when message changes
git-svn-id: trunk@45190 -
2014-05-26 20:51:52 +00:00
mattias
1fcab0ef9f IDE: messages: do not show missing file dialog twice
git-svn-id: trunk@45184 -
2014-05-26 13:03:25 +00:00
mattias
b51d55bfad IDE: clean up
git-svn-id: trunk@45179 -
2014-05-25 21:00:04 +00:00
mattias
79c6e82dd7 IDE: codebrowser: quick fix identifier nor found
git-svn-id: trunk@45176 -
2014-05-25 19:14:42 +00:00
mattias
4dcad783db IDE: fpc message parser: faster search for include files
git-svn-id: trunk@45166 -
2014-05-25 14:14:44 +00:00
mattias
bbd5c7e16f IDE: messages: hint for external tool
git-svn-id: trunk@45157 -
2014-05-23 14:05:14 +00:00
mattias
4665cd1889 IDE: fpc msg parser: search for include files
git-svn-id: trunk@45150 -
2014-05-22 13:47:53 +00:00
mattias
164c12f8ca IDE: fpc msg parser: use relative Compiling paths
git-svn-id: trunk@45144 -
2014-05-21 22:25:21 +00:00
mattias
e530415577 IDE: msg window: hint why a package was compiled
git-svn-id: trunk@45142 -
2014-05-21 19:16:18 +00:00
mattias
2102263e10 IDE: fixed msg window hint count
git-svn-id: trunk@45129 -
2014-05-21 10:39:00 +00:00
mattias
6ec6b32621 IDE: check msg unit not used without msgid
git-svn-id: trunk@45122 -
2014-05-20 22:23:16 +00:00
mattias
6907de1248 IDEintf: less hints
git-svn-id: trunk@45109 -
2014-05-20 09:46:59 +00:00
juha
cf3f44455a IDE: Make sure the "Additions And Overrides" page is visible before jumping there.
git-svn-id: trunk@45069 -
2014-05-18 08:58:13 +00:00
mattias
202722ed9b IDE: further migrating external tools
git-svn-id: trunk@45040 -
2014-05-14 22:38:19 +00:00
maxim
b15d433902 Translations: Hungarian translation update by Péter Gábor, bug #26144
git-svn-id: trunk@45015 -
2014-05-11 21:56:45 +00:00
martin
7e8693d62e IDE: Fixed ShowForm, broken in rev 44801 #a37ff8d09e
git-svn-id: trunk@45010 -
2014-05-11 17:51:42 +00:00
mattias
2515a4ee6a updated makefiles
git-svn-id: trunk@45009 -
2014-05-11 17:31:41 +00:00
mattias
fba12fd265 IDEIntf: fixed TPropertyEditorHook compiling with -CR
git-svn-id: trunk@44897 -
2014-05-03 09:00:32 +00:00
martin
a37ff8d09e Do not move source editor, on tab changes, codetool completion or similar actions. Issue #0026051
git-svn-id: trunk@44801 -
2014-04-24 00:04:19 +00:00
jesus
fcb975e5e9 LCL, implemented multiline TGridColumnTitle property, from wp, issue #25902
git-svn-id: trunk@44781 -
2014-04-22 00:32:27 +00:00
mattias
464b450a90 IDEIntf: clean up
git-svn-id: trunk@44631 -
2014-04-07 10:38:11 +00:00
juha
13b4f9aa2d IdeIntf: Fix AutoAddRows feature for ValueListEditor property editor.
git-svn-id: trunk@44576 -
2014-04-01 00:34:22 +00:00
juha
18858b8e2d IdeIntf: Property editor for Strings in ValueListEditor. Does not work well yet.
git-svn-id: trunk@44575 -
2014-04-01 00:12:59 +00:00
juha
234935f6bc New files for ValueListEditor Strings property editor.
git-svn-id: trunk@44574 -
2014-04-01 00:05:18 +00:00
mattias
d841be9240 IDE: less hints, initialize vars, use unused parameters
git-svn-id: trunk@44457 -
2014-03-17 11:25:57 +00:00
mattias
914882e83c IDEIntf: set free notification for TPropertyEditorHook.LookupRoot, changed TPropertyEditorHook to TComponent, set freenotification for TCustomPropertiesGrid.TIObject, bug #25872
git-svn-id: trunk@44455 -
2014-03-17 10:02:36 +00:00
mattias
6390494ff4 IDEIntf: comments
git-svn-id: trunk@44401 -
2014-03-10 23:29:36 +00:00
mattias
3747f3f516 IDEIntf: comment
git-svn-id: trunk@44344 -
2014-03-04 14:33:45 +00:00
mattias
a52123b355 IDEIntf: comment
git-svn-id: trunk@44342 -
2014-03-04 14:18:30 +00:00
mattias
a355640db9 IDEIntf: added event called when the IDE collects the fpc front end parameters
git-svn-id: trunk@44341 -
2014-03-04 14:15:57 +00:00
mattias
4b9f06ac1e IDEIntf: added event called when the IDE collects the fpc front end parameters
git-svn-id: trunk@44340 -
2014-03-04 14:13:40 +00:00
mattias
02b09d18e6 IDEIntf: form designer: added AddClicked hook, called whenever the user selected a component class and clicked on the designer to add a new component
git-svn-id: trunk@44335 -
2014-03-03 20:03:24 +00:00
mattias
45e9bd0b9c IDEIntf: added TAbstractIDEOptions handler destroy
git-svn-id: trunk@44332 -
2014-03-03 09:47:13 +00:00
mattias
8497743a6a IDEIntf: ListDataSourceFields
git-svn-id: trunk@44308 -
2014-03-01 16:19:24 +00:00
mattias
db8dcbf0f9 IDEIntf: comments
git-svn-id: trunk@44280 -
2014-02-27 13:50:30 +00:00
mattias
6c43d476c4 IDEIntf: fixed ControlAcceptsStreamableChildComponent, allow inherited forms, do not allow nested components or any child of nested component
git-svn-id: trunk@44276 -
2014-02-27 10:37:14 +00:00
maxim
831fd20413 Translations: Hungarian translation update by Péter Gábor, bug #25789
git-svn-id: trunk@44266 -
2014-02-26 21:53:54 +00:00
mattias
86fdb15eae IDEintf: object inspector: comment
git-svn-id: trunk@44251 -
2014-02-26 18:15:38 +00:00
mattias
27d7dc5448 IDEIntf: less unit dependencies, less hints, fixed passing AsLast
git-svn-id: trunk@44243 -
2014-02-26 08:51:28 +00:00
mattias
8a1eedadd8 IDEIntf: fixed uninitialized vars, less hints
git-svn-id: trunk@44242 -
2014-02-26 08:48:25 +00:00
martin
1bb786fda7 IDE: allow adding to inherited form and to child-controls on inherited forms (but not frames)
git-svn-id: trunk@44234 -
2014-02-25 11:32:34 +00:00
mattias
56d751c730 IDEIntf: TOIPropertyGrid: distinguish calling property Edit and changing the value
git-svn-id: trunk@44226 -
2014-02-24 10:59:57 +00:00
mattias
d2a52610bd IDE: further migration external tools
git-svn-id: trunk@44182 -
2014-02-20 18:30:05 +00:00
mattias
f9ba490c53 IDEIntf: fixed setting value in propertygrid if only a basic designer is available
git-svn-id: trunk@44177 -
2014-02-19 23:33:12 +00:00
mattias
29eba5e666 IDEIntf: fixed AddBottHandler
git-svn-id: trunk@44174 -
2014-02-19 19:10:53 +00:00
mattias
41460c7d4f IDE: fixed renaming components, simplified designer undo
git-svn-id: trunk@44173 -
2014-02-19 18:57:53 +00:00
mattias
1217b68eb7 IDE: designer IsUndoLocked
git-svn-id: trunk@44172 -
2014-02-19 17:59:47 +00:00
mattias
1c1300939f IDE: remove/rename unit in lpr if it is a pascal source
git-svn-id: trunk@44170 -
2014-02-19 15:48:29 +00:00
mattias
ed3ddce5c9 IDEIntf: comment
git-svn-id: trunk@44169 -
2014-02-19 14:41:04 +00:00
mattias
ba22fe2361 IDEIntf: added boot handler when transfer macros have been created
git-svn-id: trunk@44168 -
2014-02-19 14:36:34 +00:00