nerobot

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 805 total)
  • Author
    Posts
  • in reply to: Ted2Go IDE #10817

    nerobot
    Participant

    @difference

    To catch crash you can build&run ted2go in debug mode from ted2go, and use running version for your usual coding.

    in reply to: Structs and foreach loops #10815

    nerobot
    Participant

    This means you can in fact do a little hack with stacks where you can set elements directly

    Hm, very interesting!

    in reply to: Ted2Go IDE #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” }
    in reply to: file system quick look #10811

    nerobot
    Participant

    Nice work!

    in reply to: Insectoids #10801

    nerobot
    Participant

    Cool!

    in reply to: Who is using Pyro and why ( or why not ) ? #10729

    nerobot
    Participant

    I don’t create games yet. Apps only.

    in reply to: Ted2Go IDE #10669

    nerobot
    Participant

    All shortcuts (please notify if something was missed):

    in reply to: Ted2Go IDE #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. 🙂

    in reply to: Ted2Go IDE #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.

    in reply to: Ted2Go IDE #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.

    in reply to: Structs and reflection #10658

    nerobot
    Participant

    Very nice!

    in reply to: Ted2Go IDE #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.

    in reply to: Ted2Go IDE #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:
    in reply to: Ted2Go IDE #10635

    nerobot
    Participant

    Thanks. Will fix codemap issue and replace shortcut.

    in reply to: Ted2Go IDE #10628

    nerobot
    Participant

    Maybe “Jump to definition” and stuff like that should be under the right click menu too?

    Yes. Will add.

    I guess the only thing right now that needs some polish is the CodeMap

    More info, please.

Viewing 15 posts - 301 through 315 (of 805 total)