nerobot

Forum Replies Created

Viewing 15 posts - 706 through 720 (of 805 total)
  • Author
    Posts
  • in reply to: Ted2go – can only compile debug versions? #5232

    nerobot
    Participant

    Menu Build — Target settings — Release checkbox.

    in reply to: Monkey2 Build From Source Help #5230

    nerobot
    Participant

    I use SourceTree for git. I prefer gui instead of command line. 🙂

    May post short ‘howto’ if someone is interested in.

    in reply to: Tower Bots – a multiplayer tower defense game #5211

    nerobot
    Participant

    7 games – wow! Where we can look at them?:)

    in reply to: Multitouch support? #5207

    nerobot
    Participant

    AFAIK   There is no mobile touch yet.

    in reply to: Theme questions #5198

    nerobot
    Participant

    Also.. Maybe it will be better to fill list of themes by reading themes folder,

    so we don’t need to modify themes.json – just copy file and it works.

    in reply to: Ted2Go IDE #5194

    nerobot
    Participant

    Maybe not at all, but it’s simpler when I can see any done solution.

    in reply to: Ted2Go IDE #5192

    nerobot
    Participant

    There are many bugs and weak spots in current version. I can’t wait I have spare time to fix them. 🙂

    in reply to: Ted2Go IDE #5191

    nerobot
    Participant

    Steps to do are:

    1. Replace local bar variable with field _toolBar
    2. Add property ToolBarVisible:Bool
    3. In mainwindow for toogle logic add method ToggleCodeToolBar()

    I wrote this code inside of browser to show you my direction. So need to be fixed of course.

    in reply to: Ted2Go IDE #5189

    nerobot
    Participant

    For code toolbar – look into  codedocument.monkey2 -> CodeDocunent class -> New() method.

    There is a code at the end of New():

    as a simplest solution just comment line

    later I’ll add show/hide options into menu.

    in reply to: Theme questions #5139

    nerobot
    Participant

    About toolbar – I will add option to show/hide it later.

    Other questions – I don’t know and have no time to study.

    in reply to: Ted2Go IDE #5100

    nerobot
    Participant

    Hm. Looked like mystic.

    I will try to understand this situation a bit later, ok? Probably, there is needed core monkey fixes.

    in reply to: Ted2Go IDE #5095

    nerobot
    Participant

    For the end user, editing a non-sensical document full of color0, etc makes no sense.

    The rule is: If you are not ready to study each param inside of theme – don’t touch this.

    The end user should be enough to use predefined themes. 😉

    And as I said earlier – color picker is in todo.

    in reply to: Ted2Go IDE #5089

    nerobot
    Participant

    No you can still apply it (as you can clearly see in my GIF!) via selecting the same theme again.

    You are right, sorry.

    So, that is what I found:

    1. style of TextView has no effect, and there is used “content” color for background.
    2. if I setup “content”:”#282C34″ then I got correct color, not #223333
    3. style of TextView work correctly in my monkey2 fork! and when I answered you first time I tried with it and it works. Now I tried with release1.1.01 and it does not work.
    4. Needed more deep comparison code to understand.

    This is my theme for test:

    and result on the screenshot.

    So try to use version from monkey2 repository.

    in reply to: Ted2 "plugins" #5088

    nerobot
    Participant

    You can share your code here on forum and I  or someone else could easily implement it (via just add some #imports).

    in reply to: Ted2Go IDE #5085

    nerobot
    Participant

    @hezkore  themes loaded at app start, so to see your changes you must to restart ted2.

    @skn3 yes, it is in todo and I’m gonna to implement.

Viewing 15 posts - 706 through 720 (of 805 total)