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 }}
sysfce2
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
flashdevelop
FlashDevelop
Settings
on
development
User selector
All users
All time
Commit history
Commits on Dec 9, 2020
[FlashDevelop] Fix: Let check for updates from dev channel. fixes #2948 (#3142)
SlavaRa
authored
3b548e0
View commit details
Copy full SHA for 3b548e0
View code at this point
Browse repository at this point
Commits on Sep 13, 2020
[Refactoring] Minor cleanup... (#3060)
SlavaRa
authored
1c1e096
View commit details
Copy full SHA for 1c1e096
View code at this point
Browse repository at this point
Commits on Dec 1, 2019
[Refactoring] `Globals.MainForm` -> `PluginBase.MainForm`, etc.. (#2928)
SlavaRa
authored
165e66b
View commit details
Copy full SHA for 165e66b
View code at this point
Browse repository at this point
Commits on Nov 30, 2019
Revert to [HaxeDevelop][HaxeTypeWizard] Fixed: 'Unable to load an incompatible or broken plugin: HaxeTypeWizard.dll'. fixes #2916 (#2917) (#2926)
Show description for 62fa432
SlavaRa
authored
62fa432
View commit details
Copy full SHA for 62fa432
View code at this point
Browse repository at this point
[Refactoring] `Globals.MainForm` -> `PluginBase.MainForm` (#2921)
SlavaRa
authored
c4ca51b
View commit details
Copy full SHA for c4ca51b
View code at this point
Browse repository at this point
Commits on Oct 8, 2019
[ScintillaControl] Added Setting: Tools->Program Settings...->FlashDevelop->Editor->Highlight Matching Words Case-Sensitive: False. fixes #919 (#2866)
SlavaRa
authored
d3af865
View commit details
Copy full SHA for d3af865
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
[Refactoring] '== null' -> 'is null' (#2824)
SlavaRa
authored
77f65a3
View commit details
Copy full SHA for 77f65a3
View code at this point
Browse repository at this point
[Refactoring] Small cleanup.... (#2822)
SlavaRa
authored
cf08d7a
View commit details
Copy full SHA for cf08d7a
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
[Refactoring] Remove redundant 'else' (#2813)
SlavaRa
authored
9aa9129
View commit details
Copy full SHA for 9aa9129
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
[Refactoring] Property {get { return _property; } } -> Property => _property (#2810)
SlavaRa
authored
46a2a92
View commit details
Copy full SHA for 46a2a92
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
[Refactoring] String -> string, Boolean -> bool, Int32 -> int, ... (#2795)
SlavaRa
authored
b3d76c9
View commit details
Copy full SHA for b3d76c9
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
[Settings][Max Trace Lines] Sets 1000 as default value. fixes #2723 (#2728)
SlavaRa
authored
e8ffb24
View commit details
Copy full SHA for e8ffb24
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
Support config max trace lines. fixes #1247 (#2709)
piaopolar
authored and
SlavaRa
committed
f1fa833
View commit details
Copy full SHA for f1fa833
View code at this point
Browse repository at this point
Commits on Feb 7, 2018
Remove unused usings and references (#1997)
SlavaRa
authored
8522b6c
View commit details
Copy full SHA for 8522b6c
View code at this point
Browse repository at this point
Commits on Oct 28, 2017
Null check and some theming tweaks...
Meychi
committed
5e3d16c
View commit details
Copy full SHA for 5e3d16c
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Add EndAtLastLine setting to FlashDevelop Editor settings (#1662)
Show description for 48eeebb
gene-pavlovsky
authored and
Neverbirth
committed
48eeebb
View commit details
Copy full SHA for 48eeebb
View code at this point
Browse repository at this point
Commits on May 7, 2017
Fix "The FixedSizeQueue has zero capacity" Error (#1618)
wise0704
authored and
Neverbirth
committed
d970f5c
View commit details
Copy full SHA for d970f5c
View code at this point
Browse repository at this point
Commits on May 3, 2017
Clipboard History (#1589)
wise0704
authored and
Neverbirth
committed
7388362
View commit details
Copy full SHA for 7388362
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Ugh...
Meychi
committed
662d97c
View commit details
Copy full SHA for 662d97c
View code at this point
Browse repository at this point
Prevent incorrect MaxRecentFiles setting restore and invalid value by restoring the default value. Closes #1313.
Meychi
committed
b486e83
View commit details
Copy full SHA for b486e83
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Revert "Merge pull request #1245 from wise0704/AdvancedShortcut"
Show description for 3650b13
Meychi
committed
3650b13
View commit details
Copy full SHA for 3650b13
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Advanced Shortcut update 36
Show description for 1553893
wise0704
committed
1553893
View commit details
Copy full SHA for 1553893
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
Notify Restart Required on Settings Change (#1261)
Show description for df93ee8
wise0704
authored and
Neverbirth
committed
df93ee8
View commit details
Copy full SHA for df93ee8
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Updates to ScrollWidthTracking (#1253)
wise0704
authored and
elsassph
committed
9f2cfdd
View commit details
Copy full SHA for 9f2cfdd
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
Merge pull request #1251 from wise0704/SettingsDialog
Show description for ccbe1d4
Meychi
authored
ccbe1d4
View commit details
Copy full SHA for ccbe1d4
View code at this point
Browse repository at this point
Commits on Jun 19, 2016
Add settings for max recent files
wise0704
committed
e9ba629
View commit details
Copy full SHA for e9ba629
View code at this point
Browse repository at this point
Commits on Jun 17, 2016
Small cleanup
wise0704
committed
38f7eba
View commit details
Copy full SHA for 38f7eba
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Change CustomCommandPrompt default to "" to avoid unnecessary File.Exists() calls
Gama11
committed
57055e4
View commit details
Copy full SHA for 57055e4
View code at this point
Browse repository at this point
Add a "Custom Command Prompt" setting
Show description for 8e622aa
Gama11
committed
8e622aa
View commit details
Copy full SHA for 8e622aa
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Added a setting to keep caret centered - basicly a fallback to old caret settings.
Meychi
committed
2905d20
View commit details
Copy full SHA for 2905d20
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
Distro's should have custom default file extensions...
Meychi
committed
4970541
View commit details
Copy full SHA for 4970541
View code at this point
Browse repository at this point
Commits on Jan 27, 2016
Typo fix: automaticly -> automatically
Gama11
committed
a3bb888
View commit details
Copy full SHA for a3bb888
View code at this point
Browse repository at this point
Commits on Dec 6, 2015
New theming settings added and reworked and completed some previous commits...
Meychi
committed
cff27d8
View commit details
Copy full SHA for cff27d8
View code at this point
Browse repository at this point
Commits on Dec 4, 2015
Improved ScrollBarEx update 5
Show description for cb41827
wise0704
committed
cb41827
View commit details
Copy full SHA for cb41827
View code at this point
Browse repository at this point
Commits on Dec 3, 2015
Improved ScrollBarEx update 3
Show description for 4ff8a59
wise0704
committed
4ff8a59
View commit details
Copy full SHA for 4ff8a59
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.