nerobot

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 805 total)
  • Author
    Posts
  • in reply to: Ted2Go IDE #14216

    nerobot
    Participant

    Do you want separated colors for code members like class-names, functions, methods, const, etc?

    We have no such stuff yet. 🙂

    in reply to: Monkey2 Build From Source Help #14215

    nerobot
    Participant

    ted2 is out of dated (I suppose), but there is ted2go that is up to date.

    Try to start rebuildted2go.sh.

    in reply to: Alias Methods (Center vs Centre) #14188

    nerobot
    Participant

    Alias keyword is about types, not members.

    For your purposes you can duplicate needed members with good-spelling names and delegate execution to existed ones:

    in reply to: Advices for my workflow #14096

    nerobot
    Participant

    Compliler is located at /monkey2/bin/ and named mx2cc_windows / mx2cc_macos.

    Just run it w/o params to see the help.

    in reply to: Range() functions #14095

    nerobot
    Participant

    Additional arrays helpers:

    ArrayPad() – Returns a copy of the array padded to size specified by size with value ‘value’.

    ArrayFill() – Fills an array with ‘count’ entries of the ‘value’.

    in reply to: DI container, Inverse of Control #14093

    nerobot
    Participant

    I created repository for that:

    https://github.com/engor/m2-di-container

    Repository contains core class di.monkey2  and two demo programs.

    Also I changed code above – FuncWrapper was removed.

    PS: such containers are suitable for apps, and much less for games.

    in reply to: Monkey 2 Splash Screen. #14007

    nerobot
    Participant

    Nice looking!

    in reply to: Converting color #14006

    nerobot
    Participant

    When you draw to canvas, you blend pixels with existing ones.

    The question is how to erase pixels in canvas.

    It’s actual to make transparent HUD for AR-glasses stuff, when you need to make drawing area actually transparent to see through it.

    I remember there was a similar topic but don’t remember the answer – is it possible or is it in TODO.

    in reply to: Ted2Go IDE #13963

    nerobot
    Participant

    @cocon thanks! maybe I’ll get something of your code.

    There is a little GIF about folding. I almost get it working.

    Need to add +/- folding icons into gutter view and checking lines deletion and isertion.

    in reply to: New iOS device for Mark #13810

    nerobot
    Participant

    Note about supporting of ARKit is important too, imo.

    in reply to: New iOS device for Mark #13795

    nerobot
    Participant

    I donated $25 usd via paypal.

    (don’t know is it visible in widget, I just clicked on Donate button in the main page)

    in reply to: Is Variant.ToString() possible? #13764

    nerobot
    Participant

    I think I can use your realization, for my purposes printing of variant.type.name is enough. Thanks!

    in reply to: Is Variant.ToString() possible? #13760

    nerobot
    Participant

    It’s good when you have a constatnt range of types. 🙂

    But you should extend this if-else block for any new type.

    in reply to: Range() functions #13757

    nerobot
    Participant

    A few new kinds of Range is here. 🙂

    They generate by expression, where single values or ranges are separated by commas,

    and ranges min-max diapasons separated by minus-sign.

    RangeExprInt – generates sequence of integers , for example: expr=”1,14,20-27″

    RangeExprChars – generates sequence of chars, for example: expr=”a-z,A-Z,0-9″

    Also there is a Stack extension with method Merge that allow you to merge values into stack to have unique values only.

    in reply to: Ted2Go IDE #13752

    nerobot
    Participant

    after before

    sounds interesting 🙂

    in what editor do you use it? (I want to try it)

Viewing 15 posts - 76 through 90 (of 805 total)