SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.2 KiB

4 years ago
  1. # Code Editor Package for Rider
  2. ## [1.1.4] - 2019-11-21
  3. fix warning - unreachable code
  4. ## [1.1.3] - 2019-10-17
  5. - Update External Editor, when new toolbox build was installed
  6. - Add xaml to default list of extensions to include in csproj
  7. - Avoid initializing Rider package in secondary Unity process, which does Asset processing
  8. - Reflect multiple csc.rsp arguments to generated csproj files: https://github.com/JetBrains/resharper-unity/issues/1337
  9. - Setting, which allowed to override LangVersion removed in favor of langversion in csc.rsp
  10. - Environment.NewLine is used in generated project files instead of Windows line separator.
  11. ## [1.1.2] - 2019-09-18
  12. performance optimizations:
  13. - avoid multiple evaluations
  14. - avoid reflection in DisableSyncSolutionOnceCallBack
  15. - project generation optimization
  16. fixes:
  17. - avoid compilation error with incompatible `Test Framework` package
  18. ## [1.1.1] - 2019-08-26
  19. parse nowarn in csc.rsp
  20. warning, when Unity was started from Rider, but external editor was different
  21. improved unit test support
  22. workaround to avoid Unity internal project-generation (fix #28)
  23. ## [1.1.0] - 2019-07-02
  24. new setting to manage list of extensions to be opened with Rider
  25. avoid breaking everything on any unhandled exception in RiderScriptEditor cctor
  26. hide Rider settings, when different Editor is selected
  27. dynamically load only newer rider plugins
  28. path detection (work on unix symlinks)
  29. speed up for project generation
  30. lots of bug fixing
  31. ## [1.0.8] - 2019-05-20
  32. Fix NullReferenceException when External editor was pointing to non-existing Rider everything was broken by null-ref.
  33. ## [1.0.7] - 2019-05-16
  34. Initial migration steps from rider plugin to package.
  35. Fix OSX check and opening of files.
  36. ## [1.0.6] - 2019-04-30
  37. Ensure asset database is refreshed when generating csproj and solution files.
  38. ## [1.0.5] - 2019-04-27
  39. Add support for generating all csproj files.
  40. ## [1.0.4] - 2019-04-18
  41. Fix relative package paths.
  42. Fix opening editor on mac.
  43. ## [1.0.3] - 2019-04-12
  44. Fixing null reference issue for callbacks to Asset pipeline.
  45. ## [1.0.2] - 2019-01-01
  46. ### This is the first release of *Unity Package rider_editor*.
  47. Using the newly created api to integrate Rider with Unity.