Verified:

llaar Game profile

Member
11,278

Oct 11th 2010, 20:22:44

add to the bottom of the advisor screen, a button, that when clicked will just copy the same html table from the advisor report to the user's clipboard (minus any line breaks)

that will make for super easy status tidy code that everyone likes to have as opposed to having a bunch of 3rd party ones that always seem to break

iZarcon Game profile

Administrator
Game Development
2150

Oct 12th 2010, 6:49:55

they always break because game code is always changing.

Also, most browsers dont give scripts access to your clipboard. Some sites get around it by using flash.

The idea of getting he code with no line breaks does sound promising tho.

But, honestly, how hard is it for you to find and replace all line breaks with nothing in a semi-decent text editor.
-iZarcon
EE Developer


http://www.letskillstuff.org

Grimm Game profile

Member
175

Oct 13th 2010, 14:28:50

For me? Trivial.

For the average person? Complex fluff.

llaar Game profile

Member
11,278

Oct 13th 2010, 16:59:27

trivial for me as well

but the average person has no idea how to use regular expression pattern matching in advanced text editors (textpad, notepad+, etc)

iZarcon Game profile

Administrator
Game Development
2150

Oct 13th 2010, 18:53:47

didn mean anything fancy like that, juat a simple find and replace to delete all line breaks.
-iZarcon
EE Developer


http://www.letskillstuff.org