-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Splitview #1080
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
Merged
Splitview #1080
Changes from all commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
ed13435
Semi working version of splitview
Wouter01 0136853
added custom splitview + some debug views
Wouter01 345ae0e
Add even splitting on new tabs
thecoolwinter 2f29821
removed unused variable in SplitViewController
Wouter01 db68394
Merge branch 'main' into splitview
Wouter01 221841b
Added tab selection logic
Wouter01 88daa71
partially fixed edgeinsets
Wouter01 9015e32
Fixed top toolbar edgeinsets
Wouter01 080039a
Moved isBelowToolbar to environment
Wouter01 e98c802
Partial support for statusbarview (expanded wip)
Wouter01 bea430e
Fixed terminal view
Wouter01 6eaf8c5
fixed some things regarding splitview
Wouter01 2c266bd
added filter bar to terminal view
Wouter01 f23e8ea
Fixed small issues
Wouter01 4ae956c
statusbarview height fixes
Wouter01 4fbb872
Removed excess background
Wouter01 db08422
Focus fixes
Wouter01 5c81da8
size fixes for statusbar
Wouter01 76dad92
small fix
Wouter01 38787f1
Added ability to close splitview
Wouter01 f273443
Fixed some logic regarding closing splitviews
Wouter01 5d4266e
Refactored tabs management
Wouter01 f7c700f
removed unused function
Wouter01 c1dcda0
Merge branch 'main' into splitview
Wouter01 4e5a9e2
Cleaned up code
Wouter01 8f44c07
Moved over code from workspacedocument
Wouter01 31f15a8
Further cleaned up code
Wouter01 e645c30
Fixed references to selectionState
Wouter01 07d5a33
Removed references to selectionstate
Wouter01 699429a
Removed commented out functions
Wouter01 1422d7f
Bugfixes
Wouter01 62fa64a
small fixes
Wouter01 3e04a94
renamed variables
Wouter01 430c5a6
Removed unneeded Task
Wouter01 7dc906e
Fixed issue with NSSplitView
Wouter01 c29cbc4
Added functionality to split button
Wouter01 f0c55a8
Fixed issue with breadcrumbsview
Wouter01 d568f29
breadcrumbs are grayed out when out of focus
Wouter01 b456694
Added forward/backward functionality
Wouter01 6d17cbc
small cleanup
Wouter01 520d967
Added custom move buttonstyle
Wouter01 aefd004
Fixed some logic, removed animations
Wouter01 0cbd085
renamed split buttons
Wouter01 1352f19
Fixed abug where the app would freeze if file contents are empty
Wouter01 7d46414
Fixed temporary tabs
Wouter01 9a98b2f
Fixed force unwrap crash
Wouter01 0ad3190
removed prints
Wouter01 7c20ebc
Removed TODOs
Wouter01 d119168
Merge branch 'main' into splitview
Wouter01 0dbe98f
fixed warnings
Wouter01 de91764
Added docs
Wouter01 2cd5670
Reorganised some files
Wouter01 a5c6d6a
Fixed scrolling to active tab
Wouter01 1c08816
Fixed warning
Wouter01 584b13c
Fixed tabbar scroll glitch
Wouter01 2bc1cf2
fixed tabbarview active state
Wouter01 0495ff8
renamed WorkspaceSplitViewData to SplitViewData
Wouter01 ddf9e63
adds splitview flattening
Wouter01 b8c23f3
Fixed warning
Wouter01 c5471fe
Removed unused dependency
Wouter01 58f7712
Changed representation of temporary tab
Wouter01 2b6674e
Fixed some issues regarding tabbarview
Wouter01 53a1f5a
Fixed animation
Wouter01 c1a3f87
Removed splitview button animation
Wouter01 6ae26e8
fixed text coloring in light mode
Wouter01 7915d65
improvements to tabbar and breadcrumbs in light mode
Wouter01 b0d37dd
New splitted editor now has focus by default
Wouter01 5392ac4
Empty tabgroup can get focus
Wouter01 dd1a35f
Fixed memory leak
Wouter01 3d3a2ad
test for improved focus
Wouter01 6a4f313
other fix for focus
Wouter01 a7da959
new try for focus
Wouter01 edb8945
reverted changes
Wouter01 7acd8bd
code style fixes
Wouter01 99111f8
Code style fixes
Wouter01 b847242
code style fix
Wouter01 b58551a
Code style fixes
Wouter01 6059020
Added docs
Wouter01 b742551
Fixed scroll to active tab on editor width change
Wouter01 120e3a7
Fixed warnings
Wouter01 8362f49
Fix for focus
Wouter01 7fd8849
Fixed issues regarding tabbarview
Wouter01 be9de5c
Fixed minor issues
Wouter01 3854686
Fixed focus issue for history buttons
Wouter01 31aa3c2
removed transparent titlebar for native tab style
Wouter01 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
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 11 additions & 2 deletions
13
CodeEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
65 changes: 0 additions & 65 deletions
65
CodeEdit/Features/Documents/WorkspaceDocument+Selection.swift
This file was deleted.
Oops, something went wrong.
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.