n1k0 / SublimeHighlight

A humble SublimeText package for exporting highlighted code as RTF or HTML

Home Page:https://github.com/n1k0/SublimeHighlight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert to html does not work

t8g opened this issue · comments

On Linux (not tested on mac or windows)
It just open a new empty tab

Same problem with convert to rtf

All others options are ok.

Thanks for this package

Could you possibly please report the exception or error message you can eventually found in the sublime console, if any? Thanks

Traceback (most recent call last):
  File "/home/t8g/Sublime Text 2/sublime_plugin.py", line 356, in run_
    return self.run(edit, **args)
  File "./SublimeHighlight.py", line 123, in run
NameError: global name 'new_vieiw' is not defined

'new_vieiw' seem to be a strange name :)

'new_vieiw' seem to be a strange name :)

Do'h, impressive I didn't notice this one.

Think this is now fixed :)

Indeed :)