Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 359733

Summary: Ctrl-space doesn't show configuration quick assist if cursor has non-whitespace to right
Product: z_Archived Reporter: Neale Upstone <neale>
Component: m2eAssignee: Project Inbox <m2e.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: igor
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Neale Upstone CLA 2011-10-03 12:09:42 EDT
Build Identifier: 

Using Ctrl-Space to build up plugin configuration doesn't work smoothly due to this issue, which looks relatively trivial to fix.

Reproducible: Always

Steps to Reproduce:
1. Open a POM with some plugin configuration
2. Place the cursor before an existing config parameter [HERE]<systemPropertyVariables>
3. Press Ctrl-Space
4. No configuration options appear

i.e. it works at (1) but not at (2)

	<plugin>
		<groupId>org.apache.maven.plugins</groupId>
		<artifactId>maven-surefire-plugin</artifactId>
		<configuration>(1)
			(2)<systemPropertyVariables>
				<APP.ENV>${APP.ENV}/APP.ENV>
			</systemPropertyVariables>
		</configuration>
	</plugin>                
      

5. Enter a space
Comment 1 Igor Fedorenko CLA 2013-09-29 09:20:31 EDT
closing old/stale bugreports
Comment 2 Neale Upstone CLA 2013-09-29 12:59:05 EDT
Wouldn't it be better to categorise this as "patch wanted" or something, rather than lumping it in with non-bugs.  These papercuts would be good to at least have available for people to pick up.

As a (not yet profitable) company, we use both Eclipse and IDEA.  It'd be nice to be able to find some simple papercut bugs to help out with when we do get to the point we want, of being able to give back.

Naturally, at the moment we do already work on patches for items where it'll pay back quickly.
Comment 3 Neale Upstone CLA 2013-09-29 13:02:53 EDT
Closing as working in 1.4
Comment 4 Denis Roy CLA 2021-04-19 13:22:12 EDT
Moved to https://github.com/eclipse-m2e/m2e-core/issues/