You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: