@@ -12,13 +12,13 @@ Menu "CodeBrowser"
1212End
1313
1414// Markers for the different listbox elements
15- StrConstant strConstantMarker = "\\ W539"
16- StrConstant constantMarker = "\\ W534"
17- StrConstant functionMarker = "\\ W529"
18- StrConstant macroMarker = "\\ W519"
19- StrConstant windowMarker = "\\ W520"
20- StrConstant procMarker = "\\ W521"
21- StrConstant structureMarker = "\\ W522"
15+ StrConstant strConstantMarker = "\\ W539"
16+ StrConstant constantMarker = "\\ W534"
17+ StrConstant functionMarker = "\\ W529"
18+ StrConstant macroMarker = "\\ W519"
19+ StrConstant windowMarker = "\\ W520"
20+ StrConstant procMarker = "\\ W521"
21+ StrConstant structureMarker = "\\ W522"
2222
2323// the idea here: static functions have less intense colors
2424StrConstant plainColor = "0,0,0" // black
@@ -322,7 +322,7 @@ Function addDecoratedFunctions(module, procedure, declWave, lineWave)
322322End
323323
324324// Adds Constants/StrConstants by searching for them in the Procedure with a Regular Expression
325- Function addDecoratedConstants ( module, procedureWithoutModule, declWave, lineWave)
325+ Function addDecoratedConstants ( module, procedureWithoutModule, declWave, lineWave)
326326 String module, procedureWithoutModule
327327 WAVE /T declWave
328328 WAVE /D lineWave
@@ -364,7 +364,7 @@ Function addDecoratedConstants(module, procedureWithoutModule, declWave, lineWa
364364 KillWaves / Z W_Index
365365End
366366
367- Function addDecoratedMacros ( module, procedureWithoutModule, declWave, lineWave)
367+ Function addDecoratedMacros ( module, procedureWithoutModule, declWave, lineWave)
368368 String module, procedureWithoutModule
369369 WAVE /T declWave
370370 WAVE /D lineWave
@@ -406,7 +406,7 @@ Function addDecoratedMacros(module, procedureWithoutModule, declWave, lineWave)
406406 endfor
407407End
408408
409- Function addDecoratedStructure ( module, procedureWithoutModule, declWave, lineWave, [ parseVariables] )
409+ Function addDecoratedStructure ( module, procedureWithoutModule, declWave, lineWave, [ parseVariables] )
410410 String module, procedureWithoutModule
411411 WAVE /T declWave
412412 WAVE /D lineWave
0 commit comments