English 中文(简体)
防止PHPStorm IDE从校正图像
原标题:Prevent PHPStorm IDE From Corrupting Images
  • 时间:2011-11-05 17:42:02
  •  标签:
  • phpstorm

自从我从Eclipse PDT转至PHPStorm以来,我就在我网站上出现问题,图像正确显示,特别是锡奈马会的微小ons。 我的智慧似乎也受到了腐败。

我确信,问题在于,PHPStorm正在采取新的路线性替代做法,不尊重我的形象档案,作为本体档案。 当我对服务器的图像与我在当地储存的图像进行比较时,我看到它正在做新的在线替代。

任何关于如何解决这一问题的想法?

这里的例子就是在Eclipse应当做些什么。 我认为,我在PHPStorm寻找类似的东西。

Eclipse中的“Example”/

最佳回答

最后,我开始工作!

在检查你的项目之前,你需要检查“改变关键词替代”并选择“组合”。

“entergraph

问题回答
Settings
IDE Settings
File Types

方言中上半部分选择Image files。 下面点击Add*>。

如果是,





相关问题
Show .idea folder in PhpStorm project tool window

PhpStorm hides the .idea folder in the project tool window by default. However, I d like to show it in order to inspect the files and add/edit a .idea/.gitignore file to include and exclude specific ...

Wrong syntax highlighting for PHP file in PHPStorm

I don t know what happened but syntax highlighting for one php file stopped to working and also icon next to the file has changed. It shows it s text file instead of PHP . How can I fix that ?

How to activate function reference in WebStorm/PHPStorm?

Is there function reference integrated in PHPStorm/WebStorm ? I mean like when i point my cursor on some php function , then I press e.g. F1 and it will show me function details (parameters, usage...)...

NetBeans "Shift Left" analog on PHPStorm

I am deciding to migrate from NetBeans to PHPStorm IDE, and the only feature I have not found in PHPStorm is "Shift Left (Right), Move Down (Up)", which moves a line on one tab to the left, right, or ...

PHP developing suite? [closed]

I use Visual Studio to develop C#, C++ for about 10 years. Is there a free or inexpensive development platform similar to Visual Studio Express (maybe even a plugin for Visual Studio!) that would ...

JetBrains WebIDE: PHP variable type hinting?

Is there a way to hint WebIDE that a variable has some type? I have to iterate an array of objects, and there s no auto-completion available. This helps in ZendStudio: /* @var ClassName $object */ I ...