Hi,
I'm comparing two files and can see the differences marked on the left bar (red/orange) and in the files.
Is it possible however to show specific keywords (in a different colour (say blue)) in the left bar even if they are the same in the two files?
for example:
In this case I would like to have a rule that shows " sub " in the left bar as a blue line.
This would allow me, in this case, to easily identify start/end of different subs within the same code module.
There can be many subs with many lines...
Many thanks in advance,
Seán
I'm comparing two files and can see the differences marked on the left bar (red/orange) and in the files.
Is it possible however to show specific keywords (in a different colour (say blue)) in the left bar even if they are the same in the two files?
for example:
Code:
Public sub qwerty() Public sub qwerty() abc bde end sub end sub
In this case I would like to have a rule that shows " sub " in the left bar as a blue line.
This would allow me, in this case, to easily identify start/end of different subs within the same code module.
There can be many subs with many lines...

Many thanks in advance,
Seán
Comment