- Edit a file in TextEd
- Drag it outside the main window
- Minimize the main window to the system tray
- In the dragged out window, hit CTRL-N to open a new file
->Exception: "Cannot focus a disabled or invisible window"
When selecting multiple files in the Windows Explorer and then open them in TextEd, the file name in the tabs of TextEd is surrounded by ** (e.g. ** File.txt **)
Isn't it possible to change the behavior of the auto-completion and only do the auto-completion when hitting the DOWN (or UP) key: - type some text - hit DOWN --> shows the 1st occurrence matching the entered text - hit DOWN --> shows the next occurrence matching the entered text - hit UP --> shows ...