robertcollier4 / REG

Windows Registry Script (.reg) Language package for SublimeText. Includes syntax highlighting, comments toggling, declaration snippets, a build system to merge current reg file to registry, and a Jump To Reg Key command.
The Unlicense
11 stars 2 forks source link

implemented native regjump solution #9

Closed bdeshi closed 7 years ago

bdeshi commented 7 years ago

Removed RegJump dependency

The alternative jumping solution works in this way:

  1. first change regedit's registry setting to mark the target path as its last opened key.
  2. then just open regedit.

Requesting testing, peer review. (Works on my pc 🤦‍♂️ ).

bdeshi commented 7 years ago

calling all contributors! @robertcollier4 @Bobsans @Kristinita - I'll merge this pr if there are no objections.

bdeshi commented 7 years ago

Closed. (squashed and tagged as 2.0.0)