Ticket #1237 (closed defect: fixed)
[Wx::Scintilla] does not always update line/column numbers in the status bar
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | not classified yet | Version: | 0.87 |
| Keywords: | usability | Cc: |
Description
How to reproduce:
- Install Wx::Scintilla
- Activate Wx::Scintilla in Padre
- Restart Padre
- Open a file
- Move the cursor
You will see that the line/column number in the status bar stays the same, even if you move through the file.
The position gets updated only if you save the file or if you switch to another file and then back.
I use Padre on Ubuntu 10.04, perl 5.10.1; Wx 0.99; Wx::Scintilla 0.14; wxWidgets 2.8.10; Alien::wxWidgets 2.00801
Change History
Note: See
TracTickets for help on using
tickets.

We are missing something crucial in event creation. Padre does not see any EVT_STC_UPDATEUI events for Wx::Scintilla