Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show All Bookmarks not working #20

Open
tipsypittsy opened this issue Mar 21, 2014 · 3 comments
Open

Show All Bookmarks not working #20

tipsypittsy opened this issue Mar 21, 2014 · 3 comments

Comments

@tipsypittsy
Copy link

For some reason I cannot get any of the 3 Show Bookmarks functions to work in ST3. I have had it working in the last week or so but now it never works. All the other functions seem to work ok.

@bollu
Copy link
Owner

bollu commented Mar 26, 2014

Interesting. I'm having my exams right now, so I haven't touched the code in over a month. Can I have a console log please? (press ctrl+~ and paste whatever was logged).

I'm sorry for my delayed response :)

Thanks!

@tipsypittsy
Copy link
Author

Hi

Thanks for getting back to me. Is this what you are after?

Cheers

Lee

startup, version: 3059 osx x64 channel: stable
executable: /Applications/Sublime Text.app/Contents/MacOS/Sublime Text
working dir: /
packages path: /Users/leeroybullet/Library/Application Support/Sublime Text 3/Packages
state path: /Users/leeroybullet/Library/Application Support/Sublime Text 3/Local
hardware concurrency: 8
zip path: /Applications/Sublime Text.app/Contents/MacOS/Packages
zip path: /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages
found 20 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 16 files for base name Main.sublime-menu
loading pointer bindings
found 1 files for base name Soda Light.sublime-theme
loading bindings
theme loaded
app ready
wrote startup cache, added files: 6 orphaned files: 0 total files: 333 cache hits: 327
pre session restore time: 0.703262
using gpu buffer for window
using gamma: 2 (err: 6.9282)
first paint time: 1.61181
startup time: 1.72981
launching: /Applications/Sublime Text.app/Contents/MacOS/plugin_host
loaded 2182 snippets
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin Alignment.Alignment
reloading plugin BracketHighlighter.bh_core
reloading plugin BracketHighlighter.bh_plugin
reloading plugin BracketHighlighter.bh_remove
reloading plugin BracketHighlighter.bh_swapping
reloading plugin BracketHighlighter.bh_wrapping
reloading plugin BracketHighlighter.ure
reloading plugin Clickable URLs.clickable_urls
reloading plugin ColorPicker.sublimecp
reloading plugin DocBlockr.init
reloading plugin DocBlockr.jsdocs
reloading plugin Emmet.emmet-plugin
reloading plugin HyperlinkHelper.link_to_wikipedia_page_for_selection
reloading plugin HyperlinkHelper.lookup_with_google_and_link
reloading plugin HyperlinkHelper.wrap_selection_as_link
reloading plugin JsFormat.js_formatter
reloading plugin LineEndings.LineEndings
reloading plugin LiveReload-sublimetext2.init
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1505, in _find_and_load_unlocked
File "", line 313, in _call_with_frames_removed
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File " in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 5, in
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "LiveReload in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 15, in
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "server.WebSocketServer in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 7, in
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "server.WebSocketClient in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 5, in
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "server.WSRequestHandler in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 8, in
ImportError: No module named 'LiveReload'
reloading plugin LiveReload-sublimetext2.CoffeescriptPlugin
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "CoffeescriptPlugin in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 14, in
ImportError: No module named 'LiveReload'
reloading plugin LiveReload-sublimetext2.CommandAPI
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "CommandAPI in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 6, in
ImportError: No module named 'LiveReload'
reloading plugin LiveReload-sublimetext2.CompassPlugin
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "CompassPlugin in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 15, in
ImportError: No module named 'LiveReload'
reloading plugin LiveReload-sublimetext2.LESSPlugin
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "LESSPlugin in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 14, in
ImportError: No module named 'LiveReload'
reloading plugin LiveReload-sublimetext2.LiveReload
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 71, in reload_plugin
m = imp.reload(m)
File "X/imp.py", line 252, in reload
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "LiveReload in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 15, in
ImportError: cannot import name WebSocketServer
reloading plugin LiveReload-sublimetext2.SimpleReloadCallback
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "SimpleReloadCallback in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 12, in
ImportError: No module named 'LiveReload'
reloading plugin LiveReload-sublimetext2.SimpleReloadPlugin
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "SimpleReloadPlugin in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 12, in
ImportError: No module named 'LiveReload'
reloading plugin LiveReload-sublimetext2.SimpleReloadPluginDelay
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "SimpleReloadPluginDelay in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 12, in
ImportError: No module named 'LiveReload'
reloading plugin LiveReload-sublimetext2.SimpleWSCallback
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "SimpleWSCallback in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload-sublimetext2.sublime-package", line 12, in
ImportError: No module named 'LiveReload'
reloading plugin Package Control.Package Control
reloading plugin ReadmePlease.ReadmePlease
reloading plugin SideBarEnhancements.Edit
reloading plugin SideBarEnhancements.SideBar
reloading plugin SideBarEnhancements.SideBarDefaultDisable
reloading plugin SideBarEnhancements.StatusBarFileSize
reloading plugin SideBarEnhancements.StatusBarModifiedTime
reloading plugin Sublime Bookmarks.bookmark
reloading plugin Sublime Bookmarks.bookmarkWatcher
reloading plugin Sublime Bookmarks.common
reloading plugin Sublime Bookmarks.sublimebookmark
reloading plugin Sublime Bookmarks.ui
reloading plugin Sublime Bookmarks.visibilityHandler
reloading plugin SublimeLinter-csslint.linter
SublimeLinter: csslint linter loaded
reloading plugin SublimeLinter-jshint.linter
SublimeLinter: jshint linter loaded
reloading plugin SublimeLinter-php.linter
SublimeLinter: php linter loaded
reloading plugin ToggleQuotes.toggle_quotes
reloading plugin WhoCalled Function Finder.WhoCalled
reloading plugin WhoCalled Function Finder.WhoCalledUtil
reloading plugin PlainTasks.PlainTasks
reloading plugin SFTP.SFTP
reloading plugin SublimeLinter.commands
reloading plugin SublimeLinter.sublimelinter
plugins loaded
SublimeLinter: debug mode: off
SublimeLinter: csslint activated: /usr/local/bin/csslint
SublimeLinter: jshint activated: /usr/local/bin/jshint
SublimeLinter: php activated: /usr/bin/php
/Users/leeroybullet/Library/Application Support/Sublime Text 3
LOADING BOOKMARKS
PyV8: Creating new thread
Emmet: Creating thread
Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
/Users/leeroybullet/Library/Application Support/Sublime Text 3
LOADING BOOKMARKS
Emmet: You have the most recent PyV8 binary
Reloading /Users/leeroybullet/Dropbox/MAMP/htdocs/pitts/index.php
Reloading /Users/leeroybullet/Dropbox/MAMP/htdocs/pitts/_php/functions.php
Traceback (most recent call last):
File "WhoCalled in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/WhoCalled Function Finder.sublime-package", line 82, in run_indexer
File "WhoCalledUtil in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/WhoCalled Function Finder.sublime-package", line 76, in re_index_files
File "WhoCalledUtil in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/WhoCalled Function Finder.sublime-package", line 137, in _re_index_file
KeyError: '/Users/leeroybullet/Dropbox/MAMP/htdocs/pitts/add_concern.php'
reloading Packages/User/Side Bar.sublime-settings
found 16 files for base name Main.sublime-menu
Package Control: No updated packages
add
add
On 26 Mar 2014, at 18:48, Siddharth [email protected] wrote:

