Kazuya O'moto
ffe0166e4e
Enable whole-word search
...
Add whole-word search functionality to DoFindNext
* Use stc's SearchInTarget instead of str.find/rfind.
Modify ShowPosition (override)
* Reverted the comment line.
Folded lines need to be expanded to ensure the target line is visible.
2025-07-05 21:51:06 +09:00
Kazuya O'moto
ff679f93a8
Fix eol style
...
According to the documentation, 'eol' enables EOL filling (not 'eolfilled').
https://docs.wxpython.org/wx.stc.StyledTextCtrl.html#wx.stc.StyledTextCtrl.StyleSetSpec
2025-05-01 04:02:31 +09:00
komoto
de5abf4219
Override editwindow SetSelection as a temporary patch
...
Better to override editwindow (a common parent of shell and sliceshell)
2022-05-20 13:22:43 +09:00
Christian Clauss
25ba122168
Fix typos discovered by codespell
2021-08-07 18:55:49 +02:00
Robin Dunn
732ff6752b
Revert "Spelling fixes in wx.lib"
...
This reverts commit c00b8950da .
The spelling changes were a bit too aggressive.
2020-08-31 13:01:31 -07:00
Robin Dunn
c00b8950da
Spelling fixes in wx.lib
2020-07-14 12:53:31 -07:00
Metallicow
6e0ec5421f
Trim Whitespace py directory
2016-10-12 22:12:43 -05:00
Robin Dunn
af19f6c4cb
Explicitly disconnect dispatcher receivers when windows are no longer valid.
...
The weak reference cleanup sometimes seems to not happen immediately...
2016-09-02 22:15:16 -07:00
Scott Talbert
a57bec2e71
Add support for building with GTK3
2016-02-29 20:22:58 -05:00
Robin Dunn
bcbdcd9631
Remove more CVS $Id$ and $Revision$ tags, and a bit of code that uses them.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-11 03:35:32 +00:00
Robin Dunn
ede298e62e
Modified patch from Maxim Kolosov for Py3 fixes in wx.py
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-05-04 02:00:13 +00:00
Robin Dunn
c5bcdfe844
Various changes for PyCrust and other py classes to get them working with Phoenix and also avoid deprecation warnings.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-10-27 03:16:59 +00:00
Robin Dunn
247673201b
Copy (branch) wx.lib, wx.py and wx.tools from Classic, and include subpackages branched from 3rdParty
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-07-13 01:36:07 +00:00