Some problems with the Hbuilder tool

  • Click View - Show Terminal, no terminal pops up

1. Open the HbuilderX installation directory;
2. Open main.js under HBuilderX\plugins\builtincef3terminal\script;
3. From line 17 to line 44, write the value in the shell as an absolute path, such as shell="powershell.exe "Change to shell = 'C:/WINDOWS/System32/WindowsPowerShell/v1.0/powershell.exe';
4. Between lines 17 and 44, shell="cmd.exe" is also changed to an absolute address;
5. Close Close the terminal and reopen it.

  •  The terminal pops up, but the terminal is blank and cannot be entered

1. Enter the main directory of HBuilderX installation, right-click the HBuilderX.exe file, select "Properties"
2. Select "Compatibility", check "Run this program as an administrator", and click "Apply".
3. After closing, restart HBuilderX to succeed 

If the above two methods do not solve the problem, please check whether two versions of HbuilderX are installed in the computer at the same time, and uninstall the version you do not want.

  • Modify the background color of the selected code

 Open the dark_defaults.json or light_defaults.json file under the HBuilderX installation directory --------plugins-------theme-default-------themes

Guess you like

Origin blog.csdn.net/qq_37815596/article/details/125786823