Skip to content

Tags: aziz/SublimeHyperClick

Tags

2.6.0

Toggle 2.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cristianl Cristian Lorsson
Update node resolve rules

- Add missing modules
- Branch master -> main
- Resolve `node:` prefixed modules

2.5.1

Toggle 2.5.1's commit message
Revert "fix: fix alias path with up-level references resolve issue"

This reverts commit 66343ac.

2.5.0

Toggle 2.5.0's commit message
fix: startup exception due to no selection

Traceback (most recent call last):
  File "C:\Program Files\Sublime Text\Lib\python33\sublime_plugin.py", line 944, in on_activated_async
    run_view_callbacks('on_activated_async', view_id)
  File "C:\Program Files\Sublime Text\Lib\python33\sublime_plugin.py", line 708, in run_view_callbacks
    callback(v, *args)
  File "C:\Program Files\Sublime Text\Lib\python33\sublime_plugin.py", line 190, in exception_handler
    return event_handler(*args)
  File "C:\Users\User\AppData\Roaming\Sublime Text\Installed Packages\HyperClick.sublime-package\hyper_click_annotator.py", line 105, in on_activated_async
    self.on_selection_modified_async(view)
  File "C:\Program Files\Sublime Text\Lib\python33\sublime_plugin.py", line 190, in exception_handler
    return event_handler(*args)
  File "C:\Users\User\AppData\Roaming\Sublime Text\Installed Packages\HyperClick.sublime-package\hyper_click_annotator.py", line 102, in on_selection_modified_async
    self.annotate(point, view)
  File "C:\Users\User\AppData\Roaming\Sublime Text\Installed Packages\HyperClick.sublime-package\hyper_click_annotator.py", line 49, in annotate
    matched = self.is_valid_line(line_content, view)
  File "C:\Users\User\AppData\Roaming\Sublime Text\Installed Packages\HyperClick.sublime-package\hyper_click_annotator.py", line 17, in is_valid_line
    if view.match_selector(view.sel()[0].b, selector):
  File "C:\Program Files\Sublime Text\Lib\python33\sublime.py", line 1044, in __getitem__
    raise IndexError()
IndexError

Signed-off-by: Jack Cherng <[email protected]>

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cristianl Cristian Lorsson
Reset margins and padding of html element

2.3.0

Toggle 2.3.0's commit message
Incorporate @niksy's suggestion

2.3

Toggle 2.3's commit message
Incorporate @niksy's suggestion

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cristianl Cristian Lorsson
Bugfix: get v2 project settings

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cristianl Cristian Lorsson
Merge branch 'refactor/readable-selectors' of https://github.com/jfch…

…erng-sublime/ST-HyperClick into jfcherng-sublime-refactor/readable-selectors

# Conflicts:
#	hyper_click_command.py

2.0.0

Toggle 2.0.0's commit message
hyper_click -> HyperClick + settings command

For everything user-facing, the package is called HyperClick and the
settings files etc. should match. This is also consistent with other
packages in the eco system. Also, renaming the settings file prevents
confusion and gives users a clean slate.

1.12.0

Toggle 1.12.0's commit message
actually, the package is called HyperClick

ie. without the space in between