History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12713
Type: Bug Bug
Status: Reopened Reopened
Priority: Major Major
Assignee: Eugene Zhuravlev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ant integration: introduction of macrodef or presetdef breaks not existent elements recognition

Created: 18 Dec 06 19:00   Updated: 06 Nov 08 23:26
Component/s: Ant Integration
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
This issue relates to:
IDEADEV-12822 Ant integration: ant error highlighti... Critical Closed
 

Build: 6,603
Fixed in build: 6,735


 Description  « Hide
Create an ant file:
<project name="macro-test-2" default="main">
	<target name="main">
		<arbitrary/>
	</target>
</project>

Arbitrary "task" is highlighted as error - Ok. Alt+Enter, accept to create Macrodef or Presetdef. It's created. Error highlighted removed.
Now erase the line with new created Macrodef or Presetdef (return to initial state). Arbitrary element is not highlighted as error. It's not highlighted even on changing its name.
Highlighting is back on entering some new lines around new element, or on project reopening.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 05 Mar 07 15:38
Selena 6740:
> It's not highlighted even on changing its name.
This bug is fixed, seems to be the same as related IDEADEV-12822.

But the other buggy effects still exist:
> Now erase the line with new created Macrodef or Presetdef (return to initial state). Arbitrary element is not highlighted as error.

  • this is still the same.