By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2480 - Kate: set tab width from command line should refresh visualized page
Summary: Kate: set tab width from command line should refresh visualized page
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2968
  Show dependency treegraph
 
Reported: 2015-07-20 03:04 CDT by Michele Calgaro
Modified: 2018-08-30 02:52 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Calgaro 2015-07-20 03:04:34 CDT
1) Open a document with Kate (possibly code).
2) Press F7 to bring up the command line
3) type "set-tab-width ##" where ## is a number. Press enter. This will change the document indentation. Notice the page is not updated (except the current line)
4) press Page Down and then Page Up: notice that now the page indentation has changed according to the new settings.

Kate should refresh the visualized page after the "set-tab-width ##" command is given, without the need to scroll up/down the document.