diff --git a/.gitignore b/.gitignore index 8d65099..267c67d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,6 @@ _dotTrace* # Project /test-solution/.idea/ /test-solution/packages/ -.idea +/**/.idea */**/Packages /**/.intellijPlatform diff --git a/.idea/.idea.FindMyHandlR.dir/.idea/.gitignore b/.idea/.idea.FindMyHandlR.dir/.idea/.gitignore deleted file mode 100644 index 353d0c4..0000000 --- a/.idea/.idea.FindMyHandlR.dir/.idea/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/modules.xml -/contentModel.xml -/projectSettingsUpdater.xml -/.idea.FindMyHandlR.iml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/.gitignore b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/.gitignore deleted file mode 100644 index 03fe7ed..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/modules.xml -/contentModel.xml -/projectSettingsUpdater.xml -/.idea.ReSharperPlugin.FindMyHandlR.iml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/.name b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/.name deleted file mode 100644 index aa173d4..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -ReSharperPlugin.FindMyHandlR \ No newline at end of file diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Frontend__Unix_.xml b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Frontend__Unix_.xml deleted file mode 100644 index 1f69054..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Frontend__Unix_.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Frontend__Windows_.xml b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Frontend__Windows_.xml deleted file mode 100644 index d890b08..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Frontend__Windows_.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Unix_.xml b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Unix_.xml deleted file mode 100644 index 9a468a4..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Unix_.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Windows_.xml b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Windows_.xml deleted file mode 100644 index aad8d20..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/Rider__Windows_.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/VisualStudio.xml b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/VisualStudio.xml deleted file mode 100644 index fa9fc82..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/VisualStudio.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/rdgen__Unix_.xml b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/rdgen__Unix_.xml deleted file mode 100644 index a463daa..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/rdgen__Unix_.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - diff --git a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/rdgen__Windows_.xml b/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/rdgen__Windows_.xml deleted file mode 100644 index 4cc1b86..0000000 --- a/.idea/.idea.ReSharperPlugin.FindMyHandlR/.idea/runConfigurations/rdgen__Windows_.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Rider.xml b/.idea/runConfigurations/Rider.xml deleted file mode 100644 index 75a4c5f..0000000 --- a/.idea/runConfigurations/Rider.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - true - - - \ No newline at end of file diff --git a/.idea/runConfigurations/rdgen.xml b/.idea/runConfigurations/rdgen.xml deleted file mode 100644 index b532a9e..0000000 --- a/.idea/runConfigurations/rdgen.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - true - - - \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2291cd0..f958457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## 26.03.07XX +- Fix issue #93: rename `GoToHandlrAction` kotlin file to `GoToHandlerAction` since this is what is referenced in the plugin.xml file. + ## 26.02.28XX - Support for 2026.1 diff --git a/README.md b/README.md index bd13c80..5285b98 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Boost your navigation superpowers in Rider and ReSharper with this plugin for Me ```mermaid graph TB subgraph "IDE Integration Layer" - A1[Rider Action
GoToHandlrAction.kt] + A1[Rider Action
GoToHandlerAction.kt] A2[ReSharper Provider
MediatorRequestNavigateFromHereProvider.cs] end @@ -56,7 +56,7 @@ graph TB #### Entry Points The plugin provides two main entry points for navigation: -1. **Rider Integration** (`GoToHandlrAction.kt`): A Kotlin-based action that integrates with Rider's action system +1. **Rider Integration** (`GoToHandlerAction.kt`): A Kotlin-based action that integrates with Rider's action system 2. **ReSharper Integration** (`MediatorRequestNavigateFromHereProvider.cs`): A C# provider that adds "Go to handler" to ReSharper's context navigation #### High-Level Workflow diff --git a/src/rider/main/kotlin/ca/nosuchcompany/rider/plugins/mediatr/GoToHandlerAction.kt b/src/rider/main/kotlin/ca/nosuchcompany/rider/plugins/mediatr/GoToHandlerAction.kt new file mode 100644 index 0000000..a559367 --- /dev/null +++ b/src/rider/main/kotlin/ca/nosuchcompany/rider/plugins/mediatr/GoToHandlerAction.kt @@ -0,0 +1,8 @@ +package ca.nosuchcompany.rider.plugins.mediatr + +import com.jetbrains.rider.actions.base.RiderAnAction + +class GoToHandlerAction : RiderAnAction( + "GoToHandlerAction", + "Go to Handler", + "Find the handler handling the request") diff --git a/src/rider/main/kotlin/ca/nosuchcompany/rider/plugins/mediatr/GoToHandlrAction.kt b/src/rider/main/kotlin/ca/nosuchcompany/rider/plugins/mediatr/GoToHandlrAction.kt deleted file mode 100644 index 034d7ea..0000000 --- a/src/rider/main/kotlin/ca/nosuchcompany/rider/plugins/mediatr/GoToHandlrAction.kt +++ /dev/null @@ -1,8 +0,0 @@ -package ca.nosuchcompany.rider.plugins.mediatr - -import com.jetbrains.rider.actions.base.RiderAnAction - -class GoToHandlrAction : RiderAnAction( - "GoToHandlrAction", - "Go to HandlR", - "Find the handlR handling the request") \ No newline at end of file