Ted2Go IDE

About Monkey 2 Forums Monkey 2 Projects Ted2Go IDE

Tagged: ,

This topic contains 596 replies, has 46 voices, and was last updated by  nerobot 3 months ago.

Viewing 15 posts - 316 through 330 (of 597 total)
  • Author
    Posts
  • #8877

    EdzUp
    Participant

    is there a way to stop the IDE from chucking up the requester for file not found when running Monkey2 from a USB key.

     

    Currently running it from the drive where the drive letter changes chucks up errors everywhere when compiling etc. This happens in the standard IDE too

    #8878

    nerobot
    Participant

    The way is to store path info in shared folder like AppData.

    Added to issues.

    #8879

    EdzUp
    Participant

    I would love a simple configuration file option where you could just tick “FROMUSB” where when ticked would remove the previous files loaded and set mingw to the default folder in monkey2.

    #8883

    Taiphoz
    Participant

    I would really love more syntax Highlighting options, like being able to colour a class, a field, a method, a function, constants etc all their own colour is that at all possible ? the more the better in my book.

    #8884

    nerobot
    Participant

    Yes it’s possible, but not very easy.

    I think this happen one day. 🙂

    #8898

    Pakz
    Participant

    I am often lost in my code. Is there already, or can there be a keyboard shortcut (and buttons) to go forward and backwards to previous cursor positions? Say you modify one area in the code and need to lookup or change something elsewhere and you are there with the cursor(lost!) and .. then with a feature you can skip back to a previous part in the code where you where. (cursor history)

    Kind of like the undo but without modifying anything.

    #8899

    nerobot
    Participant

    There are shortcuts:

    • Alt + CursorLeft for backward
    • Alt + CursorRight for forward

    Stored positions are:

    • From where we jump to other declaration (by F2/F12) or by Source tab list
    • Modified lines, but I don’t remember that. 🙂
    #8901

    Pakz
    Participant

    Great!! I had not expected it was in already 🙂 I will be using that shortcut a lot from now on I think.

    #8935

    nerobot
    Participant

    is there a way to stop the IDE from chucking up the requester for file not found when running Monkey2 from a USB key.

    Ok, I improved monkey’s root path detection, so ide should work from usb without path requests.

    (I guess, you have monkey2 and ted2go both on usb-drive).

    Pushed into DEV branch only.

    #8936

    EdzUp
    Participant

    Brilliant stuff will download asap 🙂

    #8946

    nerobot
    Participant

    New preferences dialog is coming – with tabs grouping.

    (Prime-Blue theme on the screenshot)

    @hezkore, why you didn’t extend default ted theme for your themes?

    I added new colors for codemap and they looks bad in your themes. Every time updating some places isn’t good.

    You didn’t change all views’ styles, right?

    New colors is semi-transparent and should look nice in all themes.

    #8948

    nerobot
    Participant

    Also I added “notes for contributors” on the main ted2go’ repository page.

    Please, take a look at code style. It based on original Ted2.

    Will be super-cool if you can write the same style to make this project consistent.

    #8952

    Hezkore
    Participant

    @nerobot

    The Prime theme was originally not made for Ted2. It’s my own personal theme written from the ground up that I made to be able to easily extend into other colours. That’s why it doesn’t extend any other theme.

    I can update it to extend Ted2’s Default theme, but I’m out of the country for a little bit longer so I’m afraid there’s nothing I can do right now. You can either fix it up yourself or you can disable the theme until I get back and update it. 🙂

    #8985

    Diffrenzy
    Keymaster

    @nerobot: It would be cool to have a “format source code”, maybe that could unify the way code is written.

    #8986

    nerobot
    Participant

    You can either fix it up yourself

    done (one line changed).

    It would be cool to have a “format source code” , maybe that could unify the way code is written.

    I agree. With different templates for formatting. 🙂

    But low priority.

Viewing 15 posts - 316 through 330 (of 597 total)

You must be logged in to reply to this topic.