discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

CGAL UI nit

J
jon
Mon, Mar 16, 2015 2:41 PM

It would be lovely if numbers > 999 were displayed with commas like
"123,456,789".

Jon

It would be lovely if numbers > 999 were displayed with commas like "123,456,789". Jon
AC
Alan Cox
Mon, Mar 16, 2015 2:53 PM

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 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
MK
Marius Kintel
Mon, Mar 16, 2015 2:55 PM

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

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
J
jon
Mon, Mar 16, 2015 3:08 PM

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

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 > > >
MK
Marius Kintel
Mon, Mar 16, 2015 3:18 PM

For info text like that, we should prob. just render a human readable version, e.g. 117 MB

-Marius

For info text like that, we should prob. just render a human readable version, e.g. 117 MB -Marius
J
jon
Mon, Mar 16, 2015 3:41 PM

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

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
MK
Marius Kintel
Mon, Mar 16, 2015 3:45 PM

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

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
NH
nop head
Mon, Mar 16, 2015 3:57 PM

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

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 >
MK
Marius Kintel
Mon, Mar 16, 2015 4:03 PM
Editor focus issue: https://github.com/openscad/openscad/issues/1266 -Marius
M
MichaelAtOz
Tue, Mar 17, 2015 12:04 AM

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.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/

View this message in context: http://forum.openscad.org/CGAL-UI-nit-tp12035p12065.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

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. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ -- View this message in context: http://forum.openscad.org/CGAL-UI-nit-tp12035p12065.html Sent from the OpenSCAD mailing list archive at Nabble.com.