https://bugs.kde.org/show_bug.cgi?id=457243
Bug ID: 457243 Summary: [Feature request] Update syntax highlighting when file with theme configuration is changed! Product: frameworks-ktexteditor Version: unspecified Platform: Other OS: All Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: dave.next...@gmail.com Target Milestone: --- Please add hook to file for selected syntax highlighting theme to automatically reload configuration when is changed! Now I have to use dirty hack which I don't want... cwid=$(xdotool getactivewindow) for ((i=0,s=$(xdotool get_num_desktops); i<=s; i++)); do xdotool search --desktop $i --class kate | while read -r wid; do xdotool windowactivate --sync $wid key F7 type reload-highlighting xdotool key --delay 100 --window $wid Return done done xdotool windowactivate --sync $cwid -- You are receiving this mail because: You are watching all bug changes.