-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working display and editing of memory, if ugly and with hardcoded fon…
…t. Squashed following commits: First try: cocoahexedit is view, source, and delegate. IDK if it compiles. No updates. I...think it compiles? I...think it compiles? trying to separate tableview out like in table_view.cpp Attempt to set document view to table view so table shows (still not working) IT DISPLAYS A BLANK TABLE NOW IT DISPLAYS THINGS! YAY changed to objectValueForTableColumn to show text. Separate columns (with all spacing removed so they fit) in prep for editing Somehow getting "CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them" on any kind of editing... Tried emptying function and removing delegate/target stuff so data source only. No dice. try simplest thing (always replace with 0) - not working. :( Corrected the typo (thanks yam). Editing works now. Reformat code Add some documentation tehe Make sure we don't read bytes past the length! oops.
- Loading branch information
Showing
3 changed files
with
145 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters