File tree Expand file tree Collapse file tree 7 files changed +25
-3
lines changed
Expand file tree Collapse file tree 7 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ Example Qt integration for projspec
2+ -----------------------------------
3+
4+ Quickly-coded filesystem and library browser. Shows HTML view of project
5+ selected for the current directory or library entry. Selecting a directory
6+ will add if to the library.
7+
8+ A simple search dialog allows you to view only those project types
9+ containing the given class(es).
10+
11+ ![ screenshot] ( ./im.png )
Original file line number Diff line number Diff line change 1- """Example projspec apps , based on qt
1+ """Example projspec library app , based on qt
22
33See also ``ipywidget`` or ``panel`` implementations, when they are ready.
44"""
Original file line number Diff line number Diff line change 2323from projspec .library import ProjectLibrary
2424import projspec
2525
26+ library = ProjectLibrary ()
27+
2628
2729class FileBrowserWindow (QMainWindow ):
2830 """A mini filesystem browser with project information
Original file line number Diff line number Diff line change 3333 "env" ,
3434 "envs" , # conda-project
3535 "htmlcov" ,
36+ "node_modules" ,
3637}
3738
3839
Original file line number Diff line number Diff line change 1- This extension "Projspec scan" command, which calls projspec as a subprocess
2- on the current project root, and displays the output HTML in an editor tab.
1+ VSCode extension for projspec
2+ -----------------------------
3+
4+ This extension provides the "Show project library" command,
5+ which calls projspec as a subprocess. It can scan and add the current
6+ code window to the library, show details (and search) any library entry,
7+ open a new Code window for a given library entry or "make" any
8+ artifact.
9+
10+ ![ screenshot] ( ./im.png )
311
412Like the qt-app, this is POC experimental only.
You can’t perform that action at this time.
0 commit comments