Skip to content

Commit 5e79a98

Browse files
author
Matthias Kastner
committed
white space alignment
due to different tab widths, grouped variables are misaligned when using tabs.
1 parent e365ed7 commit 5e79a98

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

procedures/CodeBrowser.ipf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Menu "CodeBrowser"
1212
End
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
2424
StrConstant plainColor = "0,0,0" // black
@@ -322,7 +322,7 @@ Function addDecoratedFunctions(module, procedure, declWave, lineWave)
322322
End
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
365365
End
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
407407
End
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

Comments
 (0)