Changeset 1020
- Timestamp:
- 04/14/11 13:07:02 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/jlatexeditor/bib/BibSyntaxHighlighting.java
r1019 r1020 244 244 if(state.getState() == BibParserState.STATE_EXPECT_KEY && !Character.isWhitespace(c)) { 245 245 String key = LatexSyntaxHighlighting.getUntil(row, char_nr, EQ_COMMA_OR_BRACKET); 246 String keyLower = key.toLowerCase(); 246 247 if(key == null) { 247 248 sce_char.style = stateStyles[LatexStyles.ERROR]; … … 254 255 if(entry != null) { 255 256 // non-existing key 256 if(!entry.getAll().contains(key )) {257 if(!entry.getAll().contains(keyLower)) { 257 258 entryStyle = stateStyles[LatexStyles.ERROR]; 258 259 }
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)