我已将我的PhpStorm更新为2017.2.4(之前为2017.1.4)。
要开始2017.2.4,我必须<div id="template">
<label><h1>Enter your title</h1></label>
<input type="text" name="title[]" placeholder="Enter your title">
<label><p>Enter your text</p></label>
<textarea type="text" name="textbox1[]" placeholder="Enter your text"></textarea>
<button onclick="clone()">clone</button>
<button onclick="show()">show</button>
</div>
<div id="otherDiv">
</div>
然后cd phpstorm2.4folder/bin
2017.1.4我有一个启动器图标,现在,如果我点击此图标,它将打开2017.1.4。
如何更改图标以启动上次更新?我在Ubuntu上。
答案 0 :(得分:2)
删除旧文件夹完成了工作...