Ticket #271 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

More consistently support plain Java files with OT identifiers

Reported by: stephan Owned by: stephan
Priority: major Milestone: OTDT_1.3.0_M4
Component: jdt.ui.adaptor Version: 1.3.0M3
Keywords: Cc:

Description

The compiler can handle OT keywords as identifiers (scoped keywords) when not within a team or role type. Switching between both sets of keywords should be applied more consistently:

  • hover over an OT keyword in a Java file gives an IAE in ASTNode.setSourceRange
  • syntax highlighting still highlights disabled keywords

(component jdt.ui.adaptor is only half the story, the hover problem is in the dom implementation).

Change History

Changed 4 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed

The dom part is imlemented in r21736.

The JavaEditorAdaptor has been made conditional in r21737.

Note: See TracTickets for help on using tickets.