Releases: qluana7/CSharp-Analyzer
New update v1.0.4
New update v1.0.3
Bug fix
-
Fixed that "#include" did not highlighted
-
Fixed that inclusion system couldn't detect ''
-
Fixed that program exited when use invalid path at inclusion system
Window Icon Add
Nothing special. Just added icon.
New update v1.0.2
Changes
Bug fix
-
Fixed that Line Text and Column Text were not displayed properly
-
Fixed that Line Text and Column Text were appeared when not using editor
Optimize
- Deleted unnecessary code
Known Issues
- Recent function not work properly
New update v1.0.1
Bug fix
-
Fixed editor did not highlight escape sequence.
-
Fixed", ', {, [ generate automatically when any letter behind
1.1.0 Preview v1
- Create Python Anaylzer
New Python Anaylzer with ironpython.
It need to define "main()" to run
- Fix Bug
A bug in which the window was closed even if cancel was clicked when the exit button was pressed (This was before v1.0.0)
- Name Change (This was before v1.0.0)
SyntaxHighlighting.xshd => CSharpSyntax.xshd
For multi-language support
Analyzer => CSharpAnalyzer
Same as xshd
CSharp Analyzer Editor
Intro
C# Anaylzer! (using Roslyn and ICSharpCode)
C# 실행기! (Roslyn과 ICSharpCode 사용)
When you using Visual Studio, You think it is too heavy to run little code for test.
Visual Studio를 사용하다 보면, 작은 실험을 위한 코드를 실행하기에는 너무 무겁다고 생각이 들것입니다.
And, almost C# IDE need saving to run.
또한 대부분의 C# IDE는 실행하기 위해서는 저장할 것을 요구합니다.
This can solve your problem.
이 프로그램은 이러한 문제들을 풀 수 있습니다.
This program has special system, which is "inclusion system".
이 프로그램은 "포함 시스템"이라는 특별한 시스템이 포함되어 있습니다.
"Inclusion System" is similar to "#include" in C.
"포함 시스템"은 C의 "#include"와 유사합니다.
Using with "#include ", Can include other files.
"#include <경로>"를 통해서 다른 파일들을 포함할 수 있습니다.
How To Run
Unzipping zip file and run "CSAnalyzer.exe".
압축을 풀고 "CSAnalyzer.exe"를 찾아서 실행하세요.
Info
C# Version : 9.0 (It depend on Project's Language Version. Please check version in csproj
C# 버전 : 9.0 (버전은 프로젝트의 언어 버전에 의존합니다. csproj에서 확인하세요)