GithubHelp home page GithubHelp logo

autorefresh's People

Contributors

waterflames avatar wouterdek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

autorefresh's Issues

Scroll to bottom after refresh

I first just want to say, thanks for this simple but incredibly useful plugin. :)

I would like it if there would be an option to scroll to the bottom after the refresh too, this would be useful for log files that append to the end of the file.

How plugin is works?

Hi! I know how it must works, but plugin not working on my Os.
I use:

  • Linux Mint 18.1
  • Firefox 54.0
  • Sublime 3
  • (other plugins cool working).

Wich version of Python need?
And maybe need write this info in Readme?

Not working for me

I enabled the package and auto refresh for the file using command palette. But the file isn't getting stored in the settings and I don't see the file auto refreshing either.

Can't enable autorefresh

I just installed this via Package Control, and I noticed it is still not refreshing. According to the readme I need to enable it via command, but I am having no luck getting that to work:

Enable Autorefresh
File "", line 1
Enable Autorefresh
^
SyntaxError: unexpected EOF while parsing
enable_auto_refresh
Traceback (most recent call last):
File "", line 1, in
NameError: name 'enable_auto_refresh' is not defined

How to reload file if file is modified in editor

Hi Wouterdek,

Thank you a lot for you package :) I try to combine it with Exalt Package to modify and verify my xml files at the same time. Exalt works really well except that I have to save or change tab to prompt a refresh everytime I am modifying something, and that's why I decided to download your package.

The package doesn't really work the way I attended. It works when I do not touch to my file. But every time I am modifying something in my file, the Auto refresh package doesn't consider it as the same file anymore, so then my file doesn't refresh anymore neither.

I saw that in one of your preceding commit, the one called 'Don't reload file if file is modified in editor', you made a comment at the line 90 which is '#Don't reload if user made changes'.

I don't have skills that much in writing in python, so in your opinion, what should I do to allow my file to reload every time I made a small change in it ?

I hope I was clear with my question and thanks again for your work !

Elsa

Package's Control

For Idea:
Need to development Plugin's Control.

  • Preferences > Package Settings > Auto Refresh

#SublimeText3 #Python #Plugin

Error when closing file that enabled AutoRefresh

To reproduce:

  1. Open 2 files in sublime and show the console in both
  2. enable AutoRefresh in file A
  3. close file A
  4. in the console of file B, you will see this error at every interval:
reloading ~~~/FileA
Traceback (most recent call last):
  File "/Users/User/Library/Application Support/Sublime Text 3/Packages/AutoRefresh-master 2/AutoRefresh.py", line 41, in reloadFile
    row = self.cmd.view.rowcol(self.cmd.view.sel()[0].begin())[0] + 1
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime.py", line 641, in __getitem__
    raise IndexError()
IndexError
reloading ~~~/FileA
Traceback (most recent call last):

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.