Git Product home page Git Product logo

sublimefiles's People

Contributors

al63 avatar fichtefoll avatar hmml avatar jbergknoff avatar petroosh avatar s-trooper avatar seasons7 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sublimefiles's Issues

More default paths

I just discoverd that I proposed this in #7 but since that issue is closed because it was about something different I thought about opening another issue for this particular feature request.

Other interesting things (paths) that would be nice to have in the list:

  • Project root directory(/ies)
  • Project file's location (ST3 only IIRC)
  • Costum paths you are browsing often (e.g. added by a setting)

I know that these are possible and I could implement it but I don't see this as a high priority (and do other stuff first) so I post this here again.

Open file in background with right arrow (like Goto Anything)

Hi,
I am not sure if this is possible with the api, but it would be very nice if you could open files with keyboard right arrow (command in ST is move, args {by : characters, forward: true}). This keeps the overlay open, and you can continue navigating.

Open file given full path

Would it be possible to open a file by pasting in the full path & file name? For example, D:\work\test.txt.

Sublime Text 2 Hangs when a Terminal is Opened Via SublimeFiles

I'm using Ubuntu Precise 12.04 x86 and Sublime Text 2 stable release.

Seems like ST2 waits for the terminal to quit. Because after I close the terminal, ST2 is responsive again. Please fix.

EDIT

Maybe use a subprocess to open the terminal? You can refer to this plugin - https://github.com/wbond/sublime_terminal/blob/master/Terminal.py. Unfortunately I don't know Python, :(, but this line looks interesting - "subprocess.Popen(args, cwd=dir.encode(encoding))" in "def run_terminal(self, dir, parameters):".

Error trying to parse settings: Invalid escape

Trying to add suggested line from the readme (for using iTerm 2) …

{
  "term_command": "open -a iTerm\ 2 "
}

… results in this error:

Error trying to parse settings: Invalid escape in Packages/User/SublimeFiles.sublime-settings:2:19

Error when no files are open

Great plugin, thanks for making it.

One small bug... when I use the plugin to navigate files, then close all open windows, then try to navigate files again I get the following error:

Traceback (most recent call last): File "./sublime_plugin.py", line 337, in run_ File "./sublime_files.py", line 30, in run self.open_navigator() File "./sublime_files.py", line 54, in open_navigator if self.window.active_view().file_name() is not None: AttributeError: 'NoneType' object has no attribute 'file_name'

I fixed this by changing line 54 to:

if self.window.active_view() is not None and self.window.active_view().file_name() is not None:

Ignore list

Hi,

Shouldn't the SublimeFiles use Sublime's settings "file_exclude_patterns" and "folder_exclude_patterns" instead of it's own "ignore_list" ? Or at least a settings to tell the Package to use them ?

These settings looks like duplication in my opinion.

If you find this interesting and don't have the time to, I can work on it and do a pull request :)

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.