discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

editor configurability

J
jon
Mon, Apr 18, 2016 2:46 PM

A long shot...

Any chance we can make some of the editor function keys configurable?
So much of this is different than the IDEs that I use for other
languages.  I'm thinking in particular about the Find Again key
(currently Ctrl-G).

Thanks!

Jon

A long shot... Any chance we can make some of the editor function keys configurable? So much of this is different than the IDEs that I use for other languages. I'm thinking in particular about the Find Again key (currently Ctrl-G). Thanks! Jon
MK
Marius Kintel
Mon, Apr 18, 2016 3:49 PM

On Apr 18, 2016, at 10:46 AM, jon jon@jonbondy.com wrote:

Any chance we can make some of the editor function keys configurable?  So much of this is different than the IDEs that I use for other languages.  I'm thinking in particular about the Find Again key (currently Ctrl-G).

No plans at the moment. If we do this, we’d probably make it a config file.
The challenge with keyboard bindings is to properly distinguish between editor commands and application/menu shortcuts. Different OS’es and window managers handle this separately, so it can get a bit messy.

-Marius

> On Apr 18, 2016, at 10:46 AM, jon <jon@jonbondy.com> wrote: > > Any chance we can make some of the editor function keys configurable? So much of this is different than the IDEs that I use for other languages. I'm thinking in particular about the Find Again key (currently Ctrl-G). > No plans at the moment. If we do this, we’d probably make it a config file. The challenge with keyboard bindings is to properly distinguish between editor commands and application/menu shortcuts. Different OS’es and window managers handle this separately, so it can get a bit messy. -Marius
P
Parkinbot
Sat, Apr 23, 2016 11:13 AM

good point. This might also solve the nasty fat finger problem. F5 and F6
are too close to not be mixed up occasionally.
Even a F6 run is breakable, abortion can take minutes to happen. So I
usually prefer to save my work (which works), quit OpenSCAD and start it
again. The problem: the cache is lost.

--
View this message in context: http://forum.openscad.org/editor-configurability-tp17152p17171.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

good point. This might also solve the nasty *fat finger* problem. F5 and F6 are too close to not be mixed up occasionally. Even a F6 run is breakable, abortion can take minutes to happen. So I usually prefer to save my work (which works), quit OpenSCAD and start it again. The problem: the cache is lost. -- View this message in context: http://forum.openscad.org/editor-configurability-tp17152p17171.html Sent from the OpenSCAD mailing list archive at Nabble.com.
E
Experimentalist
Sat, Apr 23, 2016 3:31 PM

In the last few days I switched to VS code, I doubt I will ever look back.

https://www.visualstudio.com/en-us/products/code-vs.aspx

I installed this language add on in VS code:

https://github.com/efbenson/vscode-lang-scad.git

. . .  I then ticked the 'Automatic reload and preview' in the design menu
of OpenSCAD

The only thing that frustrates me now is having to keep the code editor open
in OpenSCAD for quick mouse access to the render and export to STL buttons.

Its been a revelation to me, hope it helps you.

--
View this message in context: http://forum.openscad.org/editor-configurability-tp17152p17173.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

In the last few days I switched to VS code, I doubt I will ever look back. https://www.visualstudio.com/en-us/products/code-vs.aspx I installed this language add on in VS code: https://github.com/efbenson/vscode-lang-scad.git . . . I then ticked the 'Automatic reload and preview' in the design menu of OpenSCAD The only thing that frustrates me now is having to keep the code editor open in OpenSCAD for quick mouse access to the render and export to STL buttons. Its been a revelation to me, hope it helps you. -- View this message in context: http://forum.openscad.org/editor-configurability-tp17152p17173.html Sent from the OpenSCAD mailing list archive at Nabble.com.