Testcase
Spell Check Comments
Changelog
The spell check plugin now has the ability to check comments and strings in programming languages. (2.30)
Prereq
Testfile that is Python
( Make sure it's a valid word in the local locle)
Dictionaries are installed
Steps
Open the testfile
a:
Make sure that color highlight is correct.
(check with View=>Highlight mode)
b:
Add a # comment with a typo in it
Run spell checker
c:
add a ''' comment (Documentation) with a typo in it.
Make sure spell checker catches the error.
d:
add a string there : var = "Speling eror"
Make sure the spell checker catches the error
Testcase
Gedit open compressed files
Prereq
Prepared compressed testfile .gz
Prepared compressed testfile .xz
Testcase
Color highlighting of Python
Steps
File=>open on a file.py.gz
Expected results
File opens
Renders correctly
Color highlight
Testcase
Color highlighting of Vala files
Steps
From file manager, drag .vala.xz file to Gedit
Expected results
File opens
color highlight
Correct renderring
Testcase
File with broken characters in it
Changelog
"Invalid chars in documents (3.0)"
Prereqs
Testfile with broken data
Steps
Open file with dialogue
Expected results
Unknown
Actual results
Unknown
Testcase
search interface in dock
Changelog
search interface in dock (3.0)
Prereqs
Unknown
Steps
Unknown
Testcase
tab groups: (3.0)
Prereqs
None
Steps
Open gedit
type something into the new document
Find out the Keyboard Shortcut for "new tab group" (Documents menu)
Press the keyboard shortcut
Create a new document yet again
Drag the tab between tab groups
Testcase
Opening files into tab groups (3.0)
Prereqs
Three or more test files on the machine
Steps
Create two tab groups, with one tab in each
Put the cursor in the leftmost tab, type something.
Drag a file from the file manager into the RIGHT tab group.
Observe where the file opens
Expected results
File opening where it was dropped?
File opening where the cursor last was?
Testcase
Mallard highlight (3.2)
Prereq
Mallard document
Steps
Download document
Open with Gedit
Expected result
highlighting mode: mallard
Highlighted by default
Testcase
Markdown highlight (3.2)
Prereq
Markdown document
Steps
Download document
open with gedit
Expected result
highlighting mode: markdown
Highlighted by default
Testcase
Quickopen (3.2)
Changelog
Quickopen since 3.2
Prereq
None
Steps
Enable the Quickopen plugin
click the "down" arrow on the new "open" dialogue
Make sure you get a dropdown
Make sure the selections work
Testcase
Change the font
Changelog
A redesigned font chooser dialog. (3.2)
Steps
Open a new file
type something
go to edit=>Preferences
go to Font&colors
Change the font to a variable width font
Expected results
New and shiny font chooser
Easy font selection
== Suggested future testcases ==
- Search (3.2)
- From file manager, drag a file into a tab group. Where does it open?