@@ -12,13 +12,13 @@ Menu "CodeBrowser"
12
12
End
13
13
14
14
// 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"
22
22
23
23
// the idea here: static functions have less intense colors
24
24
StrConstant plainColor = "0,0,0" // black
@@ -322,7 +322,7 @@ Function addDecoratedFunctions(module, procedure, declWave, lineWave)
322
322
End
323
323
324
324
// 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)
326
326
String module, procedureWithoutModule
327
327
WAVE /T declWave
328
328
WAVE /D lineWave
@@ -364,7 +364,7 @@ Function addDecoratedConstants(module, procedureWithoutModule, declWave, lineWa
364
364
KillWaves / Z W_Index
365
365
End
366
366
367
- Function addDecoratedMacros ( module, procedureWithoutModule, declWave, lineWave)
367
+ Function addDecoratedMacros ( module, procedureWithoutModule, declWave, lineWave)
368
368
String module, procedureWithoutModule
369
369
WAVE /T declWave
370
370
WAVE /D lineWave
@@ -406,7 +406,7 @@ Function addDecoratedMacros(module, procedureWithoutModule, declWave, lineWave)
406
406
endfor
407
407
End
408
408
409
- Function addDecoratedStructure ( module, procedureWithoutModule, declWave, lineWave, [ parseVariables] )
409
+ Function addDecoratedStructure ( module, procedureWithoutModule, declWave, lineWave, [ parseVariables] )
410
410
String module, procedureWithoutModule
411
411
WAVE /T declWave
412
412
WAVE /D lineWave
0 commit comments