TS 69 JavaFX TaskList
(Difference between revisions)
(Created page with ''''Author:''' [mailto:sunflower@netbeans.org Alexandr Scherbatiy] <br> '''Version:''' 1.1 <br> '''Last update:''' 26 February 2010 <br> '''Introduction:''' <br> '''Comments:''' …') |
|||
Line 1: | Line 1: | ||
'''Author:''' [mailto:sunflower@netbeans.org Alexandr Scherbatiy] <br> | '''Author:''' [mailto:sunflower@netbeans.org Alexandr Scherbatiy] <br> | ||
- | '''Version:''' 1. | + | '''Version:''' 1.2 <br> |
- | '''Last update:''' | + | '''Last update:''' 4 August 2010 <br> |
'''Introduction:''' <br> | '''Introduction:''' <br> | ||
'''Comments:''' <br> | '''Comments:''' <br> |
Current revision as of 10:22, 4 August 2010
Author: Alexandr Scherbatiy
Version: 1.2
Last update: 4 August 2010
Introduction:
Comments:
Contents |
Issues File scanner
Enable Issues File scanner
- Create a JavaFX project
- Select the Task List filter.
- Check JavaFX Issues.
- Press OK.
- Type in the editor
Error line
- Save the file
- EXPECTED RESULT: The Task List shows the compilation errors
- Double click on the error line in the Task List
- EXPECTED RESULT: The cursor points the error
Disable Issues File scanner
- Select the Task List filter.
- Uncheck JavaFX Issues.
- Press OK.
- Type in the editor
Error line
- Save the file
- EXPECTED RESULT: The Task List does not show the compilation errors
TODO scanner
Default state
- Create a JavaFX project
- Select the Task List filter.
- EXPECTED RESULT: The TODO option should be enabled by default
Check TODO scanner
- Create a JavaFX project
- Type in the editor
// TODO define a variable
- Save the file
- EXPECTED RESULT: The Task List shows 'TODO define a variable' row
- Double-click on the TODO row
- EXPECTED RESULT: The cursor jumps to the TODO line in the editor
Disable TODO scanner
- Create a JavaFX project
- Select the Task List filter.
- Uncheck TODO.
- Press OK.
- Type in the editor
// TODO define a variable
- Save the file
- EXPECTED RESULT: The Task List does not show 'TODO define a variable' row