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 - 166 through 180 (of 597 total)
  • Author
    Posts
  • #7185

    nerobot
    Participant
    1. On what system?
    2. Exactly ted2 not ted2go?
    #7186

    dubbsta
    Participant

    win 10. oh didnt know the difference . i have an older ted2go installed but i think it was an installer now i have a bunch of monkey2 files, not sure what to do with them.

    #7187

    nerobot
    Participant

    There is a file Monkey2 (Windows).exe right inside of monkey2 folder if you use release version.

    If you use github, you should to compile sources by running script: monkey2/scripts/rebuildall2go.bat

    Also you can replace all files in your monkey2/bin/ted2_windows folder with ones from this archive: download the latest win version (dropbox).

    #7188

    dubbsta
    Participant

    thanks nerobot, tried the link a while back and the screen stayed blank, oh well all works now!

    #7199

    nerobot
    Participant

    New version 2.2 is on github.

    Amazing changes inside! 🙂

    • AutoCompletion:
      • show items accordingly with ‘using’ directive (so unused modules items aren’t figured in list);
      • choose items by dot-char and space (space is optional, you can off it in prefs);
      • auto-add lambda definition (work only for = and +=, don’t work inside of params);
      • added preprocessor consts __TARGET__, __MOBILE_TARGET__, etc.
      • fixed list Y-position;
      • choose items by single mouse click.
    • Added macos shortcuts (not tested, please test it and give me feedback).
    • New theme color “textview-cursor-line” to customize selected line under cursor.
    • Main Toolbar
      • quickly access to debug/release and targets – now open menu by “Target settings” button;
      • move ‘navigate back / forward’ buttons from editor toolbar into main.
    • Find in projects: show line number in results instead of char position.

    Press ctrl+space while completion list is opened to switch to all items or using-based items.

    Filtering by ‘using’ will work after mx2cc update (I notified Mark about it).

    Test it. Enjoy it.

    #7202

    AdamStrange
    Participant

    All looking very good 🙂

    Here’s some thoughts about the icons bar:

    – the new build dropdown would really have a down arrow next to it to show it is a dropdown. otherwise it just looks like some weird options button

    – running from left to right you have ‘new page/document’ – looks ok

    – next up is ‘open’ and ‘open something’. the consistency here is not great. first there are two different types of folder in two different opening styles (the first opens left, the second opens right). Also they are completely different folder. one is purple and sorta looks like a folder, the other is grey blue and does not really resemble a folder. here you should go for something consistent. a folder should be instantly recognisable as a folder. and every time it is used it should look the same as other uses of the folder. other wise you might as well just use any image. lets say a sandwich?

     

    – moving on we now have save as. 2 disks is usually save as. one disk is save. is it save as or save?

    – next are the two arrows. are they related? why are they different colors? usually those sort of arrows mean undo and redo – is that what they are?

    – next up is the page ‘thing’. what is it? a page with a tick and a red mark and a sort of rip. I give up. what is it?

    You see where I am coming from. consistency 😉

    #7203

    nerobot
    Participant

    Thanks for notes, Adam. 🙂

    Here’s some thoughts about the icons bar:

    I’m not an artist. If someone have nice-lookink icons and want to see it here – give it to me.

    2 disks is usually save as. one disk is save. is it save as or save?

    This is “Save all” not “Save as”.

    All these icons I got from NetBeans IDE. They looked not good for dark themes, but it’s all I have.

    You asked me “what is it?” – All icons have a hint text to help understanding.

    #7204

    Hezkore
    Participant

    Why do Mac users get correct and modern keyboard shortcuts and not Windows users? 🙁
    For example, close tab should be Ctrl + W, just like Mac’s Command + W.
    I would recommend looking at something like Sublime or Atom, as they use the “standard” shortcut keys.

    I can make some icons later on, but I’ve been a bit busy lately.

    #7205

    nerobot
    Participant

    Small update v2.2.1

    • Added option to show whitespaces – on/off it in File -> Preferences;
    • Closing tabs by Ctrl+W

    For customizing whitespaces color use this theme color key: “textview-whitespaces” (default color is #2aaa).

    #7207

    Hezkore
    Participant

    Great work.
    I love the whitespaces! (typo in optioins, it says “white spaces” and not “whitespaces”)

    Another little bug, Edit > Word Wrap has the same shortcut as File > Close Tab

    Is there a chance that we could perhaps get to customize the font the IDE uses?
    The default font “DejaVuSans” looks pretty bad, “Roboto” suits code much better, but making it the default is probably a bad idea as not everyone would agree with me, so I suggest font selection under options.

    #7208

    nerobot
    Participant

    Another little bug, Edit > Word Wrap has the same shortcut as File > Close Tab

    Oops.

    Is there a chance that we could perhaps get to customize the font the IDE uses?

    Yes, by replacing fonts and changing theme’s files inside of assets/themes/ folder.

    #7209

    Hezkore
    Participant

    With Font changing I mean independent from theme, from inside the IDE options menu.
    For example, not everyone wants to use “DejaVuSans” and forcing it via themes is a bad idea.

    Here’s an updated version of my Smooth theme:

    Here’s the Roboto font it uses: https://www.dropbox.com/s/hpaio2vbh37velp/roboto_font.zip?dl=0

    #7210

    Hezkore
    Participant

    Is there some way to disable Auto-complete by “Dot”?
    It’s already driving me mad haha.

    #7216

    Danilo
    Participant

    Can’t we just use and choose installed system TTF fonts?

    #7217

    Danilo
    Participant

    @nerobot:
    Using latest github sources, I get the following error:

    Removed those two lines and everything builds fine.

    EDIT:
    Another thing with fonts.
    The fonts in “ted2go/assets/fonts/” are not copied into the final executable.
    I have “verdana.ttf”, “verdanab.ttf”, “Roboto-Medium.ttf”, “RobotoMono-Medium.ttf” there,
    and the final .app has only “DejaVuSans.ttf” and “DejaVuSansMono.ttf” in “ted2_macos.app/Contents/Resources/fonts/”

Viewing 15 posts - 166 through 180 (of 597 total)

You must be logged in to reply to this topic.