View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002878 | FreeCAD | Feature | public | 2017-01-28 03:30 | 2017-05-31 17:40 |
| Reporter | FreeCadder | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Platform | x64 | OS | Windows | OS Version | 7 |
| Product Version | 0.16 | ||||
| Summary | 0002878: Configurable Unit Separator | ||||
| Description | It would be nice to have a configurable space between quantities and units. Ideally, it would default to a narrow no-break space (NNBSP, U+202F) but also allow no-break space (NBSP, U+00A0) or space (SP, U+0020) for compatibility. So "20 mm" would look like "20?mm" or "20 mm" (or an NBSP with size/width of 50%) instead. | ||||
| Steps To Reproduce | UnitSeparators = ( u'\N{SPACE}', # SP = \u0020 u'\N{NO-BREAK SPACE}', # NBSP = \u00a0 u'\N{NARROW NO-BREAK SPACE}' # NNBSP = \u202f = ½ NBSP = 50% size NBSP ) # Replace '\ ' pseudo escape sequences with NNBSPs def unitsep(s): return s.replace('\ ', UnitSeparators[2]) unitsep('1" = 25.4 mm') unitsep(u"1\N{DOUBLE PRIME} = 25.4\ mm") # Unicode inch | ||||
| Tags | units | ||||
| FreeCAD Information | |||||
|
|
Thanks. |
|
|
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=20307 |
|
|
@freecadder please see thread for latest activity |
|
|
@FreeCadder unless you can convince the community the justification of this request without introducing a whole new set of problems, I've been advised to resolve ticket as 'no change required'. |
|
|
Closing |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-01-28 03:30 | FreeCadder | New Issue | |
| 2017-01-28 03:37 | FreeCadder | Note Added: 0008036 | |
| 2017-01-28 11:28 | Kunda1 | Note Added: 0008041 | |
| 2017-01-29 02:13 | FreeCadder | Note Edited: 0008036 | |
| 2017-02-13 16:39 | Kunda1 | Tag Attached: units | |
| 2017-05-18 16:48 | Kunda1 | Note Added: 0009051 | |
| 2017-05-19 04:30 | Kunda1 | Status | new => resolved |
| 2017-05-19 04:30 | Kunda1 | Resolution | open => no change required |
| 2017-05-19 04:30 | Kunda1 | Note Added: 0009052 | |
| 2017-05-31 17:40 | Kunda1 | Status | resolved => closed |
| 2017-05-31 17:40 | Kunda1 | Note Added: 0009228 |
FreeCAD