|
-
Sep 29th, 2000, 07:37 PM
#1
Thread Starter
Frenzied Member
Anybody here with some ideas on this? Following has been posted on Chit-Chat Forum.
Why do some of these posts have a rediculous WIDTH, while others seem well contained?
The first thing that came to mind was that maybe some people cut and paste from another editor (which may not be wrapping).
Live long & prosper.
The Dinosaur from prehistoric era prior to computers.
Eschew obfuscation!
If a billion people believe a foolish idea, it is still a foolish idea!
VB.net 2010 Express
64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.
-
Sep 29th, 2000, 07:45 PM
#2
Code:
'this is a too damn long line of code........... yup... too long, the code tag keeps text from wrapping, unless you hit the enter key.. this is so you can keep code formatted.... :) or is it :(... oh well.. this should be long enough.
-
Sep 29th, 2000, 08:45 PM
#3
Frenzied Member
It's not that Dennis, threads have been messed up with no code posted.
I don't cut and paste, I compose straight into the online form, and I was getting the problem a couple of days ago.
Harry.
"From one thing, know ten thousand things."
-
Oct 5th, 2000, 05:41 AM
#4
transcendental analytic
I have an idea, what if John made the forums wrap the text in all pages, except inside [c ode] tag?
That would mean
text would look
like this......
Code:
And here goes the code
And here wrapped
text again all
the way...
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Oct 5th, 2000, 09:02 PM
#5
Code:
Remove it! Yup! For the powerful site comes a bad feature. Text wrapping! Yup yup! Code tags seem like the only one, but maybe quote tags? or maybe someone forgot some tags? What seems to be the longest line and what is the thread ID? Yup yup! That would be interesting and I'd like to view that! Yup yup! Yup yup! Can someong send a link to that? By the way, have anyong noticed the annoying blue line at the end of this forum? It's annoying. Yup yup.
On Local Error GoTo NoWhere
Set Me = Nothing
DestroyEverything(True, DestroyAll, VBWorld) ;)
But this would
be too short
for most posts
Error 04:
These posts R
too short!!!
-
Oct 6th, 2000, 04:32 AM
#6
Fanatic Member
-
Oct 6th, 2000, 01:18 PM
#7
There is a way.
The way is to not put the [code] tags in. Although that makes the code look ugly, but if it makes you happy, do it! As long as the code works, it doesn't matter how it looks .
-
Oct 6th, 2000, 10:54 PM
#8
Fanatic Member
I disagree,
I don't just copy paste code into my programs I like to read through the snippets and learn from them.
It's not really the code colouring I like but the formatting.
without the code tags you loose the tabs and spaces so functions become hard to see/read.
The biggest evil I think are people's API declare statements!
they ought to learn how to use the "_" marker to split
their code, or the [ code ] script on this web site ought
to attempt to cut DECLARE statements longer that 100 chrs with a "_"
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Oct 7th, 2000, 12:49 PM
#9
Code:
Public Used1 As VBWorld.User
Public User2 As VBWorld.User
Public Admin As VBWorld.Admin
Public SEdit As VBWorld.SeniorE
Sub Underline()
Set User1 = VBWorld.Users("Escaflowne")
Set User2 = VBWorld.Users("Paul282")
User2.AskRequest("A _ To end every Declare Line")
User1.Agreed = True
Set Admin = VBWorld.John
Set Admin.Status = "Administrator"
Admin.ShouldChangeForums = True
Set SEdit = VBWorld.KarlMoore
SEdit.UrgeAdmin = True
VBWorldEx(DoItAll)
End Sub
;) :) :(
-
Oct 7th, 2000, 11:32 PM
#10
Fanatic Member
Code:
Private Declare Function VBWorldImplementNewFeatureA Lib "VBWorld32.dll" (ByVal FeatureName As String, Feature as Long) as Long ' Returns 1 as True
MsgBox = VBWorldImplementNewFeatureA("Add '_'", AddressOf(AddUnderBar))
Public Function AddUnderBar(HTML as String) as String
'Code goes here (can't be bothered writing it :D)
End Function
Well? What's the return code?
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Oct 9th, 2000, 09:20 AM
#11
Fanatic Member
We are aware of this problem, and we are continuing to look into solutions. For the short term, just use the _ on the VB code.
John
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|