Working with Docsets

Docsets are collections of documentation files. In order for you to view its content in SimpleDocs you must first download them and, once installed, the Docsets will be available without an internet connection.

Content

Work environment overview

UI Overview

The main SimpleDocs window consists of the following elements:

  1. Menu bar
  2. Search box
  3. Docset Explorer
  4. Navigation area
  5. Action Buttons (Docset Manager/Back)
  6. Index listing button
  7. Navigation buttons
  8. Inline search button
  9. Status bar

Docset Manager

Docset Manager is a tool that allows you to download, update and delete the Docsets used by SimpleDocs:

To open the Docset Manager, click on the () Docset Manager button.

In case you are already browsing a Docset, first click on () Docset List.

There are two tabs in the Docset Manager interface: the Installed tab shows the installed Docsets, while the Available tab lists theDocsets available for download and install.

Install a Docset

On the Available tab, locate the Docset(s) you wish to install and click Download:

To cancel a download, click Cancel. To retry a failed download, click Retry.

To cancel all current downloads or retry all failed downloads, click Cancel all and Retry all, respectively.

You can continue using SimpleDocs while Docset Manager is running in the background

Update a Docset

On the Installed tab, locate the Docset you wish to update (and that is available to update) and click Update:

To cancel the update of a Docset, click Cancel. To retry a failed update, click Retry.

To cancel all current updates or retry all failed updates, click Cancel all and Retry all, respectively.

Finally, to update all Docsets, click on Update all:

Delete a Docset

On the Installed tab, locate the Docset you wish to delete and click Delete:

Docsets Search

In both the Installed and Available tab there is a search box where you can enter the name or part of the name of a Docset and get all matches:

In addition, you can apply quick filters by typing any of the following texts in the search box:

  • :downloading
  • :updating
  • :failed
  • :retrying
  • :installing
  • :update

Or, by clicking on any of the links at the bottom of the Docset Manager:

For example, to list only the downloading Docsets, type :downloading in the search box:

Explore Docsets

Once you have installed some Docsets, you can start browsing its content:

Selecting a Docset from the list will display its contents, grouped by item categories:

To navigate to an item, select it:

The navigation buttons, as the name implies, allow you to navigate in the current Docset:

  • To navigate to the previous page, click on the () button.
  • To navigate to the next page, click on the () button.
  • To navigate to the home page, click on the () button.

Index Navigation

In some Docsets the index navigation is available. To display the index of the current document, click on the () button:

To go to the desired section, click on the corresponding list item:

Search in Docsets

To search for content within a Docset, type the term to search in the search box and press ENTER:

The results will be listed in Docset Explorer, organized by Docset, on the Search tab.

SimpleDocs only supports index-based searches. Full-text search is not available (yet)

Inline search

To search for text within the navigation area, click on the button () in the bottom right corner:

Then type the search term and press ENTER:

Extended search

An interesting feature of SimpleDocs is the extended search: you can limit the search to a Docset or to an element type, using a special syntax:

  • To search in a Docset, write "@" + [Docset ID] + ":" followed by the search term. For example, to search for "strpos" in the PHP Docset, write @php:strpos
  • To search by item type, write "#" + [Type ID] + ":" followed by the search term. For example, to search only for functions named "strpos", write #function:strpos
  • To search in a Docset by item type, write "@" + [Docset ID] + ":" + "#" + [Type ID] + ":" followed by the search term. For example, to find the functions that begin with (or contain) "str" ​in the PHP Docset, write @php:#function:str
To find out the ID of a Docset, explore it. The ID will be automatically placed in the search box

These are the IDs of the types of elements that can contain a Docset:

  • abbreviation
  • alias
  • annotation
  • attribute
  • axiom
  • binding
  • block
  • bookmark
  • builtin
  • callback
  • category
  • class
  • collection
  • column
  • command
  • component
  • constant
  • constructor
  • controlstructure
  • conversion
  • datasource
  • database
  • decorator
  • define
  • delegate
  • deletedsnippet
  • device
  • diagram
  • directive
  • element
  • entry
  • enum
  • environment
  • error
  • event
  • exception
  • expression
  • extension
  • field
  • file
  • filter
  • flag
  • foreignkey
  • framework
  • function
  • global
  • glossary
  • guide
  • handler
  • helper
  • hook
  • index
  • indirection
  • inductive
  • instance
  • instruction
  • interface
  • iterator
  • keyword
  • kind
  • lemma
  • library
  • literal
  • macro
  • member
  • message
  • method
  • mixin
  • modifier
  • module
  • namespace
  • newsnippet
  • node
  • notation
  • object
  • operator
  • option
  • package
  • parameter
  • pattern
  • pipe
  • plugin
  • procedure
  • projection
  • property
  • protocol
  • provider
  • provisioner
  • query
  • record
  • reference
  • register
  • relationship
  • report
  • request
  • resource
  • role
  • sample
  • schema
  • script
  • section
  • sender
  • service
  • services
  • setting
  • shortcut
  • signature
  • snippet
  • specialform
  • state
  • statement
  • struct
  • style
  • subroutine
  • syntax
  • table
  • tactic
  • tag
  • template
  • test
  • trait
  • trigger
  • type
  • union
  • value
  • variable
  • variant
  • view
  • web
  • websearch
  • widget
  • word