mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix for 237035: Syntax Coloring Preview and editors don't update
This commit is contained in:
parent
cc494247e8
commit
69ce10e343
1 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ public class CSourceViewerConfiguration extends TextSourceViewerConfiguration {
|
|||
*
|
||||
* @return the C multi-line comment scanner
|
||||
*/
|
||||
protected ICTokenScanner getMultilineCommentScanner() {
|
||||
private ICTokenScanner getMultilineCommentScanner() {
|
||||
return fMultilineCommentScanner;
|
||||
}
|
||||
|
||||
|
@ -319,7 +319,7 @@ public class CSourceViewerConfiguration extends TextSourceViewerConfiguration {
|
|||
*
|
||||
* @return the C single-line comment scanner
|
||||
*/
|
||||
protected ICTokenScanner getSinglelineCommentScanner() {
|
||||
private ICTokenScanner getSinglelineCommentScanner() {
|
||||
return fSinglelineCommentScanner;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue