nerobot

Forum Replies Created

Viewing 15 posts - 736 through 750 (of 805 total)
  • Author
    Posts
  • in reply to: few small ted2 bugs. #4842

    nerobot
    Participant
    1. Oh. Changes were in dev branch only. I just pushed them into master. Please try it.
    2. Mark take part in development of ted2go, so let’s see what happens with original ted2.
    3. Does that laptop has Home/End buttons? Or you use cmd+left/right as alternative for home/end?

    nerobot
    Participant

    Hm. If we look into

    we’ll see that base class Object also contains reflection data – TypeInfo.

    Therefore it’s not a problem (no overhead?) to use Variant. Or even ‘Object’ type to boxing.

    Also I heard that reflection now working only if we import <reflection> module.


    nerobot
    Participant

    This helper looked useful.

    About code – what about using Variant type to store values instead of few vars int/bool/string/float/etc? It will reduce similar code parts, I think.

    in reply to: Playniax news #4803

    nerobot
    Participant

    Good news! Well done. 🙂

    in reply to: few small ted2 bugs. #4802

    nerobot
    Participant

    shortcut to comment/uncomment lines

    Ted2go has it. Shortcut Ctrl+’ or button on editor bar.

    Ctrl+Left/Right – usually it moves cursor to near word, with checking of camelCase. Easy to implement but isn’t important for me. Will be added later.

    in reply to: Ted2 code view request. #4789

    nerobot
    Participant

    I try to merge latest features into ted2go.

    Now I see “goto line” feature in origin – unmerged yet, but I’ll do. 😉

    in reply to: few small ted2 bugs. #4788

    nerobot
    Participant

    My fork Ted2Go has normally Tab behaviour. Also “insert with current indentation” is in todo.

    Also my version has code parser that brings us autocompletion – not ideal but already very helpful.

    Preferences dialog I also keep in mind and plan to do after other things. Now we can edit json files with settings to customize app.

    Look at Ted2Go in Projects section. 🙂

    in reply to: Ted2Go IDE #4744

    nerobot
    Participant

    Since new Ted2 has Source tab, I rewrite some of code to use it.

    What I did

    • Placed CodeTree into Sourse tab
    • Added code re-parsing after 1 sec from last TextChanged event. Also there is updating codetree after re-parse. (before it was done when saving document).
    • Also you can see parse error in editor after 1 sec after typing.

    Near todo task

    • Replace my own parser with mx2cc parser to get more accurate result. Probably I’ll make mix from 2 parsers.

    New changes are in dev branch on github.

    in reply to: Ted2Go IDE #4656

    nerobot
    Participant

    Can’t save sources ‘on close’ because it’s a crash! 🙁

    Hope I’ll fix that soon.

    I start ‘ted from ted’ in debug mode and work in ted#2 to catch bugs. You can do the same. And report bugs. (I caught “invalid fiber id”).

    Will be useful to add button “Save to file” in Debug tab, so any user can send report with stack trace.

    Also I got a small donation, it’s nice! 🙂

    in reply to: Ted2Go IDE #4654

    nerobot
    Participant

    I’ve refactored code style of all my classes according to Mark’s style. Will use that to get more consistent code.

    in reply to: Problems in v1.0.9, /native/bbvariant.h #4635

    nerobot
    Participant

    Works. Thanks!

    in reply to: Reflection and interfaces #4634

    nerobot
    Participant

    Are u using the latest version. Mark fixed interfaces issue today (or yesterday ), may be it fixed this case too.

    in reply to: voxel editor #4633

    nerobot
    Participant

    Cool!

    With rotation in 3 axis?

    in reply to: Ted2Go IDE #4614

    nerobot
    Participant

    Some improvements:

    • Documentation tab – added navigation bar: home, back, forward (see screenshot).
    • Project View – added file action “Rename”.
    in reply to: Ted2Go IDE #4609

    nerobot
    Participant

    Modern and so on… )

    Sometimes I got error “invalid fiber id”.

    Don’t know how to fix. Just restart app and it works normally.

Viewing 15 posts - 736 through 750 (of 805 total)