nerobot

Forum Replies Created

Viewing 15 posts - 526 through 540 (of 805 total)
  • Author
    Posts
  • in reply to: Editor Crashes #7578

    nerobot
    Participant

    800 lines – its not a large file 🙂

    Do you using ted2 or ted2go?

    in reply to: Ted2Go IDE #7510

    nerobot
    Participant

    What “SPLAT-V” is?

    in reply to: In App Purchase stuff #7498

    nerobot
    Participant

    For Android we can use JNI module to implement IAP, and grab logic from mx1.

    Don’t know who can and want to do that.

    in reply to: Way to predefine/inline define an array of arrays? #7310

    nerobot
    Participant

    New String[][]([“cat”,”dog”],[“monkey”,”parrot”])

    AFAIK there is no such syntax, and I would like to have it too.

    in reply to: Ted2Go IDE #7309

    nerobot
    Participant

    So, In todo for console:

    • Clear button
    • Word wrap toggle
    • Filter editview – to show only lines with given text
    • Search editview
    in reply to: Ted2Go IDE #7303

    nerobot
    Participant

    I just noticed that when I start to type “Mouse” I no longer see the standard “Mouse” class in the auto-complete list.
    Same with “JsonObject” it seems, and “WindowFlags”  and “Keyboard” etc.
    Did something change, is this intended?

    Did you type ‘Mouse’ or ‘JsonObject’ when ted2 just started? If so – wait for a while, there is modules parsing process in background. Maybe will be useful to add progress indicator for that.

    in reply to: Run process problem #7294

    nerobot
    Participant

    Is your command looks like this:

    And do you start process inside of new Fiber?

    in reply to: Ted2Go IDE #7293

    nerobot
    Participant

    @druggedbunny  thanks for ideas and interest. Added in todo list.

    in reply to: Canvas memory saturation (Bug?) #7280

    nerobot
    Participant

    Why do you create new canvas each render frame? 🙂

    Even if it will be removed by GC correctly – it looks like unnnecessary allocation.

    in reply to: Playniax news #7279

    nerobot
    Participant

    I like it. Your logo is good.

    in reply to: Ted2Go IDE #7263

    nerobot
    Participant

    Fixed in dev branch! 🙂 Try it.

    There was DebugStop() for untab logic.

    in reply to: Ted2Go IDE #7261

    nerobot
    Participant

    Please, notify me if you can reproduce any bugs.

    in reply to: Ted2Go IDE #7259

    nerobot
    Participant

    @jessy  oh.. I got crashes from time to time, and press ctrl+s very often. Need to do .bak files maybe.

    Hope one day we’ll get super-cool IDE.

    in reply to: Ted2Go IDE #7252

    nerobot
    Participant

    @dmaz, I glad to hear. 🙂

    in reply to: Ted2Go IDE #7246

    nerobot
    Participant

    Ctrl+W for closing tabs is good and already done.

    I’ll try to do overriding font from IDE next time.

    And will update smooth theme, I miss it.

     The auto-complete is not always correct, sometimes it doesn’t detect my Locals.
    So when I for example want to access the fields in my Local called “proc”, Ted2Go instead auto-corrects it to “Property” whenever I type “proc.”, which gets annoying.

    It doesn’t detect local at all yet! But I plan to do that one time.

    Ok, need to make dot optional.

     

    Big thanks to David Maziarka for supporting!

Viewing 15 posts - 526 through 540 (of 805 total)