rizla icon indicating copy to clipboard operation
rizla copied to clipboard

Feature : Implement alternative file change strategy

Open Vorror opened this issue 8 years ago • 6 comments
trafficstars

Add ability to detect source code changes in ways other than system events(Helps IDEs such as goland). See original issue kataras/iris#598

Vorror avatar Feb 04 '17 22:02 Vorror

You convinced me, mostly, with your kindness, I'm starting to code it!

ghost avatar Feb 04 '17 22:02 ghost

@Vorror Done,

Could you please upgrade your iris with go get -u github.com/kataras/iris and execute: iris run main.go and confirm that is working well for your IDE?

More: https://github.com/kataras/rizla/blob/master/HISTORY.md

ghost avatar Feb 05 '17 01:02 ghost

Hmm, I don't think so. Also texted Sublime, and TextEdit(They stopped working also).

Vorror avatar Feb 05 '17 16:02 Vorror

Can you try go get -u github.com/kataras/rizla and do rizla -walk main.go on the gogland and in sublime and if sublime with -walk doesn't works could you check without -walk and tell me the results please, because on my machine they seem to be working?

ghost avatar Feb 05 '17 16:02 ghost

Sure! Results:

Using -Walk Platform Auto-Reloads
No Sublime Yes
Yes Sublime No
No Gogland Yes
Yes Gogland No

Actually weirdly enough gogland does work without -walk(using latest build) screen shot 2017-02-05 at 12 06 46 pm

So I'm not even sure we should continue

Vorror avatar Feb 05 '17 17:02 Vorror

So we will remove the -flag from iris and we should be fine. rizla's default watcher is working fine.

Thanks for your detailed answer!

ghost avatar Feb 05 '17 18:02 ghost