nerobot

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 805 total)
  • Author
    Posts
  • in reply to: MojoX Skin Layout #12349

    nerobot
    Participant

    There are a few images with _skin postfix in folder: modules / mojox / assets / themes / .

    Try to use them as a reference for your own.

    in reply to: MojoX Skin Layout #12342

    nerobot
    Participant

    Yes. You can define your own theme with custom view styles.

    Theme allow you to change:

    • colors
    • fonts
    • images
    • view styles (padding etc)

    9-tile images format is here.

    I think simple themed banana would be nice thing.

    in reply to: Faster way to read in pixels? #12341

    nerobot
    Participant

    Note: GetPixel() and GetPixelARGB() look at format of pixmap to return correct value.

    in reply to: Images trimmer #12325

    nerobot
    Participant

    Currently the app saves images as 32bit rgba, even if source image has png-8 format.

    I’m looking at https://pngquant.org as a solution for paletted png.

    in reply to: Ted2Go IDE #12305

    nerobot
    Participant
    1. You can use single comment char to comment line or block – just select at least one char and press ' button. Uncomment rule is the same – selection is needed.
    2. Don’t know about copying from the lower-right window, you can copy text from default Output view.
    in reply to: Hiding a Window view #12297

    nerobot
    Participant

    And… we can use real windows for showing dialogs, and for hints to be able to go beyond the boundaries of main window. 🙂

    in reply to: [Math] RemapValue #12295

    nerobot
    Participant

    Formatting of the post is broken.

    in reply to: Ted2Go IDE #12293

    nerobot
    Participant

    There are some additions in dev.

    View menu renamed with Goto and comment/uncomment actions have been moved into Edit — Comment submenu.

    Just a reminder: you can comment / uncomment by pressing apostrophe button without Ctrl / Shift.

    This behavior was experimental.. I don’t know is anybody use it, and should I completely disable Ctrl/Shift keys here or not.

    Look at the GIF file with changes.

    Attachments:
    in reply to: Monkeydoc docs? #12283

    nerobot
    Participant

    My way is to dive into any core module to see how it works.

    +1 doc about doccing is necessary.

    in reply to: [ MONKEYX2 ] Android Back button #12282

    nerobot
    Participant

    What about Key.Escape? 🙂

    in reply to: Checking for case-sensitive filenames on Windows #12247

    nerobot
    Participant

    Yeah! 🙂

    I found this solution fixing that: https://github.com/engor/Ted2Go/issues/84

    in reply to: Checking for case-sensitive filenames on Windows #12242

    nerobot
    Participant

    There also is libc.realpath() function, maybe it’s a better solution?

    But I couldn’t to cope with it.

    in reply to: Ted2Go IDE #12233

    nerobot
    Participant

     I’ll have to take a look at that, I’ve not seen it in any of the demos I’ve scrolled through

    There is no .m2proj file yet, it’s just a possible solution to have locked-but-not-opened file.

    Thanks for the video, I did understand now.

    But it was actually every single file, no matter what was being hovered over, could not discover the original declaration.

    If it happened right after run the editor – it may to be in parsing modules state – need to wait for a while.

    in reply to: Ted2Go IDE #12231

    nerobot
    Participant

    Thanks! 🙂

    Would like: Be able to pin a file, like a locked build file, to the far right. Or something more convenient for defining the locked build file that doesn’t take tab space

    Something like project file .m2proj is needed to be able to have lock file w/o opening it.

    Would like: Be able to delete whole words with ctrl + backspace, currently only doing it with ctrl + shift + left + backspace

    ok, added in todo.

    Bug: Copying from the end of one line, over to the end of another, does not copy the line break

    Please, explain it with screenshots – what do you select when copy and so on.

    Bug: Sometimes F2 can’t find the source file, and reloading sometimes fixes that.

    Next time you face this bug please notify me what exactly identifier is under cursor, is it your code member or a module member.

    in reply to: Discord server for monkey2 #12224

    nerobot
    Participant

    Thanks for this correct link.

    I also updated my first post above.

Viewing 15 posts - 136 through 150 (of 805 total)