Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Making Changes to CDT


Try doing this -

In your open-run-dialog, under plugins tab,

select the option of running with the selected plugins and under workspace, select the plugins you want, include your modified cdt source plugins here and then under target platform, you could try de-selecting the cdt plugins which you have selected under workspace. Then click Add required plugins button. Click the validate plugins button before clicking apply button.

Under configuration tab, select the Clean configuration area. Now run it, hopefully this works for you.

Thanks,
-Sri.

On Sun, May 11, 2008 at 11:03 PM, student08 <pingu219@xxxxxxxxx> wrote:

Sorry somehow it still isn't working for me. I can even break the plugin
project code so it wouldn't be able to fully build, clean the project and
then run it as an Eclipse application and it will still load up as if
nothing ever changed.


Beth Tibbitts wrote:
>
>
>
>
>
>
> When launching the new run-time Eclipse, in the launch configuration, on
> the plug-ins(I think) tab, be sure the org.eclipse.cdt.ui plugin project
> is
> selected to run, as well as any other projects you want to run.
>
> ...Beth
>
> Beth Tibbitts  (859) 243-4981  (TL 545-4981)
> High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
> IBM T.J.Watson Research Center
> Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511
>
>
>
>              student08
>              <pingu219@gmail.c
>              om>                                                        To
>              Sent by:                  cdt-dev@xxxxxxxxxxx
>              cdt-dev-bounces@e                                          cc
>              clipse.org
>                                                                    Subject
>                                        [cdt-dev] Making Changes to CDT
>              05/11/08 12:04 PM
>
>
>              Please respond to
>                "CDT General
>              developers list."
>              <cdt-dev@eclipse.
>                    org>
>
>
>
>
>
>
>
> Hi I've imported the org.eclipse.cdt.ui plugin as a source code project
> and
> made some changes within PDE to add a new refactoring menu action and edit
> some current ones for testing purposes. However everytime I build and run
> as
> a new Eclipse application, none of my changes seem to come up in the new
> instance of run-time Eclipse. Just wondering if someone with more
> experience
> could tell me what I may possibly be missing. Thanks alot in advance.
> --
> View this message in context:
> http://www.nabble.com/Making-Changes-to-CDT-tp17170588p17170588.html
> Sent from the Eclipse CDT - Development mailing list archive at
> Nabble.com.
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>

--
View this message in context: http://www.nabble.com/Making-Changes-to-CDT-tp17170588p17182004.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top