Replies: 8 comments 7 replies
-
Interesting. On my machine, those dialogs use a monospace font. Specifically, the UI files ask for a font called "Monospace", LOL. So it must be a font availability issue. I'll first look into what the best way to force a monospace font on windows. But you're right, using the main NEdit editor widget is a good idea, as we'll get syntax highlighting and all the other goodness with it! BTW, I think this one probably should be an "issue" since it is something that should be fixed :-). Makes it easier to track things as "close" after the work is complete. |
Beta Was this translation helpful? Give feedback.
-
@tksoh when you get a chance, could you check to see if this PR fixes this problem? There were actually a bunch of dialogs that are intended to have fixed-width fonts beyond the two you mentioned! |
Beta Was this translation helpful? Give feedback.
-
Looks good. Now, let's add syntax highlight and other goodies to it ;-) |
Beta Was this translation helpful? Give feedback.
-
At times, I could be unsure if an issue is indeed an issue, or a design decision. But we can always 'promote' a discussion to an issue if you think it should be, and continue our discussion there ;-) |
Beta Was this translation helpful? Give feedback.
-
My Mac version is using a proportional font, for all Dialogs. |
Beta Was this translation helpful? Give feedback.
-
Evan, we crossed in the ether. Yes my comment was an earlier master. I was just building the latest for #235 on Mac, that you announced, and the macro and shell command areas are now monospaced. Definitely more sensible for "code". They seem fixed at about 11 or 12-point Courier, ok but a touch small. Not sure if that can be changed, I can't see any "monospaced" settings in nedit-ng. You say nedit-ng just asks the OS for "Monospace" ? |
Beta Was this translation helpful? Give feedback.
-
I earlier suggested following default font setting. Not sure if that's possible, or there might other complication. |
Beta Was this translation helpful? Give feedback.
-
@tksoh it's definitely possible. honestly, the next step is to use the same text widget for macros as we do for nedit's main editor. Then we can have all the goodies like you pointed out. |
Beta Was this translation helpful? Give feedback.
-
The editing area of the shell and macro customization dialogs is using variable font currently. I think it should be changed to use the monospaced font, perhaps just follow default font setting. NEdit 5 use monospaced font.
I also wonder if it's possible to port in the main text editor widget, that would make the macros development work a lot more productive. Right now it's basically just a highly primitive text editor (same on nedit 5), which doesn't quite live up to NEdit's reputation ;-)
Beta Was this translation helpful? Give feedback.
All reactions