nerobot

Forum Replies Created

Viewing 15 posts - 361 through 375 (of 805 total)
  • Author
    Posts
  • in reply to: Ted2Go IDE #10277

    nerobot
    Participant

    any thoughts on giving more highlighting some time ? I cant stress just how important it is for people like me, matching Jungle’s options would be nice but in a pinch I would love to be able to have a specific colour for the following..

    yes, about $50. 🙂 🙂

    is there a reason for the mouse cursor not switching to IBeam at CodeTextView EventType.MouseEnter?
    And then back to Arrow on CodeTextView EventType.MouseLeave.

    I like it too, will try.

    Oh and if you switch to the ‘AutoComplete’ tab in ‘Preferences’, then close and open it again, then go to the IRC tab, there are ugly scrollbars.

    oh. 🙂

    in reply to: Monkey2 3rd party IDE #10265

    nerobot
    Participant

    Got it. What ‘modifier’ should I use for ‘Option’? ‘Alt’ ?

    (sorry, but lazy to start new topic)

    in reply to: Monkey2 3rd party IDE #10255

    nerobot
    Participant

    lacks some standard keyboard MacOS shortcuts) and crashes occasionally. The top menu UI needs some work too, but that could be a MojoX problem

    Can you explain these shortcut and menu problem in ted2go topic or on github by issues?

    Are these shortcuts pretty cool – https://developer.android.com/studio/intro/keyboard-shortcuts.html ?

    in reply to: Ted2Go IDE #10254

    nerobot
    Participant

    I like this idea. Will try.

    Also I want to add Tips dialog at startup, and irc chat as a tip.

    in reply to: Ted2Go IDE #10240

    nerobot
    Participant

    I think will be better to show “welcome to chat” dialog, with description and where users can enter nickname and set checkbox “connect automatically”.

    in reply to: MojoX GUI questions #10229

    nerobot
    Participant

    Thanks for explanation, and for ‘global’ inside of method body. 🙂

    in reply to: MojoX GUI questions #10226

    nerobot
    Participant

    Here is splitted-by-classes version:

    in reply to: MojoX GUI questions #10225

    nerobot
    Participant

    There is my ‘improved’ version

    As for me, SizeChanged event should be a mojox core part.

    Also I missed AvailableScroll:Vec2i property in ScrollView – to let us know is there scroll available and how much.

    Above is a way how my BlaBlaViewExt were borned in ted2go. 🙂

    in reply to: Draw image #10224

    nerobot
    Participant

    To be precise, there is <> operator equivalent for ‘continue’ above

    I use ‘continue’ to reduce nested IFs.

    in reply to: Draw image #10222

    nerobot
    Participant

    Keyword ‘Continue’ inside for loop is equivalent of Next, i.e. immediately go to the next loop frame. And here – skip all with index -1.

    in reply to: Diddy ? #10215

    nerobot
    Participant
    in reply to: Ted2Go IDE #10213

    nerobot
    Participant

    Heu! Really. 🙂 How do you get this event ?

    My first commit date is 29 aug 2016.

    in reply to: MojoX GUI questions #10205

    nerobot
    Participant
    1. Resizable doesn’t work with persentage widths. There is pixel-sized _browsersTabView in ted2go
    2. To make scrolling :
      • set button size more than view to enable scrolling: button.MinSize=New Vec2i( 0,1000 )
      • change scroll like this: Scroll = Scroll + New Vec2i( event.Wheel.X * panSpeed, -event.Wheel.Y * panSpeed )
      • assigning a value to Scroll.X is a mistake, because when you get access to Scroll variable you get copy of vec2 – say “hello” to struct type! 🙂
      • in my case you assign whole vec2 and get right result.
    3. You can extends GraphView with DockingView. Or use internal docking view ‘wrapped’ with scrollview to manage views and have scrolling stuf.
    4. I am thinking about writing own gui system – I like the QT widgets layout, maybe I can implement some similar stuff.

    What I like in QT and missed in monkey – SizePolicy basis, so you can just set sizePolicy=SizePolicy.Expanding and view will expand to all empty space, etc.

    But it requires to write more complex and difficult layout system.

    Also I tried to use operator += to add views, looks good.

    and usage is

    in reply to: IDE options #10192

    nerobot
    Participant

    Yes, it have intellisense, except of local variables.


    nerobot
    Participant

    Did you totally disable anti-spam?

    There are many anti-spam plugins for wordpress. Maybe you get luck with another one.

Viewing 15 posts - 361 through 375 (of 805 total)