nerobot

Forum Replies Created

Viewing 15 posts - 586 through 600 (of 805 total)
  • Author
    Posts
  • in reply to: Mark – thoughts on help (with example) #6717

    nerobot
    Participant

    1. When someone says that he wants to help make the docs, I wonder if you have enough skill?

    2. You can clone any branch in the repo but Mark dislike to merge anything.

    3. What about FAQ section in this forum? It is closed but can be opened to fill by community.

    4. I prefer to read articles about using mx2 on doing real things instead of ‘plain’ lang reference.

    Let’s leave docs for Mark (with requests for him to improve some parts when needed) and write usage examples. 🙂

    in reply to: Console class in mojox? #6623

    nerobot
    Participant

    I know nothing. All I use in console app for UI-interaction is Print function.

    in reply to: Console class in mojox? #6612

    nerobot
    Participant

    So it’s true widget. It incapsulate work with process class.

    Console = TextView + Process.

    in reply to: Ted2Go IDE #6584

    nerobot
    Participant

    Re-arranged items in main menu. Also added a few new items.

    Attachments:
    in reply to: Multi-thread building #6567

    nerobot
    Participant

    I know that. And it don’t sounds like impossible. 🙂

    in reply to: Ted2Go IDE #6566

    nerobot
    Participant

    I started ted2go versioning, initial version is 2.0.

    You can see a version in app title, like: Ted2Go v2.0 – [ file name here ].

    It helps me to make releases by splitting work on a portions. And simplify my trello’s todo-board .

    in reply to: Ted2Go IDE #6560

    nerobot
    Participant

    Did you do these steps:

    1. Pull new ted2go sources.
    2. Build new version of ted2go by current one.
    3. Check help fixes in this new version just started by compiler.

    When you decide to use the newest version you have to copy files from [ ted2go/products/macos/ ] into [ monkey2/bin/ ] folder.

    in reply to: Ted2Go IDE #6558

    nerobot
    Participant

    What the word is under cursor?

    in reply to: Ted2Go IDE #6556

    nerobot
    Participant

    Thanks. I just pushed commit that should fix help issues.

    @danilo, please try new sources.

    in reply to: Ted2Go IDE #6552

    nerobot
    Participant

    Pressing F1 again does not always open the docs here.

    It always open the docs tab but there is sometime nothing to display? Or don’t open docs tab at all?

    in reply to: Ted2Go IDE #6550

    nerobot
    Participant

    Press F1 and see the status bar. Do you see quick help here?

    If yes – press F1 again and you will be jumped to docs for module member, or jumped to member declaration.

    Quick help

    is a nice feature – you can see any your code members description in status bar, like params list.

    Format:

    member_description | namespace | file | line_in_file

    in reply to: Ted2Go IDE #6548

    nerobot
    Participant

    What should happen if I click this menu entry? Should it open a help window?

    It should open %PATH_TO_MONKEY2% / docs / index.html  page in your default browser.

    Pressing ‘F1’ key on keywords and classes also does nothing.

    Does your ted2go version have status bar (is it the latest)? If no update version. The reasons are:

    • there is no keywords help in prev version
    • if you press F1 on monkey’s class right after start app – probable module with needed class name don’t parsed yet. type this word – if you see it in autocomplete then it parsed.
    in reply to: Ted2Go IDE #6546

    nerobot
    Participant

    Hi @danilo,

    1. Did you makemods before using “Help/Browse manuals”?
    2. and 3. It seems Mark did some changes on the site. I can’t touch original links. I’ll fix links after he done if needed.

    Create your own theme to change fonts and colors. Just copy one existing theme and make changes. Look at \bin\ted2_windows\assets\themes\. Also see the default.json to understand how to change fonts.

    I didn’t try to change fonts, hope it works. 🙂

    in reply to: Ted2Go IDE #6542

    nerobot
    Participant

    @jesse thanks. 🙂 I got few donations, less than expect, heh, but I want to make this app better. Until my interest is go away.

    Unfortunately I can make windows binaries only to ‘sale’. Don’t know how many windows users is here.

    So I just make my name more famous.

    in reply to: Ted2Go IDE #6529

    nerobot
    Participant

    New stuff !

    • Added status bar:
      • quick help
      • line number info
      • building progress bar
      • insert / override mode marker
    • Building dialog moved into status bar. Also there is a cancellation button.
    • More accurately keywords detection for F1-help.  [*]
    • Showing quick help in status bar. Also there is a description of user’s code members, not only modules members.

    See screenshots.

    [*]  – more accurately help will be available after Mark update mx2cc.
    In previous version if we press F1 on word ‘String’ we’ll see help for chipmunk.cpVersionString – incorrect.
    In new version we’ll see help for monkey.types.String – correct!

Viewing 15 posts - 586 through 600 (of 805 total)