You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither shows the history combo box with entries=10 provided.
Then found out the source code of traitsui.editors.file_editor.FileEditor says:
#: FIXME: add supportentries=Int(10)
So does this mean entries option is actually not supported yet? Then why does the official document shows examples of FileEditor with history combo box?
The text was updated successfully, but these errors were encountered:
The fact that this is currently a wx specific feature is not at all clear currently and this is a problem. It should be stated in the documentation that currently this feature is only available on wx, as well as in the comment in the source code.
Ultimately we want this functionality on qt as well, but in the mean time it needs to be clearly documented that it is not supported
Also, slightly orthogonal to this issue, the History_demo which showcases this feature is currently broken on wx. Fix coming soon.
Also note that this functionality is supported on qt for the HistoryEditor, but not for the FileEditor or DirectoryEditor.
Neither shows the history combo box with
entries=10
provided.Then found out the source code of
traitsui.editors.file_editor.FileEditor
says:So does this mean
entries
option is actually not supported yet? Then why does the official document shows examples ofFileEditor
with history combo box?The text was updated successfully, but these errors were encountered: