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 - 451 through 465 (of 597 total)
  • Author
    Posts
  • #10631

    Jesse
    Participant

    Command H crashes the IDE on 2013 My MacBook Air.

    #10632

    Ethernaut
    Participant

    Are you sure it crashed? Command+H is a system shortcut that hides the app. It’s probably down there, still loaded in the dock.

    The shortcut needs to be changed in Ted2Go for MacOS.

    #10634

    Jesse
    Participant

    @ethernaut
    I think you are right. It does need to be changed/fixed though.

    #10635

    nerobot
    Participant

    Thanks. Will fix codemap issue and replace shortcut.

    #10637

    Hezkore
    Participant

    Hmm I’m unable to double click .exe files in the Project Tree now.
    I have to right click and select “Open on Desktop” in order to open them.

    #10638

    nerobot
    Participant

    Hmm I’m unable to double click .exe files in the Project Tree now.

    Do you see Okay prompt to execute file when double-click on it?

    Or do you want to open exe as a plain text file?

    Attachments:
    #10643

    nerobot
    Participant

    What hotkeys should I use for macos find / replace actions?

    Android studio (AS):

    • Find – Cmd+F
    • Find next – Cmd+G
    • Find prev – Cmd+Shift+G
    • Replace – Cmd+R

    Collisions:

    • Cmd+G – goto line.
    • Cmd+R – build&run

    AS for goto line uses Cmd+L, but in ted2go it’s “Lock build file”.

    I need help from macos users.

    As a temp (or not) variant – Cmd+Shift+F to replace.

    #10651

    Ethernaut
    Participant

    Maybe it’s just me, but I never use “Build” and always use “Build and Run”, so I’d prefer to move “Build and Run” to Cmd+B, allowing Replace to go to “Cmd+R”. “Build” could go to Ctrl+B. Maybe a vote?

    Rarely use goto line, thanks to Ted2Go excellent error highlighting system. You could use Ctrl+L, maybe? Ctrl and Alt shortcuts are actually allowed on Macs! 🙂 It’s the “Cmd” shortcuts that can cause system shortcut conflicts (Ctrl+Cursor being the main exception , since it is used to switch between apps in full screen).

    By the way, I really would prefer if jump to previous/next word was Alt+Cursor instead of Ctrl+Alt+Cursor. Ted2Go is the only mac app that behaves like that, so it always confuses my brain when switching between apps (i.e. even web browser based  text editing follows that rule)… navigate prev/next is not as useful, and actually seems non functional on Macs right now. I’d much rather swap those shortcuts.

    Or maybe users could customize their shortcuts editing a .json file! 😉

    #10662

    nerobot
    Participant

    Maybe it’s just me, but I never use “Build” and always use “Build and Run”

    Me too. 🙂

    Maybe a vote?

    Would be nice, but there is a few people in this topic.

    Maybe

    • Cmd+B to “Build and run”
    • Ctrl+Shift+B to “Build” ?

    By the way, I really would prefer if jump to previous/next word was Alt+Cursor instead of Ctrl+Alt+Cursor.

    Ok, I did understand – it’s default mojox.TextView behaviour, not ted2go itself.

    What’s better here – my own fix by copy-paste or Mark’s fix in mojox?

    navigate prev/next is not as useful, and actually seems non functional on Macs right now.

    Probably, because of shortcut collision? Navigation position stored when you jump to declaration or click on item in SOURCE list.

    Or maybe users could customize their shortcuts editing a .json file!

    Will do someday.

    #10664

    Hezkore
    Participant

    Maybe it’s just me, but I never use “Build” and always use “Build and Run”

    I use ‘Build’ a lot.
    I ‘Build’ the Server for my game, then run it externally.
    Then I ‘Build & Run’ the game from inside Ted2Go.

    So to me, the shortcuts (on Windows) are perfect for building and running.

    #10665

    nerobot
    Participant

    Also, in ted2go

    • Cmd+Shift+R assigned to “Check for errors”.
    • Ctrl+Shift+F – open “Find in files dialog”.

    And I’m confused in Cmd and Ctrl. I’m not a macos user at all.

    #10667

    Hezkore
    Participant

    The Mac has ALT and CTRL, the CMD button is like our Windows Key.
    But the shortcuts are not the same, for example our CTRL + C is CMD + C for them, even thought they have CTRL.
    So it seems like CMD is mostly (not always?) used instead of CTRL.

    I’ve got a few Mac computers, but I’m not familiar enough with them to know what the shortcuts usually are.

    I think it would really help if someone could just write up a list of all the Ted2Go keyboard shortcuts and then just fill in what each shortcut should be on Mac.

    #10668

    nerobot
    Participant

    The Mac has ALT and CTRL, the CMD button is like our Windows Key.

    Thanks!

    I think it would really help if someone could just write up a list of all the Ted2Go keyboard shortcuts and then just fill in what each shortcut should be on Mac.

    Will check.

    @ethernaut

    Seems I found my bad with shortcuts! Please, check out newest dev-branch.

    I replaced Ctrl (to be strict – Modifiers.Menu) + Left with Ctrl+A – goto start of line, and Menu+Right with Ctrl+E – goto end of line.

    Hope I break nothing else. 🙂

    #10669

    nerobot
    Participant

    All shortcuts (please notify if something was missed):

    #10812

    nerobot
    Participant

    Ok, I done some fixes and improvements in v2.6:

    • Menus and hints now fitted into window bounds.
    • Replaced all TextField with TextFieldExt and made it cursor blinked-beam.
    • Hide completion list by Home / End keys.
    • Lock build file by double-click on tab.
    • Add custom style for locked tab.
    • Fixed endless loop in “Find previous” logic when there is only one result exists.
    • Kills app being debugged before building.
    • Fixed code map – clicking outside of content height have no effect now.
    • Added item “Goto declaration” into editor menu. Also fixed mouse right-click behaviour.
    • Save all opened files when updating modules.
    • Fixed crash on app closing if you close it quickly after start.
    • Improved store / restore docs sizes.
    • Show hints by timer – not immediately.
    • Find / Replace panel – added switcher to replace mode (“R”-button).
    • Macos – changed hotkey for Replace action to Alt+Cmd+F.

    You can download binaries for macos and windows at https://nerobot.itch.io/ted2go

    Big thanks for all supporters. (Hi, Leo! 🙂 )

    For themes creators – new in styles:

    • colors: { “textview-extra-selection”:”#5555″ }
    • styles: { “FindReplaceView”, “TabsDropArea”, “TabButtonLocked” }
Viewing 15 posts - 451 through 465 (of 597 total)

You must be logged in to reply to this topic.