Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38131
Reakcje/Polubienia
34042

TreeSheets 5425923725

Use proper routines for finding the search string (#454)

- Use the correct routines to detect if there is a match and then to indicate that in the control element
- Start search when tab is changed or case sensitivity is toggled
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38131
Reakcje/Polubienia
34042

TreeSheets 5457878153

Consider TextEdit mode when copying (#458)

If the selected cell is in TextEdit mode, then only the selected part of
the cell text shall be pasted if paste operation is done after the copy
operation all within TreeSheets.

This can be reached by making the string in `sys->clipboardcopy` different
(leaving as `wxEmptyString`) from the string in the system clipboard so that
TreeSheets will not take the complete cell from the internal cell clipboard.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38131
Reakcje/Polubienia
34042

TreeSheets 5534910414

Provide similiar experience when Return key is pressed (#467)

This provides a similiar experience when Return key is pressed
in the search and the replace text control.

This implements it for MSW and the other ports.

Also there is now a keybinding to jump directly into the replace text
control.

Also there is now an additional check so that Ctrl+letter char events
will not be translated into ASCII control characters (see wxKeyEvent
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry