Jeffpk | 1 Jun 01:11
Picon

Re: Feedback from someoen trying to convert


Except I didn't get a lightbulb for it, just a red square :(

I'll keep an eye on it and see if there are other factors at work that
prevent the lightbulb from appearing.

JK

digi_pixel wrote:
> 
> Jeffpk
> 
> Number two can be answered quite easily. What you are after is the "Light
> bulb" feature which pops up when you click on the line that is underlined
> with a red squiggle (syntax error). In this case the line of code that is
> referencing the missing methods. After clicking the light bulb it will
> bring
> up a context menu with a list of options for correcting the problem
> (including filling out code for the missing methods automatically),
> keyboard
> shortcut for invoking the default action (the first one on the list) is
> alt+enter.
> 
> On 6/1/07, Jeffpk <jeffpk <at> gmail.com> wrote:
>>
>>
>> Okay,
>> Please take this in the cosntructive way its offered.  Im attempting to
>> move
>> from Eclispe to Netbeans 6.  In general NB has come a long way toards
(Continue reading)

Stephen Gaukrodger | 1 Jun 01:25
Picon

Re: Feedback from someoen trying to convert

Do you mean you put
"import java.some.lib.*" at wanted to add the library automatically or

"Calendar c = new GregorianCalendar()" somewhere in your code and wanted to import GregorianCalendar automatically?

The lightbulb is only for option b.
Jeffpk wrote:
Except I didn't get a lightbulb for it, just a red square :( I'll keep an eye on it and see if there are other factors at work that prevent the lightbulb from appearing. JK digi_pixel wrote:
Jeffpk Number two can be answered quite easily. What you are after is the "Light bulb" feature which pops up when you click on the line that is underlined with a red squiggle (syntax error). In this case the line of code that is referencing the missing methods. After clicking the light bulb it will bring up a context menu with a list of options for correcting the problem (including filling out code for the missing methods automatically), keyboard shortcut for invoking the default action (the first one on the list) is alt+enter. On 6/1/07, Jeffpk <jeffpk <at> gmail.com> wrote:
Okay, Please take this in the cosntructive way its offered. Im attempting to move from Eclispe to Netbeans 6. In general NB has come a long way toards closing the eclipse-gap. These are the issues I've run into: (1) Netbeans cannot have a native directory for native libs set as part of a library definition. Eclispe can. I got around this by setting the java.library.path in my run configuration but this constitutes a "hack" as I am going to have to do this for *every* run config individually in the project AND remember to do it in future projects that use the library. This is bad and needs to be fixed. (2) Netbeans does not appear to be able to autogenerate referenced but missing methods. Eclipse does this with a few clicks and it VERY valuable when writing new code. I haven't checked yet to see if it can autogenerate missing fields as well but this is also something Eclipse does and does well. (3) SVN support while better was still a pain to set up. It took me 3 days to find the magic eight sequence of actions to make an NB project from a dev.java.net project. Ironically, dev.java.net has instructions for using command line SVN or tortiseSVN but not Netbeans. While it would be easy to blame java.net, this would be wrong. Netbeans is your project and you need to do the proactive work to see that it is supported properly. (There is an opportunity to actually pull ahead of Eclipse here. You could support Java.net directly from inside of the IDE...) -- View this message in context: http://www.nabble.com/Feedback-from-someoen-trying-to-convert-tf3848107.html#a10899313 Sent from the Netbeans - Users mailing list archive at Nabble.com.
rlgfin | 1 Jun 02:03
Picon
Picon

JavaFX Script Plugin for NetBeans 5.5.1


I recently installed NetBeans 5.5.1. When I attempted to use the update
manager to install the JavaFX plugin I receive an "unable to connect"
message from the NetBeans Update Center Beta server. This has happened
several times over the last three days. I am able to connect to the other
update servers so I dont think it is a firewall problem. Can anyone help?

My system is:
Windows 2000 Pro.
JDJ 1.5.0_04
NetBeans 5.5.1
Server
url:
http://www.netbeans.org/updates/beta/55_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml 
--

-- 
View this message in context: http://www.nabble.com/JavaFX-Script-Plugin-for-NetBeans-5.5.1-tf3849585.html#a10904355
Sent from the Netbeans - Users mailing list archive at Nabble.com.

Wade Chandler | 1 Jun 02:11
Picon
Favicon

Re: Feedback from someoen trying to convert


You should be able to click the red square as well I
think.

Wade

--- Jeffpk <jeffpk <at> gmail.com> wrote:

> 
> Except I didn't get a lightbulb for it, just a red
> square :(
> 
> I'll keep an eye on it and see if there are other
> factors at work that
> prevent the lightbulb from appearing.
> 
> JK
> 
> digi_pixel wrote:
> > 
> > Jeffpk
> > 
> > Number two can be answered quite easily. What you
> are after is the "Light
> > bulb" feature which pops up when you click on the
> line that is underlined
> > with a red squiggle (syntax error). In this case
> the line of code that is
> > referencing the missing methods. After clicking
> the light bulb it will
> > bring
> > up a context menu with a list of options for
> correcting the problem
> > (including filling out code for the missing
> methods automatically),
> > keyboard
> > shortcut for invoking the default action (the
> first one on the list) is
> > alt+enter.
> > 
> > On 6/1/07, Jeffpk <jeffpk <at> gmail.com> wrote:
> >>
> >>
> >> Okay,
> >> Please take this in the cosntructive way its
> offered.  Im attempting to
> >> move
> >> from Eclispe to Netbeans 6.  In general NB has
> come a long way toards
> >> closing the eclipse-gap.  These are the issues
> I've run into:
> >>
> >> (1) Netbeans cannot have a native directory for
> native libs set as part
> >> of
> >> a
> >> library definition. Eclispe can.
> >> I got around this by setting the
> java.library.path in my run
> >> configuration
> >> but this constitutes a "hack" as I am going to
> have to do this for
> >> *every*
> >> run config individually in the project AND
> remember to do it in future
> >> projects that use the library.  This is bad and
> needs to be fixed.
> >>
> >> (2) Netbeans does not appear to be able to
> autogenerate referenced but
> >> missing methods.  Eclipse does this with a few
> clicks and it VERY
> >> valuable
> >> when writing new code.  I haven't checked yet to
> see if it can
> >> autogenerate
> >> missing fields as well but this is also something
> Eclipse does and does
> >> well.
> >>
> >> (3) SVN support while better was still a pain to
> set up.  It took me 3
> >> days
> >> to find the magic eight sequence of actions to
> make an NB project from a
> >> dev.java.net project.   Ironically, dev.java.net
> has instructions for
> >> using
> >> command line SVN or tortiseSVN but not Netbeans. 
> While it would be easy
> >> to
> >> blame java.net, this would be wrong.  Netbeans is
> your project and you
> >> need
> >> to do the proactive work to see that it is
> supported properly.  (There is
> >> an
> >> opportunity to actually pull ahead of Eclipse
> here.  You could support
> >> Java.net directly from inside of the IDE...)
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >>
>
http://www.nabble.com/Feedback-from-someoen-trying-to-convert-tf3848107.html#a10899313
> >> Sent from the Netbeans - Users mailing list
> archive at Nabble.com.
> >>
> > 
> > 
> 
> -- 
> View this message in context:
>
http://www.nabble.com/Feedback-from-someoen-trying-to-convert-tf3848107.html#a10903824
> Sent from the Netbeans - Users mailing list archive
> at Nabble.com.
> 

Eric Armstrong | 1 Jun 02:12
Picon

Silent Failure during Startup

Hi, all.

I'm successfully running NB6 at home, but starting
it here at work (on a more powerful system), I'm
encountering a silent failure at startup.

I've closed all non-essential processes, and still
nothing.

Any suggestions as to how to go about debugging
the problem?

vijay poluru | 1 Jun 02:17
Picon
Favicon

netbeans 6.0 (M9) refactoring menu

Hi, 

I'm exploring Netbeans 6.0 (M9) on ubuntu 7.x and the
refactoring menu doesn't show all the options. I was
trying to use Encapsulate Fields refactoring option
but couldn't find it under refactoring menu. Checked
with 5.5 and can see it there. Just wondering if it's
an issue with my setup or a bug. 

I appreciate any suggestions on this. 

Thanks,
Vijay

      Did you know? You can CHAT without downloading messenger. Click here http://in.messenger.yahoo.com/webmessengerpromo.php

Eric Armstrong | 1 Jun 02:21
Picon

Packaging Suggestion

I'm primarily interested in using NetBeans
to author small, lightweight apps in JRuby.

But to get Ruby support in NB, I need to
download support for SOA, for Mobile devices,
for enterprise apps, and every other package
or plug in that NB supports.

So ironically, to build small, lightweight
apps I need to install the most heavyweight
version of NB possible.

My suggestion is to include support for all
languages--and most especially scripting
languages--in the core package.

Eric Armstrong | 1 Jun 02:38
Picon

Re: Silent Failure during Startup = Unexpected Dialog

Eric Armstrong wrote:
>
> I'm successfully running NB6 at home, but starting
> it here at work (on a more powerful system), I'm
> encountering a silent failure at startup.
> 
When I started closing essential processes, preparing
to reboot, I came across an unexpected dialog:

   Settings from 5.5 were found. Do you want
   to import them?

That dialog was underneath all existing windows, instead
of on top, so I never saw it.

Other notes:

* The human factors on NB is generally awesome. A lot
   of thought has gone into it. When it wanted a jdk,
   and I pointed it to a jre instead, the error message
   said, "No, that won't work. We need a full jdk, not
   a jre." I found that very impressive. It could easily
   have just refused to accept it, and I would have sat
   there for 20 minutes wonder why...
   :_)

* I'm finding performance somewhat sluggish on my 700mhz
   windows box at home. It can take a couple of seconds to
   open a menu. But on my 3Ghz system here at work, it runs
   like a champ. (Guess its time for an upgrade at home.
   Pity. It used to be so fast...)
   :_)

Travis Risner | 1 Jun 03:00
Favicon

Re: Feedback from someoen trying to convert

Hi,

Actually I asked the same question (about 2) in an other thread and was 
told that it is not in M9, but would be in M10.  See 
http://wiki.netbeans.org/wiki/view/NB6FeaturePlan for specific 
milestones and targeted implementations.  In this case it's covered by 
http://www.netbeans.org/issues/show_bug.cgi?id=89595 I think.

HTH,
Travis

Wade Chandler wrote:
> You should be able to click the red square as well I
> think.
>
> Wade
>
> --- Jeffpk <jeffpk <at> gmail.com> wrote:
>
>   
>> Except I didn't get a lightbulb for it, just a red
>> square :(
>>
>> I'll keep an eye on it and see if there are other
>> factors at work that
>> prevent the lightbulb from appearing.
>>
>> JK
>>
>> digi_pixel wrote:
>>     
>>> Jeffpk
>>>
>>> Number two can be answered quite easily. What you
>>>       
>> are after is the "Light
>>     
>>> bulb" feature which pops up when you click on the
>>>       
>> line that is underlined
>>     
>>> with a red squiggle (syntax error). In this case
>>>       
>> the line of code that is
>>     
>>> referencing the missing methods. After clicking
>>>       
>> the light bulb it will
>>     
>>> bring
>>> up a context menu with a list of options for
>>>       
>> correcting the problem
>>     
>>> (including filling out code for the missing
>>>       
>> methods automatically),
>>     
>>> keyboard
>>> shortcut for invoking the default action (the
>>>       
>> first one on the list) is
>>     
>>> alt+enter.
>>>
>>> On 6/1/07, Jeffpk <jeffpk <at> gmail.com> wrote:
>>>       
>>>> Okay,
>>>> Please take this in the cosntructive way its
>>>>         
>> offered.  Im attempting to
>>     
>>>> move
>>>> from Eclispe to Netbeans 6.  In general NB has
>>>>         
>> come a long way toards
>>     
>>>> closing the eclipse-gap.  These are the issues
>>>>         
>> I've run into:
>>     
>>>> (1) Netbeans cannot have a native directory for
>>>>         
>> native libs set as part
>>     
>>>> of
>>>> a
>>>> library definition. Eclispe can.
>>>> I got around this by setting the
>>>>         
>> java.library.path in my run
>>     
>>>> configuration
>>>> but this constitutes a "hack" as I am going to
>>>>         
>> have to do this for
>>     
>>>> *every*
>>>> run config individually in the project AND
>>>>         
>> remember to do it in future
>>     
>>>> projects that use the library.  This is bad and
>>>>         
>> needs to be fixed.
>>     
>>>> (2) Netbeans does not appear to be able to
>>>>         
>> autogenerate referenced but
>>     
>>>> missing methods.  Eclipse does this with a few
>>>>         
>> clicks and it VERY
>>     
>>>> valuable
>>>> when writing new code.  I haven't checked yet to
>>>>         
>> see if it can
>>     
>>>> autogenerate
>>>> missing fields as well but this is also something
>>>>         
>> Eclipse does and does
>>     
>>>> well.
>>>>
>>>> (3) SVN support while better was still a pain to
>>>>         
>> set up.  It took me 3
>>     
>>>> days
>>>> to find the magic eight sequence of actions to
>>>>         
>> make an NB project from a
>>     
>>>> dev.java.net project.   Ironically, dev.java.net
>>>>         
>> has instructions for
>>     
>>>> using
>>>> command line SVN or tortiseSVN but not Netbeans. 
>>>>         
>> While it would be easy
>>     
>>>> to
>>>> blame java.net, this would be wrong.  Netbeans is
>>>>         
>> your project and you
>>     
>>>> need
>>>> to do the proactive work to see that it is
>>>>         
>> supported properly.  (There is
>>     
>>>> an
>>>> opportunity to actually pull ahead of Eclipse
>>>>         
>> here.  You could support
>>     
>>>> Java.net directly from inside of the IDE...)
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>>
>>>>         
> http://www.nabble.com/Feedback-from-someoen-trying-to-convert-tf3848107.html#a10899313
>   
>>>> Sent from the Netbeans - Users mailing list
>>>>         
>> archive at Nabble.com.
>>     
>>>       
>> -- 
>> View this message in context:
>>
>>     
> http://www.nabble.com/Feedback-from-someoen-trying-to-convert-tf3848107.html#a10903824
>   
>> Sent from the Netbeans - Users mailing list archive
>> at Nabble.com.
>>
>>     
>
>
>   

Wade Chandler | 1 Jun 03:40
Picon
Favicon

Re: Feedback from someoen trying to convert

Yeah, that's weird, for some reason I thought just
earlier I was working and had that issue and it had
generated it for me...must have been imagining it.  I
just tried it out and it wasn't there....maybe I was
in 5.5. I know this works in 5.5 for sure. It must not
be in 6.0 at the moment because of the new Java
infrastructure support. This made much of the code
have to be rewritten to use the new language model.

Wade

--- Travis Risner <deeptinker <at> 141.com> wrote:

> Hi,
> 
> Actually I asked the same question (about 2) in an
> other thread and was 
> told that it is not in M9, but would be in M10.  See
> 
> http://wiki.netbeans.org/wiki/view/NB6FeaturePlan
> for specific 
> milestones and targeted implementations.  In this
> case it's covered by 
> http://www.netbeans.org/issues/show_bug.cgi?id=89595
> I think.
> 
> HTH,
> Travis
> 
> Wade Chandler wrote:
> > You should be able to click the red square as well
> I
> > think.
> >
> > Wade
> >
> > --- Jeffpk <jeffpk <at> gmail.com> wrote:
> >
> >   
> >> Except I didn't get a lightbulb for it, just a
> red
> >> square :(
> >>
> >> I'll keep an eye on it and see if there are other
> >> factors at work that
> >> prevent the lightbulb from appearing.
> >>
> >> JK
> >>
> >> digi_pixel wrote:
> >>     
> >>> Jeffpk
> >>>
> >>> Number two can be answered quite easily. What
> you
> >>>       
> >> are after is the "Light
> >>     
> >>> bulb" feature which pops up when you click on
> the
> >>>       
> >> line that is underlined
> >>     
> >>> with a red squiggle (syntax error). In this case
> >>>       
> >> the line of code that is
> >>     
> >>> referencing the missing methods. After clicking
> >>>       
> >> the light bulb it will
> >>     
> >>> bring
> >>> up a context menu with a list of options for
> >>>       
> >> correcting the problem
> >>     
> >>> (including filling out code for the missing
> >>>       
> >> methods automatically),
> >>     
> >>> keyboard
> >>> shortcut for invoking the default action (the
> >>>       
> >> first one on the list) is
> >>     
> >>> alt+enter.
> >>>
> >>> On 6/1/07, Jeffpk <jeffpk <at> gmail.com> wrote:
> >>>       
> >>>> Okay,
> >>>> Please take this in the cosntructive way its
> >>>>         
> >> offered.  Im attempting to
> >>     
> >>>> move
> >>>> from Eclispe to Netbeans 6.  In general NB has
> >>>>         
> >> come a long way toards
> >>     
> >>>> closing the eclipse-gap.  These are the issues
> >>>>         
> >> I've run into:
> >>     
> >>>> (1) Netbeans cannot have a native directory for
> >>>>         
> >> native libs set as part
> >>     
> >>>> of
> >>>> a
> >>>> library definition. Eclispe can.
> >>>> I got around this by setting the
> >>>>         
> >> java.library.path in my run
> >>     
> >>>> configuration
> >>>> but this constitutes a "hack" as I am going to
> >>>>         
> >> have to do this for
> >>     
> >>>> *every*
> >>>> run config individually in the project AND
> >>>>         
> >> remember to do it in future
> >>     
> >>>> projects that use the library.  This is bad and
> >>>>         
> >> needs to be fixed.
> >>     
> >>>> (2) Netbeans does not appear to be able to
> >>>>         
> >> autogenerate referenced but
> >>     
> >>>> missing methods.  Eclipse does this with a few
> >>>>         
> >> clicks and it VERY
> >>     
> >>>> valuable
> >>>> when writing new code.  I haven't checked yet
> to
> >>>>         
> >> see if it can
> >>     
> >>>> autogenerate
> >>>> missing fields as well but this is also
> something
> >>>>         
> >> Eclipse does and does
> >>     
> >>>> well.
> >>>>
> >>>> (3) SVN support while better was still a pain
> to
> >>>>         
> >> set up.  It took me 3
> >>     
> >>>> days
> >>>> to find the magic eight sequence of actions to
> >>>>         
> >> make an NB project from a
> >>     
> >>>> dev.java.net project.   Ironically,
> dev.java.net
> >>>>         
> >> has instructions for
> >>     
> >>>> using
> >>>> command line SVN or tortiseSVN but not
> Netbeans. 
> >>>>         
> >> While it would be easy
> >>     
> >>>> to
> >>>> blame java.net, this would be wrong.  Netbeans
> is
> >>>>         
> >> your project and you
> >>     
> >>>> need
> >>>> to do the proactive work to see that it is
> >>>>         
> >> supported properly.  (There is
> >>     
> >>>> an
> >>>> opportunity to actually pull ahead of Eclipse
> >>>>         
> >> here.  You could support
> >>     
> >>>> Java.net directly from inside of the IDE...)
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> View this message in context:
> >>>>
> >>>>         
> >
>
http://www.nabble.com/Feedback-from-someoen-trying-to-convert-tf3848107.html#a10899313
> >   
> >>>> Sent from the Netbeans - Users mailing list
> >>>>         
> >> archive at Nabble.com.
> >>     
> >>>       
> >> -- 
> >> View this message in context:
> >>
> >>     
> >
>
http://www.nabble.com/Feedback-from-someoen-trying-to-convert-tf3848107.html#a10903824
> >   
> >> Sent from the Netbeans - Users mailing list
> archive
> >> at Nabble.com.
> >>
> >>     
> >
> >
> >   
> 


Gmane