-
Notifications
You must be signed in to change notification settings - Fork 106
Answer: Uncheck "File Explorer Options" in "Tools > Options > List > Style".
)
Answer: Use User style sheet add-on and enter this:
.button, .button1 {
padding: 1px 3px;
}
.hoverbutton, .activebutton {
padding: 0 2px;
}
This will add 2 pixels at the left and right of each button.
Before
After
Answer: Use Application Icon add-on to change TE icon to something else.
If your name column looks like this:
(no alternating background color aka. "stripes")
Answer: Uncheck Tools -> Options -> List -> Style -> Advanced -> Background color on sorted column.
Answer:
- Click "+"(Add) button
- Enter CMD to Name.
- Choose Exec in Type.
- Enter
cmd /k cd /d %Current%
to Options. - Click Save and OK.
- Done. (Another way, including how to get a Powershell window, is documented here.)
Answer: You have to install the Tab position add-on. Then, in the options of this add-on select "last".
To choose the path of the new tab go to Tools --> Options --> Tabs --> Browse. From "Browse" you choose the folder that will open in the "New tab".
You can show the explorer native favorites or Quick Access panel by right-clicking on the tab and activating the Show Frames option.