Ted21 progress

About Monkey 2 Forums Monkey 2 Projects Ted21 progress

This topic contains 85 replies, has 22 voices, and was last updated by  AdamStrange 2 years, 7 months ago.

Viewing 15 posts - 61 through 75 (of 86 total)
  • Author
    Posts
  • #2758

    gcmartijn
    Participant

    feature request [project directory refresh  function]
    When I create a new file or folder, then I have to close ted and restart it.
    that way is at the moment (osx) the only way to make the new file/folder visible.

    after working with ted21 (some hours) I had several random crashes but don’t have any error (log)
    but its not a real problem because its fast to start it again.

    #2763

    cocon
    Participant

    Nice idea for a logo. 🙂
    “Ted” and “Monkey”: Action Team Adventure.

    #2777

    AdamStrange
    Participant

    @gcmartin Github updated with new ted21 with this function for you

    Also new code overview now show debug, remarks and is mouse aware

    #2818

    AdamStrange
    Participant

    new ‘check’ build button and menu entry – this needs a slightly modified mx2cc to operate.

    Checking is like compiling, only it doesn’t compile anything, it just check the app for errors

    You can also see a true mono spaced font in the code window which is also larger 😉

    #2829

    AdamStrange
    Participant

    work on help system going well. here’s the first look at the (not sorted) index

    #2835

    AdamStrange
    Participant

    Had to do some nasty work getting the sorting working, but here it is finished 🙂

    #2897

    AdamStrange
    Participant

    help system now has 3 faces and it also F1 (quick help) aware

    Added ttf font viewer as well

    #2900

    supertino
    Participant

    This is top notch work Adam, I am reluctant to get into Monkey2 due to a weak IDE but this is coming along nicely.

    #2935

    cocon
    Participant

    I have managed recently to add automatic reloading of opened files in my fork. If AdamStrange are you interested to use whatever source suits your needs you are welcomed. 🙂

    http://monkey2.monkey-x.com/forums/topic/another-modified-version-of-ted2/

    #2939

    AdamStrange
    Participant

    Thanks, but I’ve already got automatic reloading.

    P.S. I did have a look at your code to see how you did it – which was a different approach but using the same GetFileTime mechanism.

    My version works by tracking program activation and then doing the check. if there is a time difference then reload the file.

    #2955

    cocon
    Participant

    Nice one, I see that you shoot the reload within a few lines of code.

    In my fork, when doing reload of the the files, the Undo/Redo stack is busted. If accidentally you perform Undo/Redo the text will break and becomes full of gibberish. I don’t know if you have noticed it.

    The solution I guess is that mojox TextView should be updated to clear the Undo/Redo stack right after the reload.

    #2958

    AdamStrange
    Participant

    MakeCurrent( doc:Ted2Document ) is your friend there 😉

    #2959

    AdamStrange
    Participant

    some more progress notes:

    clicking on the status bar:

    left side will take you through the error (if there are any

    right side will take you to the current line of code

     

    Right overview now shows the current line (where the cursor is in highlight blue)

     

    buttons in button bar now enable and disable correctly

     

    added back and forward buttons, so you can travel around your code. Great for editing a bit of code, going to another bit and then instantly returning

     

    Use Color (in the color panel) will insert logical RGB text. either (,1, 0, .7) etc if it is a shade of the main color. or the actual color text (Red, UIBlue, Phlox) etc if it is a main color

     

    F1 when over text will enable quick help

     

    Escape when help is showing will hide it.

     

    new ttf font view

     

    Known issues:

    code view gets corrupted – working on this at the moment

    close document crash – fixed

    #2966

    AdamStrange
    Participant

    slight news:

    left code view list is completely bugged to hell. I’m currently rewriting it from scratch.

    Looks like a number of the crashes were down to this beastie…

    #3242

    AdamStrange
    Participant

    ok. Mark has updated monkey to V1.03 and broke ted21, so to compile you will need V1.02

    but ted21 work fine with V1.03 so compile on V1.02 and use with both .02 and .03

    <hr />

    Big update with lots of stability and uber fixes throughout. it seems very stable now.

    new left code view rewritten from ground up. new audio document – you will need to update mojo/audio modules for this to work

    property icon changed and also changed color

    Clicking on the status bar will move you around the document (error on the left, current position on the right)

    document cursor position icons now functional and added to toolbar

    debug/stop icons on toolbar now correctly enable/dissable

Viewing 15 posts - 61 through 75 (of 86 total)

You must be logged in to reply to this topic.