Results 1 to 6 of 6
Thread: copying code from eclipse
- 12-14-2011, 11:33 PM #1
Senior Member
- Join Date
- Dec 2011
- Posts
- 102
- Rep Power
- 0
- 12-14-2011, 11:37 PM #2
Member
- Join Date
- Nov 2011
- Posts
- 65
- Rep Power
- 0
Re: copying code from eclipse
is it copying from eclipse or is it the code tags you can select the # sign symbol or manually type them
{code}
{/code}
it uses the other type of brackets []
Java Code:{system.out.println("hi");}
- 12-14-2011, 11:42 PM #3
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,561
- Rep Power
- 11
Re: copying code from eclipse
When you post code you put [code] at the start and [/code] at the end. There are other tags as well like [b]BOLD![/b].
[code]
if(withCodeTags) {
System.out.println("Looks good");}
[/code]
appears like
There are more described at BB Code List - Java Programming ForumJava Code:if(withCodeTags) { System.out.println("Looks good"); }
- 12-14-2011, 11:43 PM #4
Senior Member
- Join Date
- Dec 2011
- Posts
- 102
- Rep Power
- 0
Re: copying code from eclipse
Yea,
that's what I was looking for, thanks m8.
i mean, thanks both of you :) saw the other post after replying :P
- 12-14-2011, 11:47 PM #5
Member
- Join Date
- Nov 2011
- Posts
- 65
- Rep Power
- 0
Re: copying code from eclipse
Np :D now my question is how did the moderator use it without it making code signs, another day another question
- 12-15-2011, 12:07 AM #6
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,561
- Rep Power
- 11
Similar Threads
-
servlet include method copying sorce code and executing source code as output how to
By shamkuma2k in forum Advanced JavaReplies: 0Last Post: 08-07-2011, 08:32 PM -
Java code / eclipse API's to close all open editors in eclipse
By userj2ee in forum EclipseReplies: 0Last Post: 07-27-2011, 12:52 PM -
help to run java Qr Code by eclipse
By elaseef in forum EclipseReplies: 1Last Post: 08-13-2009, 08:56 PM -
Copying Eclipse Plugins
By gapper in forum EclipseReplies: 1Last Post: 01-23-2008, 10:37 AM -
Generating Code Automatically Using Custom code Template In Eclipse
By JavaForums in forum EclipseReplies: 1Last Post: 04-26-2007, 03:52 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks