Search found 1017 matches

by mike
Sun May 21, 2023 8:28 pm
Forum: Support
Topic: Blank icon on PDF files
Replies: 13
Views: 1233

Re: Blank icon on PDF files

Seems to be fixed in macOS 13.4.
by mike
Mon Apr 10, 2023 1:36 pm
Forum: Ideas and Feature Requests
Topic: [Feature Request] Apple Archive support?
Replies: 1
Views: 133

Re: [Feature Request] Apple Archive support?

That sounds very interesting, I wasn't aware that they are now providing an official API to deal with this archive format.
Unfortunately it's available only starting with MacOS11, while NC still supports MacOS10.15.
by mike
Sun Apr 02, 2023 6:53 pm
Forum: Support
Topic: Can't set text editor arguments
Replies: 2
Views: 135

Re: Can't set text editor arguments

Currently NC can provide arguments only for terminal-based editors, not GUI-based ones.
When this code was written macOS didn't have an API to do that, but it turns out in 10.15 it was added.
I'll fix the issue and report back.
by mike
Sun Apr 02, 2023 6:43 pm
Forum: Support
Topic: Some f-keys don't work as function keys [FIXED]
Replies: 2
Views: 154

Re: Some f-keys don't work as function keys

These new laptops have different keycodes assigned for these keys, specifically F4-F6.
I've fixed the mapping in the latest preview build, you could try it:
https://magnumbytes.com/downloads/previ ... (3919).dmg
by mike
Sat Mar 18, 2023 8:56 pm
Forum: Support
Topic: Strange terminal behavior when using zsh [FIXED]
Replies: 10
Views: 2203

Re: Strange terminal behavior when using zsh

Please try this build: viewtopic.php?f=7&t=657
by mike
Sat Mar 18, 2023 8:54 pm
Forum: Support
Topic: Crash while draging from Panel Window to Safari [FIXED]
Replies: 2
Views: 202

Re: Crash while draging from Panel Window to Safari

Hi, that's indeed a very embarrassing bug.
It's fixed in the preview build: viewtopic.php?f=7&t=657
by mike
Sat Mar 18, 2023 8:53 pm
Forum: Previews
Topic: Build 3915 - Improved terminal emulator
Replies: 2
Views: 271

Build 3915 - Improved terminal emulator

Hi folks, The first preview of v1.5.0 brings the long-overdue improvements to the built-in terminal emulator: Much improved support for arbitrary-long Unicode symbols, no limits for combining/joining/variation characters, proper layout based on grapheme clusters etc. Now supports zalgo text, complex...
by mike
Sat Feb 25, 2023 9:57 am
Forum: Support
Topic: Un-Zip multiple files at once ??
Replies: 1
Views: 180

Re: Un-Zip multiple files at once ??

Hi,
At the moment there's no such specific functionality to unpack a whole archive.
I might add (find it useful myself too), but at the moment the unpacking uses relies on more or less generic copying from a VFS.
by mike
Sat Feb 25, 2023 9:55 am
Forum: Support
Topic: spaces / virtual desktops => NC window not visible
Replies: 1
Views: 189

Re: spaces / virtual desktops => NC window not visible

Hi, I've just checked it on my side - seem to work as intended, though I didn't write any specific code to support it - macOS provides this functionality.
Can you give more details so I can try reproducing the issue?