| 102 | ==== Load directory ==== |
| 103 | |
| 104 | Using this item (or C-c C-r L) the whole contents of a directory can be loaded without going through |
| 105 | the files one-by-one. |
| 106 | |
| 107 | ==== Database contents ==== |
| 108 | |
| 109 | The actual contents of the database are shown by this command (or {{{C-c C-r C}}}), the list is shown in the "!RefactorErl File |
| 110 | List" buffer with links to the files themselves. |
| 111 | |
| 112 | ==== Show parse errors ==== |
| 113 | |
| 114 | Selecting this item the parse errors in the database which arose while adding files to the database |
| 115 | (parse errors for files where the indicated status is "error"). Every parse error is |
| 116 | described in a separate row and gives information about the le which contains |
| 117 | the actual parse error, the location in the le and context information about |
| 118 | the error. The parse errors are listed in the "!RefactorErl File List" buffer with |
| 119 | links to the location of the error. |
| 120 | |
| 121 | ==== Draw graph ==== |
| 122 | |
| 123 | There is interface to visualise the content of the database. Choosing the "Draw |
| 124 | graph" or typing the {{{C-c C-r G}}} shortcut the interface asks for a file name with |
| 125 | extension .dot where to create the description of the database content. The tool |
| 126 | creates the description of the graph to the given path and file, using Graphviz a |
| 127 | graphic visualisation of the graph can be created. Note that the resulting graph |
| 128 | may be too large for Graphviz to handle. |
| 129 | |
| 130 | |