Interesting. I'm having my exams right now, so I haven't touched the code in over a month. Can I have a console log please? (press ctrl+~ and paste whatever was logged).

I'm sorry for my delayed response :)

Thanks!


Reply to this email directly or view it on GitHub.

@bollu
Copy link
Owner

bollu commented Mar 27, 2014

 File "WhoCalled in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/WhoCalled Function Finder.sublime-package", line 82, in run_indexer
  File "WhoCalledUtil in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/WhoCalled Function Finder.sublime-package", line 76, in re_index_files
  File "WhoCalledUtil in /Users/leeroybullet/Library/Application Support/Sublime Text 3/Installed Packages/WhoCalled Function Finder.sublime-package", line 137, in _re_index_file
KeyError: '/Users/leeroybullet/Dropbox/MAMP/htdocs/pitts/add_concern.php'
reloading Packages/User/Side Bar.sublime-settings

some of your other plugins seem to be misbehaving too. this is very odd. (this is a longshot), but could you try and delete liveReload and WhoCalledFunctionFinder? they seem to be buggy (the huge number of tracebacks are from liveReload specifically).

And could you try this minimal experiment:

  • create a bookmark (add bookmark)
  • the bookmark should show up
  • use goto bookmark (that bookmark should show up in the window)
  • switch to a different file and use goto again (the bookmark should show up again)
  • change the mode to "Show bookmarks only from current file)
  • run goto again (the bookmark should not show up)

get back to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants