Bug 21477 - Pressing DEL doesn't issue validateEdit
Summary: Pressing DEL doesn't issue validateEdit
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 22138 22215 24029 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-11 06:19 EDT by Boris Pruessmann CLA
Modified: 2003-09-22 09:27 EDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Pruessmann CLA 2002-07-11 06:19:44 EDT
When pressing the DEL key in an open java editor, no validateEdit is issued. 
Using other keys like SPACE has the expected result. 

Using DEL in the normal text editor issues the validateEdit though.
Comment 1 Dirk Baeumer CLA 2002-08-05 05:20:57 EDT
*** Bug 22138 has been marked as a duplicate of this bug. ***
Comment 2 David Corbin CLA 2002-08-05 11:43:55 EDT
For what it's worth,this happens with most (if not all) "commands".  Pressing
CTRL-/,CTRL-V, etc. The corresponding menu items are disabled because the file
is read-only.  This should "just work".
Comment 3 Kai-Uwe Maetzel CLA 2002-09-11 15:19:43 EDT
*** Bug 22215 has been marked as a duplicate of this bug. ***
Comment 4 Kai-Uwe Maetzel CLA 2002-09-27 13:14:11 EDT
*** Bug 24029 has been marked as a duplicate of this bug. ***
Comment 5 Jeff Turnham CLA 2002-10-15 02:30:43 EDT
I tried to set the Severity of the bug to major but could not (only the 
Submitter\owner can).  I would like to raise the severity of this defect 
because it causing confusing behaviour in WSAD (While editing Files that have 
not been checked-out yet) and renders some settings in WSAD ineffective.  For 
example:

There is a setting under:
 Windows-->Preferences-->Team-->Rational Clearcase 
 "When checked in files are edited by an internal editor:" 

Changing the setting to "prompt to checkout" should cause a checkout prompt 
whenever a change is made to local file.  This does not happen when the user 
presses delete or ctrl-v.

We (WSAD) would like to determine the possibility of getting a fix into the 
2.0.2 stream
Comment 6 David Corbin CLA 2002-10-15 06:40:04 EDT
I'll extend this a bit more.  The entire handling of "read-only" for files under
source control is "flawed".  This affects "Replace" ability in the Find dialog,
etc.  The system should effectively treat all files as writable if they are
under source control, (depending on the Team provider).  This may introduce
another API that a Team Provider has to implement...
Comment 7 Roel De Meester CLA 2003-01-30 03:54:40 EST
Pressing Ctrl+F or Pressing Ctrl+O on a file that has been checked in under 
SourceControl (ClearCase plugin) will try to checkout this file. Apparantly 
Pressing these key-combination invokes a validateEdit-call which is not needed 
in this case. I do NOT want to edit the java source file, i just want to do a 
Find(ctrl+f) or a browse(Ctrl+o).


Is there somewhere a list to see which keystrokes invoke the validateEdit?






Comment 8 David Corbin CLA 2003-03-22 07:58:01 EST
This appears to have been fixed in a recent release (I think I noticed it in
RC2).   Can anyone else comment/confirm?
Comment 9 Tom Hofmann CLA 2003-09-22 09:27:26 EDT
fixed > 20030922