| 1 | = File browser = |
| 2 | |
| 3 | File browser tab is used to manage the database. |
| 4 | There are 3 tabs on it with 3 lists: |
| 5 | * Files in DB (list of added files in database) |
| 6 | * Errors (list of errors detected by RefactorErl) |
| 7 | * Configuration parameters (list of appbase and include paths) |
| 8 | |
| 9 | = Files in DB = |
| 10 | |
| 11 | On this page you can |
| 12 | * add a file |
| 13 | * add a directory |
| 14 | * reset the database |
| 15 | * synchronize the database (incremental update) |
| 16 | using the proper buttons or drop files by selecting them and clicking on "Drop file" |
| 17 | button. |
| 18 | When you click on a file listed on this tab, RefactorErl opens it in a code browser. |
| 19 | |
| 20 | = Errors = |
| 21 | |
| 22 | When you click on an error listed on this tab, RefactorErl opens the related file |
| 23 | in a code browser. |
| 24 | |
| 25 | = Configuration parameters = |
| 26 | |
| 27 | On this page it is possible to |
| 28 | * add an appbase |
| 29 | * add an include |
| 30 | using the proper buttons or you can also delet it by selecting it and pressing |
| 31 | "Delete env" button. |