Saves the current tab to the specified file. @param fileName the file name @return the name of the saved file, or null if not saved
(String fileName)
| 2373 | * @return the name of the saved file, or null if not saved |
| 2374 | */ |
| 2375 | protected String save(String fileName) { |
| 2376 | return save(getSelectedTab(), fileName); |
| 2377 | } |
| 2378 | |
| 2379 | /** |
| 2380 | * Saves a tab to the specified file. |
no test coverage detected