WoofyIO / notepad-plus-plus

(unofficial) Notepad++ Clone for Windows Publishing
https://notepad-plus-plus.org/
Other
35 stars 7 forks source link

Command line activation with arguments #20

Closed fubar-coder closed 6 years ago

fubar-coder commented 6 years ago

Description of the Issue

I'm currently unable to start the app from the command line with arguments. Starting without arguments works, by invoking explorer "shell:appsFolder\NightRise.NotepadWrapped_bahp16nyyek9m!NotepadWrapped".

Steps to Reproduce the Issue

  1. Open cmd.exe
  2. Enter notepad++.exe

Expected Behavior

Notepad++ should start

Actual Behavior

Notepad++ not starting

Debug Information

Information

There is more information about this feature in this MSDN blog post:

https://blogs.windows.com/buildingapps/2017/07/05/command-line-activation-universal-windows-apps/#JqkvS2MrxTAjyhE1.97

jakevis commented 6 years ago

thanks for the report @fubar-coder

it looks like i should be able to include that in the manifest... and we can see if that will correct the behavior. This is a centennial app, not a UWP app through.. so sometimes it doesn't work as expected. Give me a few days / week (or if you can work it out, ill totaly take a pull request).

Cheers,

Jake

jakevis commented 6 years ago

@fubar-coder got this one working. Publishing to the store now

jakevis commented 6 years ago

The update is now visible in the store and should have updated client installs

fubar-coder commented 6 years ago

Thank you, works as expected 👍