Bug 2640 - Text Editor Smoke Tests (1GHFZ95)
Summary: Text Editor Smoke Tests (1GHFZ95)
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2001-10-10 22:40 EDT by Kevin Haaland CLA
Modified: 2001-10-10 22:40 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Haaland CLA 2001-10-10 22:40:30 EDT
This is a test list for the text editor.

Presentation
	Verify that appropriate strings appear in all menu items and text fields.
	Verify that the view shows appropriate scrollbars when its contents extends beyond its client area.

Editor Actions
	Verify that Cut and Copy are enabled iff there is selected text.
	Verify that Paste is enabled iff there is text in the clipboard buffer.
	Verify that Cut, Copy, Paste, Select-All work correctly.
	Verify that Revert is enabled only if is the file dirty and works correctly.

Edit Menu Actions
	Verify that the enablement and action of Cut, Copy, Paste, and Select-All in the Edit menu are consistent with those in the editor's context menu.

Persistence	
	The editor is marked dirty if the text is modified by either the keyboard OR the editor actions.
	The editor is marked clean after either saving the file or reverting it.