Marten H Hansson
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Edited How to setup Filewatchers correctly
In PHP Storm 2020.2.3 i have enabled Filewatcher to compile CSS for me. When I make changes to the file "my_project/sass/main.scss" I like it to be compiled to the file "my_project/css/main.min.css... -
Created Select multiple lines
AnsweredNormally when I select multiple lines in my code I just click the mouse left of the top line and drag down until I have all the rows that I want to select, but now that procedure results in this: ... -
Created Downloading a second repository to a project
AnsweredI have 2 projects locally, A and B Project A contains a file "a.txt" Project B contains a file "b.txt" Both projects are imported to Version Control and shared on Github (private) Now, Project A l... -
Created Clone from github to a local folder with existing code
I have Codeigniter installed in a local folder named my_project. Now I like to clone a Codeigniter project called Codeigniter-Ion-auth into that folder so that I can send Pull requests back to Cod...