-
Notifications
You must be signed in to change notification settings - Fork 618
Issue #8191 : New instance with shift+click #525
Conversation
…html' from 'shift' to 'Right shift'. This makes it possible to start a new instance with left shift+click with default index.html. Suggestion in for using 'Alt' does not work since holding alt will open 'Properties' window.
@deandersson Thanks for contributing to brackets. There are no official protocols for logging issues here, feel free to raise them if you find in brackets. |
Ah i see. In that case it might be annoying to change it! |
@nethip @prksingh @marcelgerber @ryanstewart |
@deandersson Welcome to Brackets Community! And thanks for your efforts in contributing to Brackets. @abose We are now restricting only one instance of Brackets to be running via this PR. This is a windows only change though. This will make it to Brackets 1.4 release. @deandersson It would be of great help to us if you can pull the latest |
OH wait! I merged that single instance commit. 😅 forgot. |
@abose Now that we are restricting the number of running Brackets instances to one, do you think we still want to change the |
So you are saying that brackets cannot have multiple windows enabled from the next version. |
Yes. |
Then we could verify this on the updated shell and close. We need not merge the PR in the case. |
Bah I see now my mistake here.. I tested the @nethip in the latest Should I Close my PR or does someone else do it when it has been reviewed? |
@deandersson No worries! Thanks for verifying this behavior on There are some other PRs/work items where we could use some help. Would you mind taking a look at this PR:#507. This is a very good change but right now it is a bit stalled because of some unit testing bugs(please read through the comments). It would be great if you can take a look at it and help us fix those unit testings defects. Let me know if you need more info on this. For now, I am closing this PR. |
@nethip Of course! I will see what I can do! 😄 |
@deandersson |
Changed key for on startup being able to specify
index.html
fromshift
toRight shift
. This makes it possible to start a new instance withleft shift+click
on taskbar with default index.html while still being able to start brackets withright shift
to specifyindex.html
. Suggestion for usingAlt
does not work since holding Alt will open 'Properties' window (on win 8.1).P.S first contribution on github.. Sorry if im not following protocol here... :)