-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adjust marks to line changes #1
Comments
Ever since moving to xcode/mac from pc/visual studio 3 yrs ago, missing bookmarks was a serious issue for me. only today (aug 8 '15) did i find this (and xcodebookmarks by nicoster). but, these bookmarks do no adjust automatically when new lines are inserted. this imho makes it almost useless. can this be fixed???? |
Thanks for the feedback. I have in plan to store the source code line just like the annotation/breakpoint system that nicoster's plugin is relying on to keep the line location. |
I have since found that the line info of breakpoint will correct itself after a successful compile, but thats a headache as if you bounce around using bookmarks mostly while modifying/fixing bugs and compile errors will exist until that settles, so you can't compile immediately.i have found that if you move a breakpoint one line down and then back up that would fix it but i don't know how to do this programmatically, as an idea would be to move all breaks slightly just before nextbookmark jump Date: Sun, 9 Aug 2015 00:59:40 -0700 Thanks for the feedback. I have in plan to store the source code line just like the annotation/breakpoint system that nicoster's plugin is relying on to keep the line location. — |
You're welcome! Since the functionality is not documented, the hard part is to introspect the system to see what notification or signal I can hook on to. There are also multiple ways to modify a file (typing, pasting a block, the refactor function, and outside of the file (e.g. when I use Sublime Text for the multiple cursors)). It may be turn out to be very straightforward based on what is available, but I have to find that out first. |
thanks for your efforts, i will make some time to learn your project and see if i can find how to make changes to complete the little snag, or maybe make one of my own. Date: Sun, 9 Aug 2015 13:59:09 -0700 You're welcome! Since the functionality is not documented, the hard part is to introspect the system to see what notification or signal I can hook on to. There are also multiple ways to modify a file (typing, pasting a block, the refactor function, and outside of the file (e.g. when I use Sublime Text for the multiple cursors)). It may be turn out to be very straightforward based on what is available, but I have to find that out first. — |
For a simple jump, the more convenient than XToDo. But after xcode update can not be used, and can update it? |
@nbhhcty Just updated |
No description provided.
The text was updated successfully, but these errors were encountered: