sebastian
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
-
sebastian commented, -
-
sebastian created a post, AnsweredHow to fix "<C3><A6>" encoding like issues
My terminal wasn't usually like this, this happened recently when I was messing around with file encodings in IntelliJ (I haven't messed with anything outside of IntelliJ), now I can't get it to wo... -
sebastian created a post, How to avoid Debugger including project folder when starting localhost
When I run the debugger it starts a loclhost on e.g.`http://localhost:63343/projectName/path/file` However, I would like it NOT to include the "projectName", like: `http://localhost:63343/path/file... -
sebastian commented, -
-
sebastian created a post, Is it possible to make File Watcher trigger the "reload all from disk" button?
Is it possible to make File Watcher trigger the "reload all from disk" button (Either directly or indirectly)? By indirectly I mean by e.g. having it trigger a file that then somehow triggers the "... -
sebastian created a post, How to make `Debugger > Live Edit` reload html page whenever an >application< writes to it
Briefly put: I want the exact same behavior as `Debugger > Live Edit` provides, with the exception that it should also update whenever some application (e.g. a java application) writes to a .html f...