godbout / kindaVim.docs

Ultimate Vim Mode for macOS
https://kindavim.app
625 stars 4 forks source link

add WebStorm.app #181

Closed Josh-Piper closed 1 year ago

Josh-Piper commented 1 year ago

Can see you added IntelliJ, would love for other IDEs to also be supported

godbout commented 1 year ago
Screenshot 2023-06-15 at 12 22 17

WebStorm has been in for a while. any special version you're using?

godbout commented 1 year ago
Screenshot 2023-06-15 at 12 22 17

WebStorm has been in for a while. any special version you're using?

actually that description was until kV52. it's been updated in 53: Screenshot 2023-06-15 at 12 35 37

Josh-Piper commented 1 year ago
Bright-Sunny-Day-Say-Hip-Hip-Hooray-2023-06-16 at 10 44 06@2x Bright-Sunny-Day-Say-Hip-Hip-Hooray-2023-06-16 at 10 44 30@2x Bright-Sunny-Day-Say-Hip-Hip-Hooray-2023-06-16 at 10 49 46@2x

Weird that I am on version 53 but am receiving a different description. My installation is from the Jetbrains Toolbox.

I am trying to click the breadcrumb from the status bar in Webstorm to navigate to a parent tag/function Bright-Sunny-Day-Say-Hip-Hip-Hooray-2023-06-16 at 10 48 05@2x

--- update --- Actually I can see the correct message when clicking on kindaVim after having my focus on Webstorm and then clicking the "Not Working Well with Webstorm" button. Just reliesed this issue is actually related to Wooshy and not kV...

godbout commented 1 year ago

Weird that I am on version 53 but am receiving a different description. My installation is from the Jetbrains Toolbox.

interesting. didn't know about JetBrains Toolbox. so probably the bundle IDs are different, which is why the description is empty. i'll check, thanks.

I am trying to click the breadcrumb from the status bar in Webstorm to navigate to a parent tag/function Bright-Sunny-Day-Say-Hip-Hip-Hooray-2023-06-16 at 10 48 05@2x

--- update --- Actually I can see the correct message when clicking on kindaVim after having my focus on Webstorm and then clicking the "Not Working Well with Webstorm" button. Just reliesed this issue is actually related to Wooshy and not kV...

yeah, i'm getting confused here 😂️ to click stuff, you don't use kV, you use Wooshy. with kV you get Vim moves in text, and some UI like menus, lists, etc. but you can't go "click" somewhere.

can you open an issue on the Wooshy's repo for that and i'll check. thanks.

godbout commented 1 year ago

Bright-Sunny-Day-Say-Hip-Hip-Hooray-2023-06-16 at 10 44 06@2x Bright-Sunny-Day-Say-Hip-Hip-Hooray-2023-06-16 at 10 44 30@2x Bright-Sunny-Day-Say-Hip-Hip-Hooray-2023-06-16 at 10 49 46@2x Weird that I am on version 53 but am receiving a different description. My installation is from the Jetbrains Toolbox.

getting the proper Wizard desc for WebStorm even if installed through JetBrain Toolbox. see video below:

https://github.com/godbout/kindaVim.docs/assets/121373/b60dd609-b88b-43aa-9266-13ac45943dfd

have you installed like a Developer Edition or something like that? can you get the Bundle ID of your WebStorm so that i can see why it doesn't match with kV's AppCatalog. thanks.

https://stackoverflow.com/questions/39464668/how-to-get-bundle-id-of-mac-application

Josh-Piper commented 1 year ago

com.jetbrains.toolbox.linkapp.pcom.jetbrains.toolbox__eb_torm_2023_1_2. I dragged the application into the application input box in KindaVim instead of going through the menubar "Not Working Well with Webstorm".

I do get the correct message when I use the menubar item.

godbout commented 1 year ago

yeah i'm getting the same. but they're encoding THE RELEASE DATE in the Bundle ID. that means that i would need to update my whole AppCatalog every time they release a new version. the Bundle ID is supposed to be a constant string that represent your app. why they do that no fucking idea, but i'm not gonna support 😂️ i'm usually very flexible but this is utter bullshit.

godbout commented 1 year ago

not gonna handle that special case.