Hezkore

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 367 total)
  • Author
    Posts
  • in reply to: Ted2Go IDE #7210

    Hezkore
    Participant

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

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

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

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

    in reply to: Help with GUI #7197

    Hezkore
    Participant

    Another question regarding the GUI…

    How would I get the width of a DockingView that is resizable?
    The draggable knob, or whatever, never seems to be taken into account when testing for width.

    Also, how do detect if a mouse click is inside my DockingView or the main window canvas?

    And is there any way to get images from the theme?
    I know there’s App.Theme.OpenImage but that only loads an image from the theme folder, I want to specify a image name in the theme json file and somehow get that in the app.

    Finally, is there a way to remove spaces at the start of a word-wrapped line in the TextView?
    Cause, this:  isn’t very pretty.
    The space before “to” should be removed.

    in reply to: Node based path-finding #7189

    Hezkore
    Participant

    @impixi Yep!
    I want to place a bunch of nodes and then set one of them as the start node and one as the ending node.
    Then I want a list of the nodes that are needed to go by in order to get to the ending node.

    I’ve started to translate some Monkey X code I’ve found, but it’s tricky heh.

    in reply to: Error importing .h #7142

    Hezkore
    Participant

    Sadly I get the same error using that code.

    Am I doing something wrong?

    in reply to: Error importing .h #7140

    Hezkore
    Participant

    Thanks abakobo. I’m still a bit confused though (Cause I’m no good at C nor C++)
    How would I structure this code into its own .h and .cpp files then?

    in reply to: Error importing .h #7136

    Hezkore
    Participant

    I can’t figure out a solution to this…
    I’m stuck at this first step right now. :/

    in reply to: C pointer stuff #7124

    Hezkore
    Participant

    I managed to get it working!
    Big thanks @abakobo

    in reply to: Ted2Go IDE #7092

    Hezkore
    Participant

    I’ve found a crash in Ted2Go.

    I write:

    And the second I write Self and put the . at the end, Ted2Go just crashes.
    I guess the auto-complete popup is the cause.
    But I’m not sure what in my code causes it, is it just the fact that Method Copy is missing () or is it because something with the Class itself?

    in reply to: File system help #7005

    Hezkore
    Participant

    Hehe thanks Mark <3

    in reply to: File system help #7002

    Hezkore
    Participant

    I sadly see no info on how asset:: works there.

    I mean I know you can do like #Import “assets/blah.png” and load via “asset::blah.png”
    But where’s the specific info about that?
    How would I know that I had to use asset:: like that if it’s not in the Docs?
    Is there anything else than asset:: I can use?

    in reply to: Ted2Go IDE #6978

    Hezkore
    Participant

    Yeah, changing the font and size from inside the IDE would be the best way.

    in reply to: Ted2Go IDE #6976

    Hezkore
    Participant

    The font sizes (and used fonts!) shouldn’t even be part of the themes, they should be a global option in Ted2.
    I for example don’t even use the standard font, I use the Roboto font at a larger size, so every time I update Ted2Go I have to manually edit the themes, which I really shouldn’t have to.

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