LaTeXTools
LaTeXTools copied to clipboard
Won't open evince after compiling and Ctrl-l-j doesn't work
Both these functions worked up until a few days ago.
Now after compiling a document, evince is not opened and hitting Ctrl-l-j deletes the newline instead of opening the ODF and jumping to the line.
Using elementary OS 0.2 (based on ubuntu 12.04)
What do you see in the ST cconsole?
On Thu Nov 13 2014 at 2:26:15 PM Gabriel [email protected] wrote:
Both these functions worked up until a few days ago.
Now after compiling a document, evince is not opened and hitting Ctrl-l-j deletes the newline instead of opening the ODF and jumping to the line.
Using elementary OS 0.2 (based on ubuntu 12.04)
— Reply to this email directly or view it on GitHub https://github.com/SublimeText/LaTeXTools/issues/455.
Right after I open Sublime I see:
DPI scale: 1
startup, version: 3065 linux x32 channel: stable
executable: /opt/sublime_text/sublime_text
working dir: /home/gabriel
packages path: /home/gabriel/.config/sublime-text-3/Packages
state path: /home/gabriel/.config/sublime-text-3/Local
hardware concurrency: 4
zip path: /opt/sublime_text/Packages
zip path: /home/gabriel/.config/sublime-text-3/Installed Packages
found 9 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 7 files for base name Main.sublime-menu
loading bindings
loading pointer bindings
found 1 files for base name Default.sublime-theme
theme loaded
app ready
startup cache, total files: 200 cache hits: 200
pre session restore time: 0.158026
using gamma: 1 (err: 0)
Loading dictionary Packages/User/es_dict/es_ES.dic
startup time: 0.379554
first paint time: 0.434706
launching: /opt/sublime_text/plugin_host
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 All Autocomplete.all_views_completions
reloading plugin AutoWrap.autowrap
reloading plugin Git.add
reloading plugin Git.annotate
reloading plugin Git.commit
reloading plugin Git.diff
reloading plugin Git.flow
reloading plugin Git.git
reloading plugin Git.history
reloading plugin Git.repo
reloading plugin Git.stash
reloading plugin Git.status
reloading plugin Git.statusbar
reloading plugin Package Control.Package Control
loaded 848 snippets
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 Wrap Plus.wrap_plus
reloading plugin oauthlib.__init__
reloading plugin oauthlib.common
reloading plugin oauthlib.uri_validate
reloading plugin LaTeXTools.delete_temp_files
reloading plugin LaTeXTools.getTeXRoot
reloading plugin LaTeXTools.jumpToPDF
reloading plugin LaTeXTools.latexCommand
reloading plugin LaTeXTools.latexEnvCloser
reloading plugin LaTeXTools.latexEnvironment
reloading plugin LaTeXTools.latex_cite_completions
reloading plugin LaTeXTools.latex_ref_cite_completions
reloading plugin LaTeXTools.latex_ref_completions
reloading plugin LaTeXTools.makePDF
reloading plugin LaTeXTools.migrate
reloading plugin LaTeXTools.parseTeXlog
reloading plugin LaTeXTools.texMacro
reloading plugin LaTeXTools.texSections
reloading plugin LaTeXTools.toggle_auto
reloading plugin LaTeXTools.toggle_focus
reloading plugin LaTeXTools.toggle_fwdsync
reloading plugin LaTeXTools.toggle_show
reloading plugin LaTeXTools.viewPDF
plugins loaded
/home/gabriel/.config/sublime-text-3
LOADING BOOKMARKS
Package Control: No updated packages
After hitting Ctrl-l-j nothing else is added.
I installed some packages today:
- All Autocomplete
- AutoWrap
- Wrap plus
could these have something to do?
I was thinking about that. It may be that one of those packages (AutoWrap maybe?) uses Ctrl-L-j. On the other hand, evince should open after compiling. What do you see if you hit Ctrl-B?
On Thu Nov 13 2014 at 3:31:23 PM Gabriel [email protected] wrote:
I installed some packages today:
- All Autocomplete
- AutoWrap
could these have something to do?
— Reply to this email directly or view it on GitHub https://github.com/SublimeText/LaTeXTools/issues/455#issuecomment-62969728 .
Well, that settles half of the issue: turns out I had a different Build system selected which is why evince wouldn't open.
Ctrl-l-j still won't work though.
OK, so most likely it's another plugin that's interfering with the LaTeXTools keybindings. If so, pls close.
On Thu Nov 13 2014 at 3:54:58 PM Gabriel [email protected] wrote:
Well, that settles half of the issue: turns out I had a different Build system selected which is why evince wouldn't open.
Ctrl-l-j still won't work though.
— Reply to this email directly or view it on GitHub https://github.com/SublimeText/LaTeXTools/issues/455#issuecomment-62973380 .
I've disabled the three plugins mentioned above and still no go.
Will try some more and report back if I find the issue.
Got the same problem with Skim, running Mac OS. Other keybindings (e.g. Cmd+l,b) work fine, but Cmd+l, j triggers the default 'Join Lines'.
I am using Mac OS 10.10.1, Sublimetext 3 (Build 3065) and LaTeXTools 2014.10.19.05.12.13.
Edit:
There is a Plugin for Sublime which detects conflicts in the key bindings. In my case LaTeXTools and default (sublime) have conflicts on Cmd+l and so on. https://github.com/skuroda/FindKeyConflicts (also available via Package Control)
I still have the same issue on Arch Linux. Ctrl+b works fine and open Evince, Ctrl+l,j doesn't work. FindKeyConflict report that Ctrl+l is the default keybinding for expand selection. Is that the way it is supposed to work or do i need to change that? EDIT: I've tried to change the default keybindings for Ctrl+l but this isn't working anyway. Actually it doesn't seems to work even when invoked directly form the command palette, so it doesn't seems to be a keybindings problem.
That can't be the problem. As explained in the README, Latextools takes over the Ctrl-L keybinding; "expand selection" is remapped to Ctrl-L,Ctrl-L.
On Wed, Mar 25, 2015 at 9:40 AM, Corralx [email protected] wrote:
I still have the same issue on Arch Linux. Ctrl+b works fine and open Evince, Ctrl+l,j doesn't work. FindKeyConflict report that Ctrl+l is the default keybinding for expand selection. Is that the way it is supposed to work or do i need to change that?
— Reply to this email directly or view it on GitHub https://github.com/SublimeText/LaTeXTools/issues/455#issuecomment-86056944 .
Marciano Siniscalchi Economics Department, Northwestern University http://faculty.wcas.northwestern.edu/~msi661
Hi,
I hope it is okay to revive such an old issue, given that I am having the same issue.
I posted about this issue on the TeX stackexchange: https://tex.stackexchange.com/questions/584789/sublime-latextools-ctrl-l-stopped-working. The Ctrl-l-j feature worked on Ubuntu 20.04 with Sublime Build 3211 (version 3.2.2) as soon as I installed LatexTools and set up the appropriate paths. It no longer works and I can't understand why; I have tried uninstalling and reinstalling both LatexTools and other packages installed after it (BracketHighlighter).
Of interest is that Ctrl-l-j is detected in the console, displaying:
True True True
Jump to: 111 180
<class '_latextools_evince_viewer.EvinceViewer'>
Running "ps xv"
"Jump to:" changes depending on the location of the cursor in Sublime. If the pdf document has been built with Ctrl-b and closed, then Ctrl-l-j will actually re-open it, but not at the desired location (and with no highlight).
Any guidance on this issue would be very appreciated; I'm happy to give any information necessary.
Thanks in advance.