Tunisoft Solutions

- Total activity 148
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 29
- Subscriptions 37
-
Created PhpStorm freezing randomly
HiPlease check the logs and check why the IDE is freezingUpload id: 2024_04_21_ShyRrdQnTkSGMYdo7A3n78 (file: phpstorm-logs-20240421-12455716591828656845094538.zip)Everytime I type something, the ID... -
Edited Code formatter conflicts with phpfixer?
HiDoes phpstorm disable the built-in formatter when PHP CS Fixer formatting is enabled? I think they do conflict.Upload id: 2024_01_29_SH87wK7PK6Ls9WqFTZNEo8 (file: CleanShot 2024-01-29 at 10.14.15... -
Edited PhpStorm freezing randomly
Hi,Since the last week, phpstorm was randomly freezing and I have to force quit it each time. I attached the logs, please check. I need a solution please because I couldn't do any serious work late... -
Created PhpStorm closes file opened from Downloaded folder
Hi,Each time I open a file from the Downloads folder, PhpStorm closes it after a few secondsRecording: https://cln.sh/BbkBFbS9Logs: Upload id: 2023_10_27_25S1VRFd8N3N3d8AWwGapp (file: phpstorm-logs... -
Edited Prevent "optimize imports" from removing svg xlink import
Hi,I have this svg code in a tpl fileI would like to prevent the import optimizer from removing the xlink line. Is there a hint I can add before this line to prevent removing the import?To explain ... -
Created Why "compact directories" is disabled?
Hi, Why is this option disabled? I can't switch it on, what could be the reason? I appreciate your help Thank you -
Edited Is it possible to add custom buttons to the editor using a plugin?
AnsweredHi, I want to add custom buttons to specific files, is it possible to do it using a plugin? I didn't find an obvious extension point to do it Screenshot: If you know another plugin that does some... -
Edited Is it possible to get the current directory in CreateFromTemplateActionReplacer?
AnsweredHi, I'm using the createFromTemplateActionReplacer extension, but I need to get the current dir to modify the displayed template names based on that. Is it possible? Here's my code I also tried the... -
Created Customize FileSearchEverywhereContributor
AnsweredHi, I added the extension but I couldn't hook into the files search. My extension code only gets triggered when "searching everywhere" This is just test code to get me going, I didn't figure out wh... -
Created How to disable structure in navigation bar?
Hi, I'd like to disable the structure feature from the nav bar Which option to uncheck please? I couldn't find it in the config Thank you