leksah-0.15.2.0: Haskell IDE written in Haskell

Safe HaskellNone
LanguageHaskell2010

IDE.Pane.Workspace

Description

The pane of the IDE that shows the cabal packages in the workspace and their components, source dependencies and files

Synopsis

Documentation

data WorkspacePane Source

The representation of the Workspace pane

getWorkspacePane :: IDEM WorkspacePane Source

Get the Workspace pane

showWorkspacePane :: IDEAction Source

Show the Workspace pane

refreshWorkspacePane :: IDEAction Source

Refreshes the Workspace pane, lists all packages and synchronizes the expanded nodes with the file system and workspace

rebuildWorkspacePane :: IDEAction Source

Deletes the Workspace pane and rebuilds it (used when enabling/disabling icons, since it requires extra/fewer cellrenderers)