Giter VIP home page Giter VIP logo

toks's People

Contributors

andreberg avatar aniec07 avatar bengardner avatar berenm avatar daschae avatar echristophe avatar emzeat avatar gerhobbelt avatar hackerpilot avatar hschmidt avatar jasonfharris avatar jott avatar kastiglione avatar leonbreedt avatar madscientist avatar mkonig avatar nightdelphin avatar os12 avatar patnotz avatar pwaller avatar rdan avatar rolandschulz avatar thomasthorsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

toks's Issues

Backslash replaced by forward slash in filenames

On Windows, input filenames passed in via a file (or via stdin) using the -F option are modified so that backslash is converted to forward slash. Filenames given on the command line in the usual way are not modified. This should be made consistent (no conversion, use path as given).

Toks not working on Windows 10 64-bit

When I try to look up a symbol using toks (after indexing the code) I get this error in the shell:

Traceback (most recent call last):
 File "C:\Users\lbig\AppData\Roaming\Sublime Text 3\Packages\Toks\SublimeToks.py", line 269, in on_highlighted
   view = sublime.active_window().find_open_file(match.group(1))
AttributeError: 'NoneType' object has no attribute 'group'

In spite of this, it pops up the result list, and when I then press the found result, I get this:

Traceback (most recent call last):
 File "C:\Users\lbig\AppData\Roaming\Sublime Text 3\Packages\Toks\SublimeToks.py", line 269, in on_highlighted
   view = sublime.active_window().find_open_file(match.group(1))
AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last):
 File "C:\Users\lbig\AppData\Roaming\Sublime Text 3\Packages\Toks\SublimeToks.py", line 259, in on_select
   self.navigate_jump(self.pre_lookup_position, location)
 File "C:\Users\lbig\AppData\Roaming\Sublime Text 3\Packages\Toks\SublimeToks.py", line 249, in navigate_jump
   if self.is_history_empty() or not self.is_same_location(self.back_lines[0], source):
 File "C:\Users\lbig\AppData\Roaming\Sublime Text 3\Packages\Toks\SublimeToks.py", line 212, in is_same_location
   if match1.group(1) == match2.group(1) and \
AttributeError: 'NoneType' object has no attribute 'group'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.