samkerr wrote:sublimator wrote:One *huge* con you missed: Python + its awesome libs.
@sublimator wouldn't python+its awesome libraries be a pro, not a con?

He needed some coffee thats why he mistyped

Anyways for FTP check this thread out
viewtopic.php?f=2&t=521I use that and totalcmd but mostly totalcmd now lol which again solves your 2 cons
anyways what's so hard about going to directories? I have a BIG drupal project and it has TONS of folders I am fine with ctrl+p for project pane
If I wanna see everything in a directory I just use
directoryname/, I too used to like the sticky pane on left for my files but now I find that slow! specially on big nested folders.
mostly most of the time you already know the filename so is just matter of typing part of it's name.
Now let's say you have multiple index.php/html files, just do
directory/index.php/html and boom... no need to travel a million folders
Trust me once you get used to it, you'll find the other option SLOW lol.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
HOWEVER for the people that are addicted to that left sticky pane with files like if it was cocaine read on!If you still want the other option IT IS possible in sublime just not completely obvious and THAT functional, but it works.
The project panel on the left works like so:
- Code: Select all
openBrowseableProject "ABSOLUTE PATH TO SUBLIME-PROJECT FILE"
ex:
- Code: Select all
openBrowseableProject "w:/www/...etc/project.sublime-project"
you can try it with in console, just run this:
- Code: Select all
window.runCommand('openBrowseableProject "ABSOLUTE PATH TO SUBLIME-PROJECT FILE"')
this will open up the project in a left pane that you can browse with your mouse.
BTW you can do this with as many project-files you want, the pane will just create a new tab and now you have your "project pane" on the left with all your projects


---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
But then again *I believe*, SublimeText should stick to one thing and be GREAT at that. Functionalities of other software (ftp,directory managers) should not be in the editor itself but should be easy enough to integrate/make your own (WHICH IT IS!

)
I give sublime 20 out of 10 - you simply wont find anything as powerful and flexible out there

Bingo everybody is happy
