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
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
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 }}
Flutter-Bounty-Hunters
/
inception
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
9
Code
Issues
13
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Created CodeEditor widget
- #28
#28
Merged
matthew-carroll
merged 12 commits into
main
Flutter-Bounty-Hunters/inception:main
from
create-code-editor-widget
Flutter-Bounty-Hunters/inception:create-code-editor-widget
Copy head branch name to clipboard
Jan 4, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Created CodeEditor widget
#28
matthew-carroll
merged 12 commits into
main
Flutter-Bounty-Hunters/inception:main
from
create-code-editor-widget
Flutter-Bounty-Hunters/inception:create-code-editor-widget
Copy head branch name to clipboard
Commits
Commits on Jan 1, 2026
Created CodeEditor widget:
Show description for dc8162e
matthew-carroll
committed
dc8162e
View commit details
Copy full SHA for dc8162e
Browse repository at this point
Commits on Jan 2, 2026
Implemented double click to select tokens, avoid spaces, select line indends, and select words within comments
matthew-carroll
committed
2da7922
View commit details
Copy full SHA for 2da7922
Browse repository at this point
Moved Dart language support to its own export in /language_dart.dart
matthew-carroll
committed
2f83585
View commit details
Copy full SHA for 2f83585
Browse repository at this point
Triple click selects whole line. CodeEditorPresenter is now subclassed per language to configure things like which comment syntax to use.
matthew-carroll
committed
a4459ec
View commit details
Copy full SHA for a4459ec
Browse repository at this point
Brought back highlighted line for collapsed selection
matthew-carroll
committed
6e81575
View commit details
Copy full SHA for 6e81575
Browse repository at this point
Implemented double-click and drag and triple-click and drag, still needs tests
matthew-carroll
committed
b286a6e
View commit details
Copy full SHA for b286a6e
Browse repository at this point
Cleaned up some test infra code, fixed an oversight in the test CodeEditorPresenter that caused a couple test failures
matthew-carroll
committed
d47490f
View commit details
Copy full SHA for d47490f
Browse repository at this point
Implemented CMD caret pushing and selection expansion
matthew-carroll
committed
817c71f
View commit details
Copy full SHA for 817c71f
Browse repository at this point
Render end of line highlight when selection starts at the very end of the line and goes to the next line
matthew-carroll
committed
e14029e
View commit details
Copy full SHA for e14029e
Browse repository at this point
Implemented ESC to collapse selection
matthew-carroll
committed
c770ac3
View commit details
Copy full SHA for c770ac3
Browse repository at this point
Commits on Jan 4, 2026
Implement ALT/OPT LEFT/RIGHT movement over tokens and comment words
matthew-carroll
committed
feb553d
View commit details
Copy full SHA for feb553d
Browse repository at this point
Implemeht shift + click to expand selection on click
matthew-carroll
committed
086e142
View commit details
Copy full SHA for 086e142
Browse repository at this point
You can’t perform that action at this time.