nerobot

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 805 total)
  • Author
    Posts
  • in reply to: RemoveIf example #11705

    nerobot
    Participant

    Also, you can write & use extension methods, look at example:

    in reply to: [Solved] can't use JsonObject.All, don't understand Iterators #11692

    nerobot
    Participant

    Some additional iteration cases:

    in reply to: Making MSVC portable #11630

    nerobot
    Participant

    @hezkore, you totally removed Windows Kits folder, and my project can’t compile.

    I added this folder and now can compile it. Maybe we can ‘clean’ this folder too to reduce size.

    And maybe will be better to put instructions.txt into archive to have all-in-one.

    in reply to: Making MSVC portable #11628

    nerobot
    Participant

    Very nice file size. 🙂

    in reply to: Making MSVC portable #11619

    nerobot
    Participant

    Maybe 7z compression by SFX format (self extracting).

    in reply to: Making MSVC portable #11613

    nerobot
    Participant

    @hezkore thanks for your prepared version!

    I tried to repack files into 7z format and I got 252 mb, in zip it is 752 mb.

    But… Less size + MORE expensive extraction time = small profit (or not).

     

    I think it would be good to have precompiled msvc-ish version on itch.io.

    in reply to: Ted2Go IDE #11612

    nerobot
    Participant

    Here are the themes updated to use ‘TabButtonLocked’

    Tx! Pushed into dev.

    If you ever want any help with the themes or anything Nero, either mail me or drop by the IRC room and tell me what you need.

    Okay. 🙂

    in reply to: Ted2Go IDE #11587

    nerobot
    Participant

    Yesterday I fixed some issues with docs tree view, pushed into dev:

    • Fixed incorrect mouse click position;
    • Show help for ident by second F1 press;
    • Fixed results highlighting.

    I also tried to show-results-only in tree, would it be usefull for anyone? see screenshot.

    But I left all items, with results highlighting.

    in reply to: Ted2Go IDE #11581

    nerobot
    Participant

    I can’t read the last item in this list

    Added it TODO.

    The IDE displays fine on the laptop but if I drag the window onto the monitor then it gets clipped (see attachment)

    Seems to be addressed to Monkey2 not ted2go to fit window into current monitor dimension. Will read SDL docs.

    in reply to: ScanCodeToRawKey #11531

    nerobot
    Participant

    You can use App.KeyEventFilter in any place, but OnKeyEvent only inside of View-based classes like Window.

    What if my key-logic know nothing about window?

    in reply to: ScanCodeToRawKey #11529

    nerobot
    Participant

    @bigand

    You can specify own application key filter and grab any keys:

    in reply to: Monkey2 Bunnymark (github) #11520

    nerobot
    Participant

    This works BUT currently also creates a new material for the frame instead of just sharing the same material as the atlas – so my version was initially slower than ethernaut’s by a large margin! Fixing this so that all images created from other images ‘share’ the same material gives a considerable speed up – was getting about 50K images @60hz with ethernaut’s version, now get about 180K with mine!

    Will push this change to the repos soon.

    Super-good! 🙂

    in reply to: One more Extension example #11514

    nerobot
    Participant

    But how does user ‘know’ they are using an extension and it’s safe to skip ‘?.’?

    If there’s a possiblility an object could be Null, coder should always use ?. or check for null IMO, regardless of whether member is an extension or not. Extensions should, IMO , behave as much like ‘normal’ methods as possible.

    I agree. 🙂

    Main rule here: all code – including extensions – should be fully documented!

    I don’t invite you to write all null-checks inside of extensions, I just shown the way we *could* to use it.

    There is a String.IsNullOrEmpty() extension method in c# to eliminate null checking until it has  ?. operator that comes with c# v6.0.

    in reply to: One more Extension example #11497

    nerobot
    Participant

    Yes it should. Self in extension not equal to self in usual class.

    Extension methods converted into plain functions by mx2cc. I think we need to have explanation of it in docs if have no yet.

    in reply to: Ted2Go IDE #11492

    nerobot
    Participant

    Thanks!

    New stuff in dev branch: Project tree – added Cut / Copy / Paste actions on files and foldes.

    Now we can create copy of files, with showing “enter new name” dialog if file or folder already exists.

    Comfortable and rapid development is here. 🙂

Viewing 15 posts - 226 through 240 (of 805 total)