User Tools

Site Tools


php:phpstorm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
php:phpstorm [2024/10/07 14:00] Wulf Rajekphp:phpstorm [2025/03/18 14:27] (current) – [Remote Tools and Custom Menu] Wulf Rajek
Line 107: Line 107:
 To remove error message "Failed to push to [apps-repo] remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)" on failed mercurial pushes, generate the en_US.UTF-8 locale on the systems:  To remove error message "Failed to push to [apps-repo] remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)" on failed mercurial pushes, generate the en_US.UTF-8 locale on the systems: 
 <code> <code>
 +sudo sed -i 's/# en_US.UTF-8/en_US.UTF-8/g' /etc/locale.gen
 sudo locale-gen en_US.UTF-8 sudo locale-gen en_US.UTF-8
 </code> </code>
Line 121: Line 122:
 ====== Remote Tools and Custom Menu ====== ====== Remote Tools and Custom Menu ======
  
-Example custom main menu with remote tools and icons:+Example custom main menu with remote tools and icons, store in ''~/.local/share/icons/'' :
  
-{{php:changelog-white.png?50}} {{php:sync-white.png?50}}+{{php:changelog-white.png?50}} {{php:sync-white.png?50}}\\  
 +{{php:sync-black.png?50}}{{php:changelog-black.png?50}}
  
 <code - ~/.config/PhpStorm2024.2/remoteTools/Remote Tools.xml> <code - ~/.config/PhpStorm2024.2/remoteTools/Remote Tools.xml>
Line 248: Line 250:
       <path value="Left" />       <path value="Left" />
     </group>     </group>
-    <action id="RemoteTool_Remote Tools_Show changeset of remote system" icon="/home/user/Desktop/changelog-white.png" /> +    <action id="RemoteTool_Remote Tools_Show changeset of remote system" icon="/home/user/.local/share/icons/changelog-white.png" /> 
-    <action id="RemoteTool_Remote Tools_sync remote system to remote system" icon="/home/user/Desktop/sync-white.png" />+    <action id="RemoteTool_Remote Tools_sync remote system to remote system" icon="/home/user/.local/share/icons/sync-white.png" />
   </component>   </component>
 </application> </application>
php/phpstorm.1728306028.txt.gz · Last modified: 2024/10/07 14:00 by Wulf Rajek