A FreeCAD Mod which adds a search bar to the user inferface. The results include tools, document objects and (still to do) preferences.
Go to file
2021-10-06 03:37:29 +01:00
.gitignore Ignore __pycache__ 2021-10-02 15:24:29 +01:00
BuiltInSearchResults.py Added search provider for params 2021-10-06 03:37:29 +01:00
GetItemGroups.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
IndentedItemDelegate.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
Init.py Turned this into a standalone FreeCAD Mod 2021-10-02 20:36:53 +01:00
InitGui.py Added "what's this" to the search bar itself, but I think this uses the built-in FreeCAD help which does not work on my copy right now 2021-10-06 01:54:10 +01:00
RefreshTools.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
ResultsDocument.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
ResultsPreferences.py Added search provider for params 2021-10-06 03:37:29 +01:00
ResultsRefreshTools.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
ResultsToolbar.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
SafeViewer.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
SearchBox.py Fixed shortcuts, used proper Qt shortcuts, circumvented a bug in Qt shortcuts where home & end do not work by reverting some of the old code 2021-10-06 01:51:34 +01:00
SearchBoxLight.py Fixed shortcuts, used proper Qt shortcuts, circumvented a bug in Qt shortcuts where home & end do not work by reverting some of the old code 2021-10-06 01:51:34 +01:00
SearchResults.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
Serialize.py Reduced the SearchBox code loaded on startup to the absolute minimum 2021-10-04 02:33:37 +01:00
Tango-Tools-spanner-hammer.svg WIP, having some bugs with the 3D view still 2021-09-30 23:39:02 +01:00
Tango-Tools-spanner-hammer.svg.url WIP, having some bugs with the 3D view still 2021-09-30 23:39:02 +01:00
TODO.py Fixed shortcuts, used proper Qt shortcuts, circumvented a bug in Qt shortcuts where home & end do not work by reverting some of the old code 2021-10-06 01:51:34 +01:00