Project

General

Profile

Statistics
| Revision:

vdfsplat / AppSrc / cSplatCodeMax.pkg @ 58

History | View | Annotate | Download (17.5 KB)

# Date Author Comment
56 06/25/2019 12:58 AM Wil van Antwerpen

Moving to a branch so we can continue to use it under Hammer3

49 10/02/2015 10:16 PM Wil van Antwerpen

Always enable source file open.
DD:
Foreign_field options was broken for vdf14.1 and earlier.
TableName was broken for anything earlier as DF18.0
Added bunch of extra settings on table tab.
Extend parent list with ParentNoSwitch/NullAllowed

46 09/22/2015 09:54 PM Wil van Antwerpen

Found codemax sometimes numbers lines and columns from 0 instead of 1.
This could trigger a 1-off error when setting breakpoints and as a result the breakpoint would not stop where it was expected.

42 09/18/2015 04:32 PM Wil van Antwerpen

Improving QuickInfo and evaluating properties

38 09/16/2015 10:40 PM Wil van Antwerpen

cDebuggerEngine.pkg, add source line to breakpoint, if debug was started from command line, then quit debugger on stopping debug session.
ObjectInspector.pkg, first draft of DD viewer.
Application caption now has debugged binary name, statushelp has edited file.

27 09/10/2015 06:55 PM Wil van Antwerpen

currentline fix for when editor did not have the focus yet.
Variable evaluation on hover on breakpoints and step mode.

24 09/10/2015 12:39 AM Wil van Antwerpen

statusbar add line number, small fixes

20 09/08/2015 04:52 PM Wil van Antwerpen

Adding breakpoint logic, fixing some issues on the ObjectInspector

14 03/23/2015 12:11 AM Wil van Antwerpen

DataFlex 18.0 support, fix for 32 bits host OS

12 12/27/2013 08:57 AM Wil van Antwerpen

Codemax control will now load the Visual DataFlex language from the language file as defined by DAW. This means that the code is now properly colored in the codemax control.

11 12/26/2013 09:28 PM Wil van Antwerpen

Fix VDF version compatibility dependency on the codemax activex control and added different .sws workspace versions.

8 12/16/2013 04:44 PM Wil van Antwerpen

Renaming files to be more consistent, making debug classes version dynamic.
Debugger engine itself is now loaded at runtime instead of at view create time.
code cleanup

7 12/15/2013 11:28 AM Wil van Antwerpen

Added new icons from the eclipse project
Moved some code around, added disabled icons, which worked for a bit and then ended up messing with the normal icons.
That turned out to be an issue in the commandbar icon loading which I patched by including some code from VDF17.1...