LSLEditor / LSLEditorCE

Alphons van der Heijden, author of LSLEditor, the great off-line editor and debugging tool for scripting in Second Life, has donated his opus magnum to the free and open source community where it can grow and keep pace with the SL platform!
7 stars 6 forks source link

New code format demo. #23

Closed jojorne closed 5 years ago

jojorne commented 6 years ago

This is almost all the files with the new code format. It makes use of the new C# features.

jojorne commented 6 years ago

Updating changes around monday.

niel commented 6 years ago

Monday is fine, no hurry :-) Why do we suddenly have conflicts?

jojorne commented 6 years ago

You merged the Directory PR, I warned it would create conflicts >.< It's easy to fix tho. lol

niel commented 6 years ago

BTW, don't update the source files. Remove them from the PR, so it is only the .editorconfig. It's easy enough to copy it into the local repo and see what it suggests/highlights when MonoDevelop is opened.

jojorne commented 6 years ago

I'll add a new PR with just it added in that case. Although, because of the changes in code style and .Net 4.5, with this PR I was able to make return lines be in a single line, fix several null cases, fix unused param in methods, etc. The changes just reflect the code format and .Net 4.5.

jojorne commented 6 years ago

Merged master to sync branch.