nerobot

Forum Replies Created

Viewing 15 posts - 676 through 690 (of 805 total)
  • Author
    Posts
  • in reply to: ted21 controls #5525

    nerobot
    Participant

    Cool stuff, Adam!

    in reply to: "Class Thing[T] Extends T" won't compile #5512

    nerobot
    Participant

    Where is a keyword of monkey2 and it has highlighting in Ted2.

    Used like this:

    In your example code you don’t use T inside of Container, so why to use it at all?

    What do you mean by refine T?

    something like this:

    if you use where you prevent incorrect type of elements that can be added to container – now only elements with interface IWidget would work, for other you get compiler error. Profit! 🙂

    in reply to: Concurrent list modification error. #5495

    nerobot
    Participant

    I think if you go through a list via iterator (not via Eachin) you can use Add/Push as usual.

    in reply to: "Class Thing[T] Extends T" won't compile #5494

    nerobot
    Participant

    I dont know is it bug or not, but I am interested in example of such using.

    Can you post code from monkey1?

    For me it looks like incorrect – you cant overload methods and using other members of template T.

    Maybe you forget to add ‘Where T…’ keyword to refine T?

    in reply to: double assets #5485

    nerobot
    Participant

    Maybe you use import with @ symbol in one plece (and got subfolder in assets) and without in other place (and got resources in root assets).

    in reply to: In case anyone of you creates a hit… #5474

    nerobot
    Participant

    It seems that I incorrect understood topic starter giving a first answer…

    in reply to: Ted2Go IDE #5461

    nerobot
    Participant

    Some new stuff:

    • Fixed (!) – parser don’t update entities info inside of classes after they modified.
    • Fixed – not shown some types (generic) of properties.
    • Autocompletion (!) – improved arrow left / right behaviour when list is opened.
    • Autocompletion – fixed addition of extra spaces for keywords.
    • Added app icon for windows version (blue monkey2 logo). So associated files now have properly icon.
    • Updated ‘About ted2go’ section – added shurtcuts info and special thanks sections.
    in reply to: Pyro 2 surprise… #5451

    nerobot
    Participant

    Wow!! 🙂 Very cool news.


    nerobot
    Participant

    We need to know how it works in other langs. I don’t know.

    in reply to: Ted2Go IDE #5426

    nerobot
    Participant

    Ok, added “Find in files” into “Do it first” list.

    But my dev speed is slow (have no time).

    in reply to: Adding MojoX "view" #5424

    nerobot
    Participant

    Try to add codemap’s codetextview into scrollableview and set size proportional to font size. So wrapping will be the same as ‘main’ codetextview. And disable horiz scroll if needed.


    nerobot
    Participant

    I think you should implement interface for Base. Then your methods in Base will be default realization of interface ones.

    in reply to: Ted2Go IDE #5422

    nerobot
    Participant

    Welcome! 🙂

    in reply to: Sorting a collection #5409

    nerobot
    Participant

    More docs are needed here. 🙂

    in reply to: Word-Wrap position #5406

    nerobot
    Participant

    What do you want to get from that at the end?

Viewing 15 posts - 676 through 690 (of 805 total)