Search found 20 matches

by deseven
Mon Oct 17, 2016 11:18 pm
Forum: Support
Topic: Behavior of Esc-key in some windows [DONE]
Replies: 6
Views: 9348

Re: Behavior of Esc-key in some windows

mike wrote:The trickiest part is to make all these fancy Cocoa APIs run smooth under any serious workloads (at least thousands of items).
Yep. Cell-based NSTableView was kinda faster, but it's deprecated now. View-based NSTableView, on the other side, is just terrible in terms of performance.
by deseven
Wed Oct 05, 2016 11:28 am
Forum: Support
Topic: Managing favorites list? [CLOSED]
Replies: 9
Views: 11108

Re: Managing favorites list? [CLOSED]

That will be great! Not just because of the plist parsing problems, but also because it's not really convenient to populate this list from Finder's favorites. I use favorites in finder to define save locations, since they are shown in a standard save/open dialog. Usually it doesn't have anything to ...
by deseven
Sun Oct 02, 2016 9:52 am
Forum: Support
Topic: Managing favorites list? [CLOSED]
Replies: 9
Views: 11108

Re: Managing favorites list? [CLOSED]

It stopped working again.
Also it shows my mounted NFS filesystems twice:
Image
by deseven
Fri Sep 23, 2016 10:14 am
Forum: General Discussion
Topic: Classic Mode
Replies: 26
Views: 77124

Re: Classic Mode

I surely can add them to Modern presentation, but this will immediately introduce a disparity between functionality of Modern and Classic modes - currently they are almost equal. I thunk such half-measures will lead Classic mode to some abandoned/outdated/deprecated state anyway. True, but they don...
by deseven
Fri Sep 23, 2016 7:38 am
Forum: General Discussion
Topic: Classic Mode
Replies: 26
Views: 77124

Re: Classic Mode

I don't really care about classic mode. Still, as a coder, i do know how hard it is to write a good control from scratch and don't make it look out of place. I see some other options anyway. For example, you can use column headers from NSTableView in modern view and leave everything else intact. It ...
by deseven
Wed Sep 21, 2016 1:22 pm
Forum: Ideas and Feature Requests
Topic: Some ideas
Replies: 18
Views: 30517

Re: Some ideas

Thanks!
by deseven
Sat Sep 17, 2016 10:41 am
Forum: Support
Topic: File already exists dialog [FIXED]
Replies: 7
Views: 9906

Re: File already exists dialog

migun wrote: Am I correct that suggested Shift+Enter should work as
- check Apply to all
- click Overwrite
?
Yep, you can even make checkbox "Apply to all" checked on-the-fly while user holds shift.
by deseven
Sat Sep 17, 2016 10:36 am
Forum: Support
Topic: Hotkey fn+Backspace [CLOSED]
Replies: 2
Views: 5177

Re: Hotkey fn+Backspace

There is no way to bind something with Fn key out of the box. But you can use a low-level software such as Karabiner to bind fn+del to F8. Like that: <?xml version="1.0"?> <root> <item> <name>Fn-del to F8</name> <identifier>private.fn-del-to-f8</identifier> <autogen> __KeyToKey__ KeyCode::DELETE, Mo...
by deseven
Fri Sep 16, 2016 6:32 pm
Forum: Support
Topic: File already exists dialog [FIXED]
Replies: 7
Views: 9906

Re: File already exists dialog

Oh, thanks. Didn't see it :(
by deseven
Fri Sep 16, 2016 6:31 pm
Forum: General Discussion
Topic: Versions Compare
Replies: 8
Views: 32201

Re: Versions Compare

As far as i know, there are many limitations in MAS version because of Apple's application policy and sandboxing. It's better to use standalone version anyway.