noklesta / SublimeQuickFileCreator

Quick File Creator plugin for Sublime Text
64 stars 26 forks source link

Commands not working #1

Closed joaosoares closed 12 years ago

joaosoares commented 12 years ago

In most recent version, even though the Create New File and Create New directory are displayed on the menu, after I write the folder or file name, nothing happens when I press enter.

Beta build 2181 on Windows 7 64-bit.

noklesta commented 12 years ago

Hmm, it works for me (granted I'm at build 2195 on Mac).

Are you sure you are using the commands from this plugin? It does not have any commands that are named exactly like that (and no context menu - only items in the command palette), and there are now several other plugins that provide functionality for creating files and directories. Just want to make sure before I investigate further ;-)

joaosoares commented 12 years ago

Hey, it turns out the problem was myself! The first input box that appears is actually the folder in which the file will be saved, and I thought I was supposed to write the file name there and select the directory with the up/down arrows! So it never got to the next input box, which is near the bottom of the editor, and I couldn't create. It worked now, though. Thanks!