Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from Cell based to View based Table Views #15

Open
zorgiepoo opened this issue May 31, 2015 · 1 comment
Open

Upgrade from Cell based to View based Table Views #15

zorgiepoo opened this issue May 31, 2015 · 1 comment

Comments

@zorgiepoo
Copy link
Owner

The NSTableViews need to be updated to Cocoa's View based ones before cell-based views really becomes deprecated. This applies to search documents, watching variables read/write accesses, and debugger window (including disassembly table, backtrace table, and registers table).

We also want to preserve expected behavior (e.g.: double clicking a NSTextField should bring up the editable field). Indicating that a value is frozen in a search document or a target is halted at a particular instruction in the debugger is done by changing the text color to red. This is probably not a very good idea; it would be nicer if we could display a graphic in one of the row items instead.

@wesselvdv
Copy link

I can't find any info on NSTableViews being deprecated? Now I am not even a dabbling Objective-C developer so I am properly looking at the wrong places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants