Hello,
I am a Windows user. and a former user of Notepad++. I just learned about CudaText and liked it. I used to use a toolbar button in Notepad++ in order to turn on (tail -f) like file content change tracking.
1- How can I turn off that feature in CudaText as it seems to be "on" all the time
2- Is it possible to scroll to the end of the file when that feature is "on"? Most of the time such changes I track is from live log files to observe its state.
3- I would like to put it on toolbar like a turn on/turn off. Is that possible, or I will be needing two buttons for that matter one to turn on and one to turn off?
Thanks for making CudaText available for free.
Regards,
Ertan
Toolbar button to turn on 'file auto reloading'
-
- Posts: 392
- Joined: 01.12.2020 13:46
1- Option "ui_notif"
2- That feature scrolls to the end if previous pos was also at the end.
so scroll to the end once. editor will scroll to the end after reload. (ie, put caret at the end).
3- because we don't have a __command__ to toggle it, you cannot place a button. you should change the option via 'plugins / options editor'.
I will make a note for me- to make a command to toggle it.
2- That feature scrolls to the end if previous pos was also at the end.
so scroll to the end once. editor will scroll to the end after reload. (ie, put caret at the end).
3- because we don't have a __command__ to toggle it, you cannot place a button. you should change the option via 'plugins / options editor'.
I will make a note for me- to make a command to toggle it.
-
- Posts: 392
- Joined: 01.12.2020 13:46
In the new beta
http://uvviewsoft.com/c/
I added that command, and tested it with Config Toolbar plugin- new button also has pressed-unpressed states.
+ add: command "ui: toggle file change notifications on/off"
http://uvviewsoft.com/c/
I added that command, and tested it with Config Toolbar plugin- new button also has pressed-unpressed states.
+ add: command "ui: toggle file change notifications on/off"