Sublime text folder tree/sidebar and SSHFS mounted files - sublimetext2

I have mounted a large project over SSHFS, but notice ST3's folder sidebar will not expand the folder tree when I go to open to root directory (one with many subfolders/files). It appears as if the folder is empty.
If I open a smaller subfolder it performs as usual, but this makes it very difficult to work with.
Any ideas welcome.

refresh the folder tree with Project -> Refresh Folders

Related

hosting a github pages server with multiple html files

Im trying to host a github live server for a project that right now has a "index.html" main folder with 4 files inside that main folder named "forgot-pass.html" "home.html" "sign-in.html" "sign-up.html"
I know to host on github your html needs to be a index.html but my question is can you have a folder named index.html with html files inside that folder and it still work? or how can i host on github if i have multiple html files named various things.
Yes you can have more html files in the same folder or subfolders, but it's mandatory to have the "index.html" file. Also I think you can make that folder but will not work (I don't know if it works or not, but give it a shot).
Its required to have a "index.html" file located in the root directory. As far as having a main FOLDER named index.html with files inside of that as-well, did not work for me. but i did not try to have a index.html file in the root directory on its own ALONG with a separate folder containing the rest of the html files. So i don't know if that works or not. i just put all the html files in the root directory and made sure to have one named "index.html"

Jekyllrb /assets/images directory?

How exactly do I add this? If I add a images directory to the assets folder it gets deleted....but most examples talk about referring to /assets/images/whatever.jpg to be able to access an image.
How exactly do I get a folder added?
Im using the minimal-mistakes theme (but I doubt that matters)
You should add your directory to the "source root" instead of within the _site folder.
The contents of _site gets recycled every time you run jekyll build or jekyll serve..
Simply add assets/images/whatever.jpg to the root of your site's source and it will be "copied" as is into _site by Jekyll...

Reconfigure each time - PhpStorrm

I am making all the settings of the PHPStorm software and when i reset, I set up FTP settings again every time and I can not see the last open files
For example, each time; Tools > Options > "Upload changed files automatically to the default server" .. I am setting this option every time.
I've never experienced this before.
What could be the reason for this?
Such problems may occur if the project is located on OneDrive; you can move .idea files to a local folder that is not part of OneDrive sync, keeping sources on OneDrive: create a new empty project in the preferred location on your local drive, and then link your source folder located on OneDrive to it by adding it as a content root in Settings | Directories, Add Content Root

How to browse user generated folder in Openshift?

I made new app with PHP and JS, some users already uploaded the images on generated folder, I wanted to explore their images were submitted, but I did git pull, it won't download images
http://canvasuploader-powerupware.rhcloud.com/
Generated folder is http://canvasuploader-powerupware.rhcloud.com/user_images and it displays Not found.
Actually there are some images are saved on this folder, so how to explore this folder in Openshift?
Anything your users upload to OpenShift will not be put into your git repository. You will need to save the images into your OPENSHIFT_DATA_DIR, and then create a symlink into your app-root/repo-runtime/php folder so that they will be web accessible if you need to display them. if you want to download them to your computer, you can use the scp command, or you can use the rhc snapshot save command.

Package Control - plugin to run file in browser

I am looking plugin to run .html file in browser and also open folder in windows explorer.
The reason is simply. I always start work in the same way: run Sublime Text 2, click 16 times with mouse on folder to open folder with project and run index.html or other. I also need open folder because i copy there from time to time some graphics or other files.
Navigating to files
You can save your workspace as a project in Sublime Text so you don't have to re-navigate to the same files every time.
Open the files you need and lay them out however you like
Go to Project > Save Project As and save the project file somewhere convenient
Open the project file to resume work on those files
As a side note, I highly recommend the SyncedSidebar plugin to automatically expand the sidebar to reveal the files you have open.
You should also be able to right click in the file you're editing and "Reveal in Windows Explorer" (I use a Mac so I can only verify "Reveal in Finder").
Opening in a browser
You can set up a build path for this, or use a plugin like View in Browser.