Drew Noakes
acc0da524d
Ignore .idea folder
Used by Rider.
7 years ago
Drew Noakes
8b20498b95
Comment Debug.WriteLine
7 years ago
Drew Noakes
bfef4454fc
Optimise usings
7 years ago
Drew Noakes
96e68c1f6b
Formatting
7 years ago
Drew Noakes
5213624b44
Add .cs and .svg as XML file types
7 years ago
Drew Noakes
facf635723
Fix release build lang version
7 years ago
Drew Noakes
0580e5ea04
Use string.IsNullOrEmpty
7 years ago
Drew Noakes
6ec820d23f
Move declarations closer to usage
7 years ago
Drew Noakes
62f1bf18b8
Make methods static
7 years ago
Drew Noakes
3252da7a98
Fix documentation error
7 years ago
Drew Noakes
fd69af310b
Use generic collections
7 years ago
Drew Noakes
156b0df14d
Add Directory.Build.*
7 years ago
Drew Noakes
0d51cff6aa
Include ClojureScript
7 years ago
Drew Noakes
46ae89a750
Formatting
7 years ago
Drew Noakes
c19a57052d
Highlight more languages
Using syntax files from https://github.com/xv/ICSharpCode.TextEditor-Lexers/tree/master/SyntaxMode
7 years ago
Drew Noakes
0e6206195a
Use nameof
7 years ago
Drew Noakes
e9778c840f
Move declarations closer to usage
7 years ago
Drew Noakes
c3d863fdf1
Comment unused variables
7 years ago
Drew Noakes
ded11999ac
Remove redundant initialisers
7 years ago
Drew Noakes
5d5ab637e6
Use null coalescing operator
7 years ago
Drew Noakes
da6c810e1c
Remove unused parameters
7 years ago
Drew Noakes
aaf2aaa6c6
Remove unused method
7 years ago
Drew Noakes
10e38930d5
Typos and commented code
7 years ago
Drew Noakes
79ffb352ff
Inline out vars
7 years ago
Drew Noakes
f171dabbd0
Automated reformat
7 years ago
Drew Noakes
0724fbd0ef
Use type keyword
7 years ago
Drew Noakes
5147ed3e82
Remove redundant code
7 years ago
Drew Noakes
e48d6d6a62
Use pattern matching
7 years ago
Drew Noakes
d9228ef3ac
Trailing white space
7 years ago
Drew Noakes
7857b8c20b
Remove unused using directives
7 years ago
Drew Noakes
73c32e7c97
Use null propagation
7 years ago
Drew Noakes
85f4f06bd0
Trim trailing spaces
7 years ago
Drew Noakes
aa0792f0fa
Tabs to spaces
7 years ago
Drew Noakes
87d13bcebd
Use expression bodied properties
7 years ago
Drew Noakes
1fccb3124c
Remove redundant field initialisers
7 years ago
Drew Noakes
96662e63e3
Use auto properties
7 years ago
Drew Noakes
275b970d29
Make fields readonly where possible
7 years ago
Drew Noakes
4ee74aefed
Arrange qualifiers
7 years ago
Drew Noakes
202db2843e
Explicit modifiers
7 years ago
Drew Noakes
1f5c737810
Only show scroll bars when needed
The algorithm in use here is fairly involved in order to avoid
layouts that flicker between states. During layout, if scroll bars
need to change, the algorithm determines whether a stable state will
be reached, or whether it will oscillate endlessly (which is then prevented).
7 years ago
Drew Noakes
d8cc993e83
Add sample app
7 years ago
Drew Noakes
68f38bbcf7
Bump VS version
7 years ago
Drew Noakes
f07ad680e0
Ignore .vs folder
7 years ago
Arkady Shapkin
b768ca383a
Merge pull request #3 from UncleVasya/linux_compatibility
Linux compatibility
10 years ago
UncleVasya (Oleg Ovcharenko)
7ddf095e10
Applied changes from here: http://community.sharpdevelop.net/forums/t/11709.aspx
10 years ago
Arkady Shapkin
04328c0cb1
Update README.md
10 years ago
Arkady Shapkin
cea6ed101b
Merge pull request #2 from prepare/master
readme
10 years ago
win
c1d0336b6d
readme
10 years ago
Arkadiy Shapkin
57a2ec3475
Python code highlighting added
13 years ago
Arkadiy Shapkin
46645ff44e
Assembly version fixed
13 years ago