Manindra Moharana

Results 19 comments of Manindra Moharana

@andrey-gvrd - Here's what I added to my Windows PATH: ```C:\Users\Manindra\Downloads\glfw-3.2.1.bin.WIN64\lib-mingw-w64```

Hi, How big a sketch are you talking about? If you've a big sketch (which slows things down) you can share, it'll help me in diagnosing the problem.

How about we restore the toolbar to Java mode style, and when user starts the debugger(from Mode menu), a separate window pops up with the debug buttons/variable inspector? Have the...

Okay, this can be an alternative approach, instead of opening another window. Adding all the debug buttons and the variable inspector as a separate pane in the bottom panel. But...

In fact, I just figured out a way to switch between Java Mode toolbar and Debugger toolbar on the fly, without restarting the editor. I added a toggle option in...

Just to be clear, this is how they appear: Normal: ![s22](https://f.cloud.github.com/assets/1686425/1022611/19d195d0-0d9e-11e3-84ac-91dceb89fca7.png) Debugger: ![s11](https://f.cloud.github.com/assets/1686425/1022612/1a0ef2c2-0d9e-11e3-96f6-c1fa4536dfa8.png)

It should be possible to toggle the breakpoints column too. I have turned off the debugger by default in the repo already. I'll have to see about saving the current...

Yes, other than the Debug options, it has controls for many PDE X settings too. Should I rename it to 'PDE X'? Since the Debugger as well as the control...

Breakpoints now hidden on toggling Debugger, 27e44b9d0101524f3f9fe28c48c431192fbd42d2

Completion popup now doesn't appear on a single line comment. But implementing the same for multi-line comments is a bit tricky, so not supporting it for now.