lets have a bit of code that we can enter into layouts that will allow us to leave non-generating comments within the code.
example:
When we "compare to factory" then we could have the comment showing up in a different colour, (currently red, yellow and green are used), so lets have pale blue
also when its comparing the layouts, totally ignore the fact the layout has comments, just compare the code, not the code+comments
perhaps thats a solution to the other posting I've made for notes, show a little marker saying "comments within this layout" and when you hover, show the contents of the first comment within the layout
My current programming language has this, its a massive boon,
forgot, so I've just edited the posting to include the current method I use
I simply include a conditional block and put comments within the block.
the condition used is
example:
<comment>
I can put anything I want here and it will never be generated into html code and posted on the web
</comment>
I can put anything I want here and it will never be generated into html code and posted on the web
</comment>
also when its comparing the layouts, totally ignore the fact the layout has comments, just compare the code, not the code+comments
perhaps thats a solution to the other posting I've made for notes, show a little marker saying "comments within this layout" and when you hover, show the contents of the first comment within the layout
My current programming language has this, its a massive boon,
forgot, so I've just edited the posting to include the current method I use
I simply include a conditional block and put comments within the block.
the condition used is
1 == 0
Comment