mattias
a9ebfbffec
implemented editing dependencies
...
git-svn-id: trunk@3410 -
2002-10-01 15:45:40 +00:00
mattias
8f9ea479eb
implemented broken dependencies dialog
...
git-svn-id: trunk@3409 -
2002-10-01 15:45:39 +00:00
mattias
d4d9be12c6
started package registration
...
git-svn-id: trunk@3408 -
2002-10-01 15:45:38 +00:00
mattias
dbc4754166
implemented global and user package links
...
git-svn-id: trunk@3407 -
2002-10-01 15:45:37 +00:00
mattias
c0601d90c6
added TMemoScrollBar
...
git-svn-id: trunk@3406 -
2002-10-01 15:45:36 +00:00
mattias
d6d67d7996
fixed rtl include path
...
git-svn-id: trunk@3405 -
2002-10-01 15:45:35 +00:00
mattias
d4f67913c0
improved case renaming of pascal files
...
git-svn-id: trunk@3404 -
2002-10-01 15:45:34 +00:00
mattias
ca3b7a17ce
fixed TControl.Show in design mode
...
git-svn-id: trunk@3403 -
2002-10-01 15:45:33 +00:00
mattias
cefa78f0c5
added synedit localization
...
git-svn-id: trunk@3402 -
2002-10-01 15:45:32 +00:00
mattias
be090f6f5d
added localization for env options from Olivier
...
git-svn-id: trunk@3401 -
2002-10-01 15:45:31 +00:00
mattias
f079e2efcc
fixed searching lazarus in current dir
...
git-svn-id: trunk@3400 -
2002-10-01 15:45:30 +00:00
mattias
8caddb6cbe
resolving lazarus directory even if started with search path
...
git-svn-id: trunk@3399 -
2002-10-01 15:45:29 +00:00
mattias
9e79b31d5b
added ReadAllLinks
...
git-svn-id: trunk@3398 -
2002-10-01 15:45:28 +00:00
mattias
319dc2391c
fixed TCustomEdit.SelStart when nothing selected
...
git-svn-id: trunk@3397 -
2002-10-01 15:45:27 +00:00
mattias
e1b8eed559
freeing stopped external tools
...
git-svn-id: trunk@3396 -
2002-10-01 15:45:26 +00:00
mattias
3228319948
changes for fpc 1.1
...
git-svn-id: trunk@3395 -
2002-10-01 15:45:25 +00:00
mattias
a984b4d733
fixed backuping symlinks
...
git-svn-id: trunk@3394 -
2002-10-01 15:45:24 +00:00
mattias
3ce0e4a00f
finished publish project
...
git-svn-id: trunk@3393 -
2002-10-01 15:45:23 +00:00
mattias
bba7efd634
added spanish support
...
git-svn-id: trunk@3392 -
2002-10-01 15:45:22 +00:00
mattias
e32657c3c0
added basic file handling functions to filectrl
...
git-svn-id: trunk@3391 -
2002-10-01 15:45:21 +00:00
lazarus
7c08dc2ede
AJ: fixed compiling on win32
...
git-svn-id: trunk@3390 -
2002-10-01 15:45:20 +00:00
lazarus
387f997ca0
AJ: fixed ideprocs uses dos twice in win32
...
git-svn-id: trunk@3389 -
2002-10-01 15:45:19 +00:00
lazarus
d300d2e70b
MG: added publish project
...
git-svn-id: trunk@3388 -
2002-10-01 15:45:18 +00:00
lazarus
4bfe65783c
MG: added LCLPlatform to build lazarus dialog
...
git-svn-id: trunk@3387 -
2002-10-01 15:45:17 +00:00
lazarus
84eea4342e
MG: fixed jumping history
...
git-svn-id: trunk@3386 -
2002-10-01 15:45:16 +00:00
lazarus
fad8013ae7
MG: added part of project list to project
...
git-svn-id: trunk@3381 -
2002-09-30 23:45:58 +00:00
lazarus
8ff0fe458f
MG: added part of project list to project
...
git-svn-id: trunk@3380 -
2002-09-30 23:41:00 +00:00
lazarus
ad45819dff
MG: fixed flickering of modal forms
...
git-svn-id: trunk@3379 -
2002-09-30 20:19:12 +00:00
lazarus
fc096bf64a
MG: accelerated xmlwriter
...
git-svn-id: trunk@3377 -
2002-09-30 11:01:43 +00:00
lazarus
aeaef506fa
MG: renamed close all
...
git-svn-id: trunk@3376 -
2002-09-30 09:35:15 +00:00
lazarus
27f7ca3e31
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
...
Here is the run down of what it includes -
-Vasily Volchenko's Updated Russian Localizations
-improvements to GTK Styles/SysColors
-initial GTK Palette code - (untested, and for now useless)
-Hint Windows and Modal dialogs now try to stay transient to
the main program form, aka they stay on top of the main form
and usually minimize/maximize with it.
-fixes to Form BorderStyle code(tool windows needed a border)
-fixes DrawFrameControl DFCS_BUTTONPUSH to match Win32 better
when flat
-fixes DrawFrameControl DFCS_BUTTONCHECK to match Win32 better
and to match GTK theme better. It works most of the time now,
but some themes, noteably Default, don't work.
-fixes bug in Bitmap code which broke compiling in NoGDKPixbuf
mode.
-misc other cleanups/ fixes in gtk interface
-speedbutton's should now draw correctly when flat in Win32
-I have included an experimental new CheckBox(disabled by
default) which has initial support for cbGrayed(Tri-State),
and WordWrap, and misc other improvements. It is not done, it
is mostly a quick hack to test DrawFrameControl
DFCS_BUTTONCHECK, however it offers many improvements which
can be seen in cbsCheck/cbsCrissCross (aka non-themed) state.
-fixes Message Dialogs to more accurately determine
button Spacing/Size, and Label Spacing/Size based on current
System font.
-fixes MessageDlgPos, & ShowMessagePos in Dialogs
-adds InputQuery & InputBox to Dialogs
-re-arranges & somewhat re-designs Control Tabbing, it now
partially works - wrapping around doesn't work, and
subcontrols(Panels & Children, etc) don't work. TabOrder now
works to an extent. I am not sure what is wrong with my code,
based on my other tests at least wrapping and TabOrder SHOULD
work properly, but.. Anyone want to try and fix?
-SynEdit(Code Editor) now changes mouse cursor to match
position(aka over scrollbar/gutter vs over text edit)
-adds a TRegion property to Graphics.pp, and Canvas. Once I
figure out how to handle complex regions(aka polygons) data
properly I will add Region functions to the canvas itself
(SetClipRect, intersectClipRect etc.)
-BitBtn now has a Stored flag on Glyph so it doesn't store to
lfm/lrs if Glyph is Empty, or if Glyph is not bkCustom(aka
bkOk, bkCancel, etc.) This should fix most crashes with older
GDKPixbuf libs.
git-svn-id: trunk@3373 -
2002-09-27 20:52:23 +00:00
lazarus
50a2d314da
MWE: Applied target OS patch from "Vincent Snijders" <vslist@zonnet.nl>
...
It addresses two things.
1. Setting a OS_TARGET for building lazarus in the Build Lazarus dialog.
2. Specifying the Target OS in the compiler options dialog.
git-svn-id: trunk@3372 -
2002-09-24 20:10:09 +00:00
lazarus
aa4633fc58
MG: fixed TPanel and Frame3D
...
git-svn-id: trunk@3371 -
2002-09-20 13:11:11 +00:00
lazarus
23fac992bf
MG: added Move Page Left/Right for sourcenotebook
...
git-svn-id: trunk@3370 -
2002-09-20 11:40:07 +00:00
lazarus
3443807a79
MG: workaround for TBinaryObjectWriter till we announce the new compiler
...
git-svn-id: trunk@3368 -
2002-09-20 08:36:42 +00:00
lazarus
92a823fa10
MG: applied localization from Vasily
...
git-svn-id: trunk@3367 -
2002-09-20 07:26:37 +00:00
lazarus
9fe39dbb20
MG: fixed outputfilter for lines without newline chars
...
git-svn-id: trunk@3366 -
2002-09-19 21:21:47 +00:00
lazarus
e940f8c711
MG: fixed Menu.Free and gdkwindow=nil bug
...
git-svn-id: trunk@3363 -
2002-09-19 16:45:54 +00:00
lazarus
a56486e371
MG: reduced output
...
git-svn-id: trunk@3357 -
2002-09-16 17:19:05 +00:00
lazarus
3d855574b7
MG: fixed mem leak of componentinterfaces
...
git-svn-id: trunk@3356 -
2002-09-16 17:17:53 +00:00
lazarus
837b1b4d6d
MG: fixed mem leak in JITForms
...
git-svn-id: trunk@3355 -
2002-09-16 17:05:01 +00:00
lazarus
6f512029ae
MG: replaced halt with raiseexception
...
git-svn-id: trunk@3353 -
2002-09-16 16:06:21 +00:00
lazarus
093d68ba1a
MG: renamed designerstr.pas to objinspstrconsts.pas
...
git-svn-id: trunk@3351 -
2002-09-16 14:46:05 +00:00
lazarus
c10b07e7b0
MG: gtk mlouse events can now be fetched before or after
...
git-svn-id: trunk@3350 -
2002-09-16 08:54:03 +00:00
lazarus
70ffadd093
MG: added localization from Vasily
...
git-svn-id: trunk@3349 -
2002-09-16 06:44:08 +00:00
lazarus
deecb51f4b
MG: fixed selection
...
git-svn-id: trunk@3348 -
2002-09-15 13:00:15 +00:00
lazarus
ae98336c93
MG: fixed keymapping of none
...
git-svn-id: trunk@3347 -
2002-09-14 20:05:14 +00:00
lazarus
7ec8c949c3
MG: double click on unit dependencies now opens the file
...
git-svn-id: trunk@3346 -
2002-09-14 17:27:46 +00:00
lazarus
ad021fe58e
MG: unnit dependencies basically working
...
git-svn-id: trunk@3345 -
2002-09-14 17:04:24 +00:00
lazarus
51491d262f
MG: added Refresh to Unit Dependencies
...
git-svn-id: trunk@3344 -
2002-09-14 16:00:28 +00:00
lazarus
78911bbec5
MG: fixed icons
...
git-svn-id: trunk@3343 -
2002-09-14 14:47:41 +00:00
lazarus
4be5bbcd27
MG: added icons to unitdependencies
...
git-svn-id: trunk@3342 -
2002-09-14 12:35:59 +00:00
lazarus
1d4aa7e976
MG: added expanding to unit dependencies
...
git-svn-id: trunk@3341 -
2002-09-14 10:39:40 +00:00
lazarus
44e3418b75
MG: added TListView notification from Vincent
...
git-svn-id: trunk@3340 -
2002-09-14 08:38:06 +00:00
lazarus
7c2bb90b7b
MG: added uni dependencies
...
git-svn-id: trunk@3339 -
2002-09-14 07:05:15 +00:00
lazarus
5aab225599
MG: removed the 1x1 bitmap from TBitBtn
...
git-svn-id: trunk@3337 -
2002-09-13 16:58:27 +00:00
lazarus
db0cda01e8
Fix designer initialization.
...
git-svn-id: trunk@3335 -
2002-09-13 14:06:19 +00:00
lazarus
e18c37b2a4
Cleanups, extended TStatusBar, graphic control cleanups.
...
git-svn-id: trunk@3334 -
2002-09-13 11:49:47 +00:00
lazarus
6a4f25e1c6
MG: aded memcheck diff
...
git-svn-id: trunk@3333 -
2002-09-13 08:26:02 +00:00
lazarus
9e033cc12d
MG: aded memcheck diff
...
git-svn-id: trunk@3332 -
2002-09-13 08:23:11 +00:00
lazarus
a8acebb11a
MG: fixed memcheck output
...
git-svn-id: trunk@3331 -
2002-09-13 08:11:46 +00:00
lazarus
1b2e55a1f2
MG: fixed memcheck
...
git-svn-id: trunk@3329 -
2002-09-13 07:01:20 +00:00
lazarus
11279dd04b
MG: gradient fill, minor issues from Andrew
...
git-svn-id: trunk@3328 -
2002-09-12 05:56:15 +00:00
lazarus
22a70e8c85
MG: fixed DeleteObject
...
git-svn-id: trunk@3327 -
2002-09-12 05:32:14 +00:00
lazarus
621924577e
MG: added CVS keywords
...
git-svn-id: trunk@3325 -
2002-09-11 13:19:56 +00:00
lazarus
60c0bf0cd4
MG: added insert ChangeLog Entry
...
git-svn-id: trunk@3324 -
2002-09-11 12:18:21 +00:00
lazarus
4b76f93f27
MG: added insert Username and Datetime
...
git-svn-id: trunk@3323 -
2002-09-11 12:05:46 +00:00
lazarus
8c87999185
MG: added insert GPL notice
...
git-svn-id: trunk@3322 -
2002-09-11 11:31:23 +00:00
lazarus
fb202ba0fe
MG: added selection menu items
...
git-svn-id: trunk@3321 -
2002-09-11 08:32:56 +00:00
lazarus
931003e766
MG: implemented BlockIndent for synedit
...
git-svn-id: trunk@3320 -
2002-09-10 19:59:14 +00:00
lazarus
297f2f94ee
MG: codetools defineseditor dlg size is now saved
...
git-svn-id: trunk@3319 -
2002-09-10 19:13:45 +00:00
lazarus
fd309629ca
MG: editor option dlg size is now saved
...
git-svn-id: trunk@3318 -
2002-09-10 19:09:07 +00:00
lazarus
66df007f01
MG: environment option dlg size is now saved
...
git-svn-id: trunk@3317 -
2002-09-10 19:03:30 +00:00
lazarus
10a697c44d
MG: added new project from file
...
git-svn-id: trunk@3316 -
2002-09-10 18:17:31 +00:00
lazarus
9d3a802e24
MG: added TLabel.WordWrap for gtk-interface from Vincent
...
git-svn-id: trunk@3315 -
2002-09-10 17:30:16 +00:00
lazarus
0e27003d6f
MG: added SaveFlagNames
...
git-svn-id: trunk@3314 -
2002-09-10 14:48:23 +00:00
lazarus
93a2f932e9
MG: added keymapping to designer
...
git-svn-id: trunk@3305 -
2002-09-09 12:36:33 +00:00
lazarus
78db2b032c
MG: added jitform error messagedlg
...
git-svn-id: trunk@3292 -
2002-09-06 11:37:49 +00:00
lazarus
33965f2124
MG: added jitform error messagedlg
...
git-svn-id: trunk@3291 -
2002-09-06 11:33:36 +00:00
lazarus
fa42cd6ebc
MG: improved handling of ambigious source files
...
git-svn-id: trunk@3290 -
2002-09-05 19:03:36 +00:00
lazarus
477b2808f2
MG: added auto deleting of ambigious source files
...
git-svn-id: trunk@3289 -
2002-09-05 15:24:27 +00:00
lazarus
98a15081f3
MG: fixed removing notebook
...
git-svn-id: trunk@3286 -
2002-09-05 13:21:12 +00:00
lazarus
7c8d67a7ad
MG: TNotebook is now streamable
...
git-svn-id: trunk@3284 -
2002-09-05 12:11:43 +00:00
lazarus
939e1f6074
Intermediate UI patch to show a bug.
...
git-svn-id: trunk@3279 -
2002-09-03 20:02:01 +00:00
lazarus
da2e467433
Added shortcut keys to labels
...
Support for alphabetically sorting the properties
Standardize message and add shortcuts ala Kylix
Published BorderStyle, unpublished BorderWidth
ShowAccelChar and FocusControl
ShowAccelChar and FocusControl for TLabel, escaped ampersands now work.
git-svn-id: trunk@3278 -
2002-09-03 11:32:49 +00:00
lazarus
539b2d26ca
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@3276 -
2002-09-03 08:07:20 +00:00
lazarus
80e7e46dbd
MG: TNoteBook now starts with no Page and TPage has no auto names
...
git-svn-id: trunk@3274 -
2002-09-02 19:10:27 +00:00
lazarus
c191a0955a
MG: component editors can now add menuitems to the designer popupmenu
...
git-svn-id: trunk@3273 -
2002-09-01 21:02:21 +00:00
lazarus
443c0e5ae2
MG: double click in designer now invokes component editors
...
git-svn-id: trunk@3272 -
2002-09-01 19:57:03 +00:00
lazarus
a168428731
MG: added some property editors and started component editors
...
git-svn-id: trunk@3270 -
2002-08-31 18:45:53 +00:00
lazarus
3ebde07e67
MG: fixed resetting comobobox text
...
git-svn-id: trunk@3267 -
2002-08-31 07:58:21 +00:00
lazarus
9caac69e35
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
...
git-svn-id: trunk@3265 -
2002-08-30 12:32:25 +00:00
lazarus
2c26b55194
MG: added Display examples
...
git-svn-id: trunk@3261 -
2002-08-29 12:41:26 +00:00
lazarus
5e8894b3ec
MG: added UseDisplay checkbox
...
git-svn-id: trunk@3260 -
2002-08-29 07:49:45 +00:00
lazarus
5e4938af5d
MG: fixed TComboBox and InvalidateControl
...
git-svn-id: trunk@3258 -
2002-08-29 00:07:01 +00:00
lazarus
cae607e7fd
MG: implemented display variable
...
git-svn-id: trunk@3255 -
2002-08-28 10:52:41 +00:00
lazarus
ee117c5aeb
MG: fixed designer component deletion
...
git-svn-id: trunk@3252 -
2002-08-27 14:33:37 +00:00
lazarus
be6391b14b
MG: not existing files will now be removed from recent lists
...
git-svn-id: trunk@3251 -
2002-08-27 09:22:43 +00:00
lazarus
277da25f30
MG: fixed codetools proc collection
...
git-svn-id: trunk@3247 -
2002-08-27 06:34:25 +00:00
lazarus
5b85d49737
MG: reduced output
...
git-svn-id: trunk@3241 -
2002-08-24 17:08:15 +00:00
lazarus
42ef5778c5
MG: fixed moving child component
...
git-svn-id: trunk@3240 -
2002-08-24 16:50:36 +00:00
lazarus
8b8fccae08
MG: started form renaming
...
git-svn-id: trunk@3234 -
2002-08-23 07:05:15 +00:00
lazarus
97b927cb3d
MG: fixed uses section
...
git-svn-id: trunk@3229 -
2002-08-21 11:30:52 +00:00
lazarus
68c590e8a0
MG: fixed mem some leaks in ide and gtk
...
git-svn-id: trunk@3228 -
2002-08-21 11:29:35 +00:00
mattias
ae12a98a40
fixes for debugging
...
git-svn-id: trunk@3166 -
2002-08-18 16:50:09 +00:00
mattias
60378fc041
added basic file handling functions to filectrl
...
git-svn-id: trunk@3163 -
2002-08-18 16:50:08 +00:00
marc
f17cd838b1
* Improved hint evaluation
...
git-svn-id: trunk@3132 -
2002-08-18 08:57:49 +00:00
mattias
9edbf70bc1
started codeexplorer
...
git-svn-id: trunk@3131 -
2002-08-18 08:57:48 +00:00
mattias
9b2aa2ff7e
implemented jump to source for code explorer
...
git-svn-id: trunk@3129 -
2002-08-18 08:57:48 +00:00
mattias
3432854076
implemented view call stack key and jumping to last stack frame with debug info
...
git-svn-id: trunk@3128 -
2002-08-18 08:57:47 +00:00
mattias
359d81b25f
reduced paint messages on destroy
...
git-svn-id: trunk@3126 -
2002-08-18 08:57:47 +00:00
mattias
17bb402115
implemented filename case check before adding to project
...
git-svn-id: trunk@3125 -
2002-08-18 08:57:46 +00:00
mattias
b3d38943a7
implemented two step compiling of IDE, needed for designtime packages
...
git-svn-id: trunk@3124 -
2002-08-18 08:57:46 +00:00
mattias
4eb7ce4d6c
started codeexplorer
...
git-svn-id: trunk@3121 -
2002-08-18 08:57:45 +00:00
mattias
019f35ccea
implemented popupmenu items in source editor for breakpoints
...
git-svn-id: trunk@3120 -
2002-08-18 08:57:45 +00:00
mattias
bf2faf1d8c
implemented breakpoints hints for source editor
...
git-svn-id: trunk@3119 -
2002-08-18 08:57:44 +00:00
mattias
dfc8500a42
fixed changing unitname during update
...
git-svn-id: trunk@3117 -
2002-08-18 08:57:44 +00:00
mattias
ac82f04b0c
implemented Paste components in source
...
git-svn-id: trunk@3115 -
2002-08-18 08:57:43 +00:00
mattias
0f52239198
added try except to Application.Run, message on changing debugger items during compile
...
git-svn-id: trunk@3114 -
2002-08-18 08:57:43 +00:00
mattias
1d4c51ec32
implemented sourcemarks
...
git-svn-id: trunk@3113 -
2002-08-18 08:57:42 +00:00
mattias
f73d9c2830
started copy/paste for components
...
git-svn-id: trunk@3112 -
2002-08-18 08:57:42 +00:00
mattias
7699663a3f
implemented enable and deleting breakpoint in breakpoint dlg
...
git-svn-id: trunk@3110 -
2002-08-18 08:57:41 +00:00
mattias
dd0fd76181
fixed Visible=true for new forms
...
git-svn-id: trunk@3109 -
2002-08-18 08:57:41 +00:00
mattias
461b2bcf2b
small fixes for debugger without file
...
git-svn-id: trunk@3107 -
2002-08-18 08:57:40 +00:00
mattias
e752c14286
fixed keeping TForm.Visible=false
...
git-svn-id: trunk@3105 -
2002-08-18 08:57:40 +00:00
mattias
04b92e2696
added tcolorbutton xpm
...
git-svn-id: trunk@3104 -
2002-08-18 08:57:39 +00:00
marc
913cd22493
MWE: + Added exception break
...
* Reworked adding/removing breakpoints
+ Added Unknown breakpoint type
git-svn-id: trunk@3102 -
2002-08-18 08:57:39 +00:00
mattias
2b0075dad4
made compiling gtk2 interface easier
...
git-svn-id: trunk@3101 -
2002-08-18 08:57:38 +00:00
mattias
842841f341
implemented stop debugging on rebuild
...
git-svn-id: trunk@3100 -
2002-08-18 08:57:38 +00:00
mattias
a6e222b9f6
implemented view call stack key and jumping to last stack frame with debug info
...
git-svn-id: trunk@3098 -
2002-08-18 08:57:37 +00:00
mattias
a0b72293e3
started Hide IDE on run
...
git-svn-id: trunk@3096 -
2002-08-18 08:57:37 +00:00
mattias
0c1af8ec05
added message, that debugger is readonly while running
...
git-svn-id: trunk@3095 -
2002-08-18 08:57:36 +00:00
mattias
6e7310b3d3
implemented filename case check before adding to project
...
git-svn-id: trunk@3094 -
2002-08-18 08:57:36 +00:00
mattias
2ea8dc7d31
showing all palette components when no form shown
...
git-svn-id: trunk@3092 -
2002-08-18 08:57:35 +00:00
mattias
1441bcbf7a
implemented restoring breakpoints
...
git-svn-id: trunk@3090 -
2002-08-18 08:57:35 +00:00
mattias
98132a1c7e
implemented saving breakpoints and watches
...
git-svn-id: trunk@3088 -
2002-08-18 08:57:34 +00:00
mattias
7cf4e02090
fixed unhiding components
...
git-svn-id: trunk@3087 -
2002-08-18 08:57:34 +00:00
mattias
9aa716cf88
started loading/saving breakpoints
...
git-svn-id: trunk@3086 -
2002-08-18 08:57:33 +00:00
mattias
656fea83a4
fixed view forms
...
git-svn-id: trunk@3084 -
2002-08-18 08:57:33 +00:00
mattias
1153d0d061
localization, added context policy to make resource string dialog
...
git-svn-id: trunk@3083 -
2002-08-18 08:57:32 +00:00
mattias
439e0943b5
implemented popupmenu items in source editor for breakpoints
...
git-svn-id: trunk@3082 -
2002-08-18 08:57:32 +00:00
marc
c233d1a573
MWE: Fixed close confirmation on changed designer form
...
([Yes][No][Cancel] instead of [Yes][Cancel][Abort])
git-svn-id: trunk@3079 -
2002-08-18 08:57:31 +00:00
mattias
7ba2d1fab6
implemented default package for custom IDE components
...
git-svn-id: trunk@3078 -
2002-08-18 08:57:31 +00:00
mattias
2debad35f2
implemented package graph showing open packages
...
git-svn-id: trunk@3077 -
2002-08-18 08:57:30 +00:00
mattias
d864feaa80
fixed loading bookmarks for editor index 0
...
git-svn-id: trunk@3075 -
2002-08-18 08:57:30 +00:00
mattias
e5f8eb4d0d
fixed loading .files
...
git-svn-id: trunk@3074 -
2002-08-18 08:57:29 +00:00
mattias
542e871964
implemented showing source lines in breakpoints dialog
...
git-svn-id: trunk@3072 -
2002-08-18 08:57:29 +00:00
mattias
74c05131ac
find declaration: implemented file type
...
git-svn-id: trunk@3071 -
2002-08-18 08:57:28 +00:00
mattias
456c5c20eb
implemented datamodules
...
git-svn-id: trunk@3070 -
2002-08-18 08:57:28 +00:00
mattias
66b50cd1e2
new menueditor from Martin Patik
...
git-svn-id: trunk@3067 -
2002-08-18 08:57:27 +00:00