-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Vertical Cursor Guide #383
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
Open
ahelsley
wants to merge
32
commits into
gnachman:master
Choose a base branch
from
ahelsley:vertical-cursor-guide
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
68e3d2e
Render a vertical guide over the column the cursor is in (Metal View …
6827cb3
Separate control of the vertical cursor guide from the horizontal gu…
ed11a8e
Render a vertical cursor guide in the software rendered view (known i…
51d1fed
Fill out cursor column tracking API.
5b8119b
Fix names and style inconsistencies.
1b12bae
Rename a couple more "col" variables to use full names.
59f1be9
Fix bug with variable name type ("...Line" should be "...Column"). R…
683f718
Remove extraneous shared vertex buffer in favor of keeping more in th…
7af2a50
Remove bad boolean checks.
c8743a8
Use bounds from iTermCursorGuideRendererTransientState's cellConfigur…
1706bf1
Since [...textView setNeedsDisplayOnColumn...] is expensive (causes a…
933ed96
Factor out rectangle tessellation and vertex buffer creation.
7540e63
Do not double-draw the cursor guide under the cursor.
b7b9430
Render a vertical guide over the column the cursor is in (Metal View …
516e4bb
Separate control of the vertical cursor guide from the horizontal guide.
e99e660
Render a vertical cursor guide in the software rendered view.
139103b
Fill out cursor column tracking API.
025b02b
Fix bug with variable name type ("...Line" should be "...Column"). R…
921b5cf
Remove extraneous shared vertex buffer in favor of keeping more in th…
cd25d8c
Factor out rectangle tessellation and vertex buffer creation.
bdbe918
Use bounds from iTermCursorGuideRendererTransientState's cellConfigur…
48a48cc
Since [...textView setNeedsDisplayOnColumn...] is expensive (causes a…
262e707
Do not double-draw the cursor guide under the cursor.
64bf5c4
Fix style nits.
7c6142d
Fix rebase conflict.
a0bb3d5
Resolved conflicts with upstream branch.
1618e45
Remove merge/conflict resolution detritus.
7f4a4a4
Remove unused variable that seems to be causing CI build fails.
18c8e57
Add ability to render a vertical guide over the column the cursor is in.
c12ee73
Merged with upstream branch
66cf560
Remove code duplicated as a result of merge with upstream branch.
ed738eb
Disable code that references an undeclared identifier (brought in fro…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.