开发者

Zend Studio 8: How to make .htaccess and .zfproject.xml appear?

开发者 https://www.devze.com 2023-04-04 22:52 出处:网络
I\'ve just begun using Zend Studio 8 to develop Zend Framework projects, and it seems that by default, Zend Studio doesn\'t display the /public/.htaccess and .zfproject.xml files.

I've just begun using Zend Studio 8 to develop Zend Framework projects, and it seems that by default, Zend Studio doesn't display the /public/.htaccess and .zfproject.xml files.

Both files are created when creating a ZF project -- they just don't display in the PHP Explorer view along with all of the other project files.

Does anyone know if there is a setting in Zend St开发者_如何学Goudio to make these files appear so I can open them from within Zend Studio?


In the PHP Explorer window, you have on the top-right edge an triangle (showing downside). Click on it and choose "Filters...". Then uncheck ".* resources" and press "OK". Now you see (unix)hidden files in your Zend Studio PHP Explorer.

--

In version 13.6

Project Explorer -> ▽ -> Customize View... -> Filters (tab)


You will have to add the file Associations to the particular extension...

  Window > Preferences > General > Editors > File Associations

Add file type ex: *.htaccess, *.log and add your proffered editor and restart the zend studio.

Now you should be able to dbl click to open in the file in the chosen browser.

NOTE: If that did not work, add the content file extension to the "text" content type in,

  Window > Preferences > General > Content Types
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号