It would be lovely if numbers > 999 were displayed with commas like
"123,456,789".
Jon
On Mon, 16 Mar 2015 10:41:59 -0400
jon jon@jonbondy.com wrote:
It would be lovely if numbers > 999 were displayed with commas like
"123,456,789".
Until you want to cut and paste them.
Also you then have to internationalize it because that use of comma is
not even a pan-european thing.
Alan
On Mar 16, 2015, at 10:41 AM, jon jon@jonbondy.com wrote:
It would be lovely if numbers > 999 were displayed with commas like "123,456,789”.
That would be locale dependent. Not sure if I want to go there as that causes problems for other software.
-Marius
How about
CGAL usage: 123456789 (123,456,789)
or
CGAL usage: 123456789 (123 456 789)
On 3/16/2015 10:55 AM, Marius Kintel wrote:
On Mar 16, 2015, at 10:41 AM, jon jon@jonbondy.com wrote:
It would be lovely if numbers > 999 were displayed with commas like "123,456,789”.
That would be locale dependent. Not sure if I want to go there as that causes problems for other software.
-Marius
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5751 / Virus Database: 4306/9314 - Release Date: 03/16/15
For info text like that, we should prob. just render a human readable version, e.g. 117 MB
-Marius
When I start OpenSCAD and select a file to work on (from the splash
screen), focus is not sent to the text editor. That is, if I just start
typing, nothing happens. I have to click on the editor to start
typing. Same thing if I create a new file. Any good reason to not give
focus to the editor on startup?
Jon
On Mar 16, 2015, at 11:41 AM, jon jon@jonbondy.com wrote:
When I start OpenSCAD and select a file to work on (from the splash screen), focus is not sent to the text editor. That is, if I just start typing, nothing happens. I have to click on the editor to start typing. Same thing if I create a new file. Any good reason to not give focus to the editor on startup?
It should get focus, and it does get focus for me. This might be another platform or system-specific issue.
I’ll test on some systems and open an issue if I find anything.
-Marius
Same here on XP. Have to click in the editor to give it focus before typing.
On 16 March 2015 at 15:45, Marius Kintel marius@kintel.net wrote:
On Mar 16, 2015, at 11:41 AM, jon jon@jonbondy.com wrote:
When I start OpenSCAD and select a file to work on (from the splash
screen), focus is not sent to the text editor. That is, if I just start
typing, nothing happens. I have to click on the editor to start typing.
Same thing if I create a new file. Any good reason to not give focus to
the editor on startup?
It should get focus, and it does get focus for me. This might be another
platform or system-specific issue.
I'll test on some systems and open an issue if I find anything.
-Marius
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Editor focus issue:
https://github.com/openscad/openscad/issues/1266
-Marius
kintel wrote
For info text like that, we should prob. just render a human readable
version, e.g. 117 MB
That wouldn't be good for things like Vertices: 18420, which I use to
compare model differences and also any difference between OpenSCAD version.
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/CGAL-UI-nit-tp12035p12065.html
Sent from the OpenSCAD mailing list archive at Nabble.com.