Results 1 to 4 of 4

Thread: ToDo or not ToDo - that is the Question

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Birmingham, UK
    Posts
    1,232

    Default ToDo or not ToDo - that is the Question

    Probably not new to DataFlex 20.1, but seeing as this is the project currently being developed - and it's where I just encountered it - perhaps the following behaviour could be tweaked?

    Code:
    // ToDo: one
    Class cToDoTest is a cObject
    // ToDo: Two    
        Procedure Construct_Object
            Forward Send Construct_Object
    // ToDo: Three        
            Object oToDoTest is a cObject
    // ToDo: Four
            End_Object
        End_Procedure
    End_Class
    Drop the above code into a source file. I added it to the top of WebApp.src (WebOrderMobile) but it doesn't matter.

    Now look at the To Do List in the studio. "ToDo: Four" isn't being picked up. Move it outside of that object and it will be. I wouldn't have expected the location of the ToDo comment to be important (and I nearly missed one!)
    Last edited by Peter Bragg; 14-Oct-2021 at 10:14 AM. Reason: missing word
    "My wife thinks I over-analyse our marriage, which, to be frank completely contradicts the findings of my report." - @MooseAllain

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •