Home > Archive > Java Help > August 2005 > Newbie Ques on JCreator
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Newbie Ques on JCreator
|
|
| Cardinal 2005-08-27, 9:58 pm |
| I'm using JCreator and following along with the Dummies book on
beginning programming with Java.
Is there a way in JCreator to store snips of code so I don't have to
retype each time?
Many thanks.
| |
| Bjorn Abelli 2005-08-27, 9:58 pm |
|
"Cardinal" wrote...
> I'm using JCreator and following along with the Dummies book on
> beginning programming with Java.
> Is there a way in JCreator to store snips of code so I don't have to
> retype each time?
That depends on two things; what version of JCreator you're using, and what
you "really" mean with "snips of code".
If you mean really large chunks of code, i.e. templates for "application
skeletons" (when you choose "type of project"), you can do that in both LE
(light edition) and PRO, by simply add you own inside the "Templates"
directory.
However, he Lite edition does not have "Code templates", but the Pro version
has, i.e. short hand writing for larger constructs.
http://www.jcreator.com/features.htm
// Bjorn A
| |
| Andrew Thompson 2005-08-27, 9:58 pm |
| On 27 Aug 2005 06:18:23 -0700, Cardinal wrote:
> I'm using JCreator ...
Note that the manufacturer runs more specific forums..
<http://www.jcreator.com/community.htm>
HTH
--
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
"If we fall, others are rising.."
Paul Kelly 'From Little Things, Big Things Grow'
| |
| Cardinal 2005-08-28, 6:57 pm |
| Thanks very much. I was referring to small snips of code and at the
moment I'm using LE so now I know.
Andrew Thompson wrote:
> On 27 Aug 2005 06:18:23 -0700, Cardinal wrote:
>
>
> Note that the manufacturer runs more specific forums..
> <http://www.jcreator.com/community.htm>
>
> HTH
>
> --
> Andrew Thompson
> physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
> "If we fall, others are rising.."
> Paul Kelly 'From Little Things, Big Things Grow'
|
|
|
|
|