oleg-shilo / cs-script.npp

CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
MIT License
246 stars 52 forks source link

Code improvements and fixes. #10

Closed ShreyasJejurkar closed 6 years ago

ShreyasJejurkar commented 6 years ago
  1. Small code fixes
  2. Did some string conversion to verbatim string.
  3. Removed some redundant else block to make code clean and more understandable.
  4. Added checking for not null.
  5. Indeed some code.
  6. Shortened some important code.
  7. Fixed some inconsistent modifiers declaration order. (ex-static public partial class Plugin => public static partial class Plugin)
  8. Fixed some redundant ToString() methods.
  9. Removed some unused using directives.
oleg-shilo commented 6 years ago

Sorry, but I cannot accept this PR. It does not contain any functional changes. It only delivers superficial improvements without solving any functional problem.

I am also afraid some of your changes, targeting some legacy routines, may be breaking it for VS2015.