Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CodeEditApp
/
CodeEditSourceEditor
Public
Notifications
You must be signed in to change notification settings
Fork
154
Star
712
Code
Issues
39
Pull requests
9
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Toggle comment for current line via CMD + /
- #241
#241
Merged
thecoolwinter
merged 37 commits into
CodeEditApp:main
CodeEditApp/CodeEditSourceEditor:main
from
Sophiahooley:main
Sophiahooley/CodeEditSourceEditor:main
Copy head branch name to clipboard
Apr 25, 2024
Conversation
Commits
37
(37)
Checks
Files changed
Merged
Toggle comment for current line via CMD + /
#241
thecoolwinter
merged 37 commits into
CodeEditApp:main
CodeEditApp/CodeEditSourceEditor:main
from
Sophiahooley:main
Sophiahooley/CodeEditSourceEditor:main
Copy head branch name to clipboard
Commits
Commits on Apr 14, 2024
add random comment to test git syncing with package
Sophiahooley
committed
b8acee0
View commit details
Copy full SHA for b8acee0
Browse repository at this point
add key down event monitor
Sophiahooley
committed
9cecfa8
View commit details
Copy full SHA for 9cecfa8
Browse repository at this point
Commits on Apr 15, 2024
create basic function to understand functionality of keyDown
Sophiahooley
committed
7882267
View commit details
Copy full SHA for 7882267
Browse repository at this point
edit basic function to include viewDidLoad call
Sophiahooley
committed
fca0329
View commit details
Copy full SHA for fca0329
Browse repository at this point
changes to basic function
Sophiahooley
committed
0787b98
View commit details
Copy full SHA for 0787b98
Browse repository at this point
add local monitoring functionality
Sophiahooley
committed
614ce7e
View commit details
Copy full SHA for 614ce7e
Browse repository at this point
debug output for characters ignoring modifiers
Sophiahooley
committed
6879299
View commit details
Copy full SHA for 6879299
Browse repository at this point
add check to see if cmd / has been pressed
Sophiahooley
committed
85e7c18
View commit details
Copy full SHA for 85e7c18
Browse repository at this point
change function output to match what it is doing
Sophiahooley
committed
802815d
View commit details
Copy full SHA for 802815d
Browse repository at this point
print out cursor positions when cmd/ pressed
Sophiahooley
committed
fd1ace9
View commit details
Copy full SHA for fd1ace9
Browse repository at this point
include debug statement for what string is when cmd/ is pressed
Sophiahooley
committed
8698fb7
View commit details
Copy full SHA for 8698fb7
Browse repository at this point
attempt to insert text when cmd/ pressed
Sophiahooley
committed
87511ba
View commit details
Copy full SHA for 87511ba
Browse repository at this point
insert text at beginning of line
Sophiahooley
committed
2167053
View commit details
Copy full SHA for 2167053
Browse repository at this point
Commits on Apr 16, 2024
print out current cursor line
Sophiahooley
committed
8d40d08
View commit details
Copy full SHA for 8d40d08
Browse repository at this point
fix line indexing
Sophiahooley
committed
1c5e334
View commit details
Copy full SHA for 1c5e334
Browse repository at this point
fix indexing again
Sophiahooley
committed
f231eca
View commit details
Copy full SHA for f231eca
Browse repository at this point
insert comment at beginning of line using line char index
Sophiahooley
committed
b692a31
View commit details
Copy full SHA for b692a31
Browse repository at this point
add debug to see if code reaches inner if statement
Sophiahooley
committed
507247b
View commit details
Copy full SHA for 507247b
Browse repository at this point
Commits on Apr 17, 2024
use lineCommentString instead of hardcoded string for comment
Sophiahooley
committed
ecfc976
View commit details
Copy full SHA for ecfc976
Browse repository at this point
Commits on Apr 18, 2024
add space after comment insert
Sophiahooley
committed
412c327
View commit details
Copy full SHA for 412c327
Browse repository at this point
print lineInfo data
Sophiahooley
committed
6c86617
View commit details
Copy full SHA for 6c86617
Browse repository at this point
print line info line fragments
Sophiahooley
committed
555ed63
View commit details
Copy full SHA for 555ed63
Browse repository at this point
Commits on Apr 19, 2024
print line info
Sophiahooley
committed
2498247
View commit details
Copy full SHA for 2498247
Browse repository at this point
get substring of current line
Sophiahooley
committed
a23c0aa
View commit details
Copy full SHA for a23c0aa
Browse repository at this point
toggle commenting
Sophiahooley
committed
1a5870c
View commit details
Copy full SHA for 1a5870c
Browse repository at this point
finish single line implementation, clean up code, add case for no lineComment
Sophiahooley
committed
0b288ad
View commit details
Copy full SHA for 0b288ad
Browse repository at this point
rollback
Sophiahooley
committed
0eeddec
View commit details
Copy full SHA for 0eeddec
Browse repository at this point
Commits on Apr 21, 2024
make requested changes from PR (more comments, delete debug line)
Sophiahooley
committed
acbbec5
View commit details
Copy full SHA for acbbec5
Browse repository at this point
refactor keyboard shortcuts logic, more changes requested from PR
Sophiahooley
committed
3bf438a
View commit details
Copy full SHA for 3bf438a
Browse repository at this point
fix swiftlint errors
Sophiahooley
committed
664e375
View commit details
Copy full SHA for 664e375
Browse repository at this point
get rid of extra line
Sophiahooley
committed
723761c
View commit details
Copy full SHA for 723761c
Browse repository at this point
Commits on Apr 22, 2024
fix more lint issues
Sophiahooley
committed
acb3bb8
View commit details
Copy full SHA for acb3bb8
Browse repository at this point
make new file for keyboard shortcuts
Sophiahooley
committed
a10b2f7
View commit details
Copy full SHA for a10b2f7
Browse repository at this point
more linter errors fixed
Sophiahooley
committed
e520e6c
View commit details
Copy full SHA for e520e6c
Browse repository at this point
lastfix of lint errors
Sophiahooley
committed
4a4306e
View commit details
Copy full SHA for 4a4306e
Browse repository at this point
get rid of blank line
Sophiahooley
committed
fab9079
View commit details
Copy full SHA for fab9079
Browse repository at this point
Commits on Apr 24, 2024
Merge branch 'main' into main
FastestMolasses
authored
15a6e33
View commit details
Copy full SHA for 15a6e33
Browse repository at this point
You can’t perform that action at this time.