Deleted user
Deleted user
I also support this request. Thanks!
I have just upgraded my MacBook Pro (macOS 15.0 Sequoia) to Python 3.12.6 and wxPython 4.2.2. I then ran the wxPython demo and selected the DVC_IndexListModel demo. I confirm that...
Sorry, I only tested the latest versions.
I was just experimenting with it on linux and I noticed that it's not strictly a double-click action that it's responding to. i.e the time between clicking a row to...
In the wxPython documentation for [DataViewCustomRenderer.CreateEditorCtrl()](https://docs.wxpython.org/wx.dataview.DataViewCustomRenderer.html#wx.dataview.DataViewCustomRenderer.CreateEditorCtrl) it says: > Editing is typically triggered by slowly double-clicking the cell or by a platform-dependent keyboard shortcut (F2 is typical on Windows, Space...
Below is an animated GIF showing clicking opening edit mode on my MacBook. Press the 'play' button at the top right of the GIF to start the animation. Click 1...
1. I don't know if it's a bug. The fact that the documentation mentions "slowly double-clicking" suggests there might be a limitation in the native control that the wxWidgets developers...
Thank you jgm: that's an interesting work around and a good idea, given the constraints. Iterating over multiple chapters makes the problem a bit more difficult. A small shell script...
> No, because in lots of templates we test for a variable being set with an "if". Printing warnings would generate lots of spurious warnings. It is possible to filter...
nkalvi: > ls chapter/\* | xargs -I file pandoc --template file variables.yaml file | pandoc -t context Good idea, but it doesn't quite reproduce the same output as the script....