File | Date | Author | Commit |
---|---|---|---|
data | 2 days ago |
![]() |
[8dc381] lin2 |
doc | 2024-05-14 |
![]() |
[0aaf4f] init2 |
samples | 2024-05-14 |
![]() |
[0aaf4f] init2 |
src | 2 days ago |
![]() |
[2eac56] bind |
.editorconfig | 2024-05-14 |
![]() |
[b7c31e] init |
.gitignore | 2024-05-23 |
![]() |
[cbda02] profile |
.tgitconfig | 2024-05-14 |
![]() |
[b7c31e] init |
CONTRIBUTING.md | 2024-05-14 |
![]() |
[b7c31e] init |
DarkEditor01.sdsettings | 2024-06-13 |
![]() |
[6b8f9e] SD |
README.md | 2024-06-15 |
![]() |
[9f5569] AI |
REVISION | 2024-06-11 |
![]() |
[2b4b55] 5578 |
SharpDevelop.Tests.sln | 2024-05-14 |
![]() |
[b7c31e] init |
SharpDevelop.sln | 2024-05-14 |
![]() |
[b7c31e] init |
buildSetupAndRunTests.bat | 2024-05-18 |
![]() |
[b173fa] KEY |
clean4.bat | 2024-05-18 |
![]() |
[b173fa] KEY |
debugbuild4.bat | 2024-05-18 |
![]() |
[b173fa] KEY |
releasebuild4.bat | 2024-05-18 |
![]() |
[b173fa] KEY |
SharpDevelop 32bit, supports 2.0 - 4.7.2 Version
Added MVC 5.0
Added Html, Css, Js Code Editor
free Integrated Development Environment can run on Windows 8
Usage Data Collector has disabled inside ICSharpCode.UsageDataCollector.AnalyticsMonitor
NO AI Tool to track Codes through clouds
1. Download and Install .NET Framework 4.7.2 and .NET Framework 3.5 SP1
2. Click releasebuild4.bat to Build
3. Open bin/SharpDevelop.exe
https://dotnet.microsoft.com/en-us/download/dotnet-framework
it has two native DLLs, AddIns\Misc\Profiler\Hook32.dll,Hook64.dll
from src\AddIns\Analysis\Profiler\Hook\Hook.vcproj.
Tools->Options->Text Editor->Highlighting
-> import 'DarkEditor01.sdsettings'
->Language->Color
the Maximum of Code in one file is 310,000 lines, when jump to the 320,000 line, the Editor will have no response, might related to the design of WPF
keep each file under 100,000 lines
#develop is a free Integrated Development Environment
(IDE) for C#, VB.NET, Boo, IronPython, IronRuby and F# projects on Microsoft's
.NET platform. It is written (almost) entirely in C#, and comes with features
you would expect in an IDE plus a few more.
The #develop project started on September 11th, 2000. The project was initiated
by Mike Krüger. In the course of the project, several contributors joined in.
If you want to contribute see "Joining the team".
#Develop can be compiled using the supplied .bat files, or in #Develop itself.