Browse Code tab request
-
It would be great if there was a way of copying a snippet of code (or an entire file) from within the Browse Code tab, but without all the line numbers.
while (e) { Coyote(); }
-
It would be great if there was a way of copying a snippet of code (or an entire file) from within the Browse Code tab, but without all the line numbers.
while (e) { Coyote(); }
This is currently item #2138 "When copying source code from <PRE> tags in articles that have "linecount=true", the line numbers get in the way of the code copying."
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
This is currently item #2138 "When copying source code from <PRE> tags in articles that have "linecount=true", the line numbers get in the way of the code copying."
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
Sorry, I forgot to check the bug list. Nice to see you're working on this one.
while (e) { Coyote(); }