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
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 }}
cryemo
/
flashdevelop
Public
forked from
fdorg/flashdevelop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
flashdevelop
PluginCore
ScintillaNet
on
development
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 15, 2015
Better defaults...
Meychi
committed
3fb87eb
View commit details
Copy full SHA for 3fb87eb
View code at this point
Browse repository at this point
Highlight default color changes...
Meychi
committed
2604497
View commit details
Copy full SHA for 2604497
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
- Word highlight color added...
Show description for 3a5c027
Meychi
committed
3a5c027
View commit details
Copy full SHA for 3a5c027
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
Highlight delay should take effect without restart...
Meychi
committed
d02cc21
View commit details
Copy full SHA for d02cc21
View code at this point
Browse repository at this point
Commits on Sep 24, 2015
Merge pull request #872 from SlavaRa/feature/refactor_2
Show description for dc5cbc5
elsassph
committed
dc5cbc5
View commit details
Copy full SHA for dc5cbc5
View code at this point
Browse repository at this point
Commits on Sep 18, 2015
Remove unused variables
SlavaRa
committed
c91f734
View commit details
Copy full SHA for c91f734
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
Replace 'if (string_value != null && !string_value.Equals(""))' by 'if (!string.IsNullOrEmpty(inheritstyle))'
SlavaRa
committed
35d52ea
View commit details
Copy full SHA for 35d52ea
View code at this point
Browse repository at this point
fixes typos
SlavaRa
committed
ba8978f
View commit details
Copy full SHA for ba8978f
View code at this point
Browse repository at this point
Replace 'if (string_value == null || string_value.Equals(""))' by 'if (string.IsNullOrEmpty(string_value))'
SlavaRa
committed
a41098a
View commit details
Copy full SHA for a41098a
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
Replace 'string_value != null && string_value.Length > 0' by '!string.isNullOrEmpty(string_value)'
SlavaRa
committed
af853be
View commit details
Copy full SHA for af853be
View code at this point
Browse repository at this point
Commits on Aug 24, 2015
Remove unused directives in projects
SlavaRa
committed
6534a86
View commit details
Copy full SHA for 6534a86
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Improve the contrast of the highlights a little...
Meychi
committed
2c4e7a7
View commit details
Copy full SHA for 2c4e7a7
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
Changed scintilla marker images from using XPM to RGBA.
Show description for 5e52f8d
JoeRobich
committed
5e52f8d
View commit details
Copy full SHA for 5e52f8d
View code at this point
Browse repository at this point
Commits on Jun 4, 2015
Resize on custom scrollbar visibility change...
Meychi
committed
69167d0
View commit details
Copy full SHA for 69167d0
View code at this point
Browse repository at this point
Backwards compatible and sync proof scrollbar management...
Meychi
committed
e5bce38
View commit details
Copy full SHA for e5bce38
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
Added getters for the custom scrollbars...
Meychi
committed
bd842db
View commit details
Copy full SHA for bd842db
View code at this point
Browse repository at this point
Commits on Jun 2, 2015
- Set correct scrollbar disabled colors
Show description for 4e4b47e
Meychi
committed
4e4b47e
View commit details
Copy full SHA for 4e4b47e
View code at this point
Browse repository at this point
- Avoid unnecessary border in QuickFind
Show description for 0242f5b
Meychi
committed
0242f5b
View commit details
Copy full SHA for 0242f5b
View code at this point
Browse repository at this point
Commits on Jun 1, 2015
- Minor VS2005DockPaneStrip button adjustment
Show description for 0e05853
Meychi
committed
0e05853
View commit details
Copy full SHA for 0e05853
View code at this point
Browse repository at this point
Commits on May 28, 2015
- Added scrollbar settings to other themes
Show description for 2324b1f
Meychi
committed
2324b1f
View commit details
Copy full SHA for 2324b1f
View code at this point
Browse repository at this point
- Added IContainerControl to IMainForm
Show description for 6b35366
Meychi
committed
6b35366
View commit details
Copy full SHA for 6b35366
View code at this point
Browse repository at this point
Commits on May 27, 2015
- Enabled similar over scroll as in VS
Show description for b21e2de
Meychi
committed
b21e2de
View commit details
Copy full SHA for b21e2de
View code at this point
Browse repository at this point
Commits on May 11, 2015
Pass the file name to FRSearch and use the file type to check for regex literals.
Neverbirth
committed
fde4676
View commit details
Copy full SHA for fde4676
View code at this point
Browse repository at this point
Commits on Apr 7, 2015
Fixed DockPanel and Scintilla Marker images in high DPI.
Show description for f6f7ee4
JoeRobich
committed
f6f7ee4
View commit details
Copy full SHA for f6f7ee4
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Merge pull request #647 from Gama11/SelectionDuplicate
Show description for 52d29da
Meychi
committed
52d29da
View commit details
Copy full SHA for 52d29da
View code at this point
Browse repository at this point
Move selection positioning logic into SmartSelectionDuplicate() wrapper
Gama11
committed
0a16b5d
View commit details
Copy full SHA for 0a16b5d
View code at this point
Browse repository at this point
Fix Change Syntax for files without an extension
Show description for 4e221bb
Gama11
committed
4e221bb
View commit details
Copy full SHA for 4e221bb
View code at this point
Browse repository at this point
Move the caret / selection in SelectionDuplicate
Gama11
committed
85ae996
View commit details
Copy full SHA for 85ae996
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
Revert "Fixed DockPanel and Scintilla Marker images in high DPI."
Meychi
committed
90e41a6
View commit details
Copy full SHA for 90e41a6
View code at this point
Browse repository at this point
Marker images can now be scaled with ScaleHelper.Scale.
Show description for 9662caa
JoeRobich
committed
9662caa
View commit details
Copy full SHA for 9662caa
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Tabs to spaces conversion...
Meychi
committed
59801a9
View commit details
Copy full SHA for 59801a9
View code at this point
Browse repository at this point
Offer to save the syntax for all files with this extension when changing the syntax, closes #627
Gama11
committed
8d6a135
View commit details
Copy full SHA for 8d6a135
View code at this point
Browse repository at this point
Commits on Mar 27, 2015
Added a setting to change the highlightMatchingWords delay...
Meychi
committed
a35dac0
View commit details
Copy full SHA for a35dac0
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Added new Sci method: GotoLineIndent, goes to line at indent position, change most calls to use it, closes #628.
Meychi
committed
a61cddb
View commit details
Copy full SHA for a61cddb
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
MainForm.SortLine & SortLineGroups GetLine() related fixes + some more...
Meychi
committed
d37d86f
View commit details
Copy full SHA for d37d86f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.