Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Mossienko
Subsystem
XML editing
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Serge Baranov
    5 years ago (21 Nov 2006 02:28)
  • Updated by   root
    2 years ago (17 Jan 2010 20:37)
  • Jira: IDEADEV-12070
    (history, comments)
 
IDEA-35541 No auto-completion for spring-beans using Spring 2.0 DTD
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Support feedback:

When specifying the Spring version 2.0 DTD in a spring bean xml, the auto completion (and other refactoring functions like property
rename) stops working in the xml file.

This DTD does not work:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN"
"http://www.springframework.org/dtd/spring-beans-2.0.dtd">

This DTD works:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">

Issue was resolved
Comments (1)
 
History
 
Linked Issues (?)
 
Taras Tielkes
  Taras Tielkes
01 Dec 2006 15:55
5 years ago
Inclusion of this fix in 6.0.x would be nice.