Re: [Github-comments] [geany/geany] reload_clean_doc_on_file_change=true Does not work. (#1388)

2017-07-17 Thread elextr
Closed #1388. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1388#event-1166097243

Re: [Github-comments] [geany/geany] reload_clean_doc_on_file_change=true Does not work. (#1388)

2017-07-17 Thread elextr
#1246 now merged, closing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1388#issuecomment-315705731

Re: [Github-comments] [geany/geany] reload_clean_doc_on_file_change=true Does not work. (#1388)

2017-02-08 Thread elextr
@exebook github recommends ``` git checkout -b shiftee-auto_reload master git pull https://github.com/shiftee/geany.git auto_reload ``` as part of the instructions for manual merging, which sadly it doesn't display if you don't have merge access. It doesn't need adding extra remotes for each p

Re: [Github-comments] [geany/geany] reload_clean_doc_on_file_change=true Does not work. (#1388)

2017-02-08 Thread shiftee
I'm have little to no experience but the following seems to work: `git remote add shiftee https://github.com/shiftee/geany.git git fetch shiftee git checkout shiftee/auto_reload` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

Re: [Github-comments] [geany/geany] reload_clean_doc_on_file_change=true Does not work. (#1388)

2017-02-08 Thread exebook
@shiftee, any suggestion how to checkout your branch? I know this is silly, but I tried all suggestions from Stackoverflow already. ``` $ history 550 git fetch shiftee:auto_reload 551 git fetch origin shiftee:auto_reload 552 git checkout --track origin/shiftee:auto_reload 553 git check

Re: [Github-comments] [geany/geany] reload_clean_doc_on_file_change=true Does not work. (#1388)

2017-02-08 Thread exebook
@shiftee, thanks. I thought it was. Probably because of three shiny green bullets "Checks passed", "No conflict detected", "Feature approved". -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/i

Re: [Github-comments] [geany/geany] reload_clean_doc_on_file_change=true Does not work. (#1388)

2017-02-08 Thread exebook
Ok, I decided to start my own small investigationhere. ``` $ cd geany $ git pull Already up-to-date. $ ag reload_clean_doc_on_file_change ``` The substring `reload_clean_doc_on_file_change` is not even in the master branch. Do I need to pull another branch to get this feature? Was the option r

Re: [Github-comments] [geany/geany] reload_clean_doc_on_file_change=true Does not work. (#1388)

2017-02-08 Thread shiftee
Did you add the option yourself? The pull request hasn't been merged yet #1246 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1388#issuecomment-278326167