Skip to content

Commit

Permalink
Correct more links in the markdown pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jnerlich authored and vogella committed Feb 15, 2024
1 parent cce289b commit 79e698a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ The subclass also needs to override the createContents method to create the SWT
See Also:
---------

[FAQ\_How\_do\_I\_build\_menus\_and\_toolbars\_programmatically?](./FAQ_How_do_I_build_menus_and_toolbars_programmatically.md "FAQ How do I build menus and toolbars programmatically?")
[FAQ How do I build menus and toolbars programmatically?](./FAQ_How_do_I_build_menus_and_toolbars_programmatically.md "FAQ How do I build menus and toolbars programmatically?")

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Eclipse has a built-in key-binding configuration that emulates emacs-style key b
See Also:
---------

[FAQ\_How\_do\_I\_create\_my\_own\_key-binding\_configuration?](./FAQ_How_do_I_create_my_own_key-binding_configuration.md "FAQ How do I create my own key-binding configuration?")
[FAQ How do I create my own key-binding configuration?](./FAQ_How_do_I_create_my_own_key-binding_configuration.md "FAQ How do I create my own key-binding configuration?")

VIPlugin ([http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id=331](http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id=331))

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@


FAQ My runtime workbench runs, but my plug-in does not show. Why?
=================================================================

* [FAQ How do I create a plug-in?](./FAQ_How_do_I_create_a_plug-in.md "FAQ How do I create a plug-in?") contains instructions for writing plug-ins in Eclipse.
* [FAQ Why doesn't my plug-in build correctly?](./FAQ_Why_doesn%27t_my_plug-in_build_correctly.md "FAQ Why doesn't my plug-in build correctly?") tells you what to do if your plug-in has problems building.
* [FAQ How do I run my plug-in in another instance of Eclipse?](./FAQ_How_do_I_run_my_plug-in_in_another_instance_of_Eclipse.md "FAQ How do I run my plug-in in another instance of Eclipse?") explains how to run a plug-in in another instance of Eclipse.

Despite all these instructions, in some cases, your plug-in builds fine and the runtime workbench launches but your plug-in still does not show. Various configuration-related things could be wrong.

* The plug-in may not be selected in the launch configuration. See [FAQ How do I run my plug-in in another instance of Eclipse?](./FAQ_How_do_I_run_my_plug-in_in_another_instance_of_Eclipse.md "FAQ How do I run my plug-in in another instance of Eclipse?") for instructions on how to select plug-ins.
* Your plug-in may rely on other plug-ins not enabled in your current launch configuration. Check the error log. See [FAQ Where can I find that elusive .log file?](./FAQ_Where_can_I_find_that_elusive_.log_file.md "FAQ Where can I find that elusive .log file?") for messages referring to your plug-in.
* If your plug-in contributes an action to the toolbar and it does not show or if a menu option does not appear, your plug-in may still be activated. The workbench does not automatically add toolbar and menu items to every perspective. Run **Window > Customize Perspective** and verify whether your contribution is enabled for the current perspective.
* Your plug-in may not show because it is not yet needed. If all your plug-in does is contribute a view, you may need to show it explicitly by using **Window > Show View > Other...**. If your plug-in contributes an editor for a particular type, you may need to configure the file association; see **Window > Preferences > Workbench > File Associations**.
* Your plug-in may throw an exception in its static initializer or in its plug-in class instance initializer. Again, consult the log file for error messages involving your plug-in.

See Also:
---------

[FAQ What causes my plug-in to build but not to load in a runtime workbench?](./FAQ_What_causes_my_plug-in_to_build_but_not_to_load_in_a_runtime_workbench.md "FAQ What causes my plug-in to build but not to load in a runtime workbench?")

32 changes: 16 additions & 16 deletions docs/FAQ/FAQ_What_books_have_been_written_on_Eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@ In June 2004, books on Eclipse, other than this one, included the following:

* Frank Budinsky et al., _Eclipse Modeling Framework_, Addison-Wesley, 2004

* Berthold Daum, _Eclipse 2 for Java Developers_, Wiley, 2003 ([http://www.wileyeurope.com](http://www.wileyeurope.com))
* Berthold Daum, _Eclipse 2 for Java Developers_, [Wiley](http://www.wileyeurope.com), 2003

* Berthold Daum, _Java-Entwicklung mit Eclipse 2_ (German), DPunkt, 2003 ([http://www.dpunkt.de](http://www.dpunkt.de))
* Berthold Daum, _Java-Entwicklung mit Eclipse 2_ (German), [DPunkt](http://www.dpunkt.de), 2003

* Berthold Daum, Stefan Franke, and Marcel Tilly, _Web-Entwicklung mit Eclipse 3_ (German), DPunkt, 2004 ([http://www.dpunkt.de](http://www.dpunkt.de))
* Berthold Daum, Stefan Franke, and Marcel Tilly, _Web-Entwicklung mit Eclipse 3_ (German), [DPunkt](http://www.dpunkt.de), 2004

* Eric Clayberg and Dan Rubel, _Eclipse: Building Commercial-Quality Plug-Ins_, Addison-Wesley, 2004 ([http://www.qualityeclipse.com](http://www.qualityeclipse.com))
* Eric Clayberg and Dan Rubel, _Eclipse: Building Commercial-Quality Plug-Ins_, Addison-Wesley, 2004

* Bill Dudney, _Eclipse Live_, SourceBeat, 2003 ([http://www.sourcebeat.com](http://www.sourcebeat.com))
* Bill Dudney, _Eclipse Live_, SourceBeat, 2003

* David Gallardo, Ed Burnette, and Robert McGovern, _Eclipse in Action: A Guide for the Java Developer_, Manning, 2003 ([http://www.manning.com](http://www.manning.com))
* David Gallardo, Ed Burnette, and Robert McGovern, _Eclipse in Action: A Guide for the Java Developer_, [Manning](http://www.manning.com), 2003


* Wonjin Heo and Jiwon Jun, _Total Eclipse (Korean)_, Youngjin Publishing, 2003 ([http://www.youngjin.com](http://www.youngjin.com))
* Wonjin Heo and Jiwon Jun, _Total Eclipse (Korean)_, Youngjin Publishing, 2003

* Steven Holzner, _Eclipse: A Java Developer's Guide_, O'Reilly, 2004 ([http://www.oreilly.com](http://www.oreilly.com))
* Steven Holzner, _Eclipse: A Java Developer's Guide_, [O'Reilly](http://www.oreilly.com), 2004

* Junya Ishikawa et al., _The Complete Eclipse Guidebook: From Installation to Plug-In Development_ (Japanese), ASCII, 2003 ([http://www.ascii.co.jp](http://www.ascii.co.jp))
* Junya Ishikawa et al., _The Complete Eclipse Guidebook: From Installation to Plug-In Development_ (Japanese), ASCII, 2003

* Shinji Miyamoto, Shinichi IIda, and Yu Aoki, _Java Developers Guide to Adopting Eclipse_ (Japanese), SoftBank Publishing, 2003 ([http://www.sbpnet.jp](http://www.sbpnet.jp))
* Shinji Miyamoto, Shinichi IIda, and Yu Aoki, _Java Developers Guide to Adopting Eclipse_ (Japanese), SoftBank Publishing, 2003

* William Moore et al., _Eclipse Development using the Graphical Editing Framework and the Eclipse Modeling Framework_, IBM RedBooks, 2003 ([http://www.redbooks.ibm.com](http://www.redbooks.ibm.com))
* William Moore et al., _Eclipse Development using the Graphical Editing Framework and the Eclipse Modeling Framework_, [IBM RedBooks](http://www.redbooks.ibm.com), 2003

* Stanford Ng, Stephen Holder, and Matt Scarpino, _JFace/SWT in Action_, Manning, 2003 ([http://www.manning.com](http://www.manning.com))
* Stanford Ng, Stephen Holder, and Matt Scarpino, _JFace/SWT in Action_, [Manning](http://www.manning.com), 2003

* Joe Pluta, _Eclipse: Step by Step_, MC Press, 2003 ([http://www.mc-store.com](http://www.mc-store.com))
* Joe Pluta, _Eclipse: Step by Step_, [MC Press](http://www.mc-store.com), 2003

* Carlos Valcarcel, _Eclipse Kick Start_, Sams Publishing, 2004 ([http://www.samspublishing.com](http://www.samspublishing.com))
* Carlos Valcarcel, _Eclipse Kick Start_, Sams Publishing, 2004

* Rob Warner and Robert Harris, _The Definitive Guide to SWT and JFace_, Apress, 2004 ([http://www.apress.com](http://www.apress.com))
* Rob Warner and Robert Harris, _The Definitive Guide to SWT and JFace_, [Apress](http://www.apress.com), 2004

* Seongjun Yun, Sang-Min Cho, and Jeong Il Song, _Eclipse: Reinforcing the Java world_ (Korean), Hybird, 2003 ([http://hybird.net](http://hybird.net))
* Seongjun Yun, Sang-Min Cho, and Jeong Il Song, _Eclipse: Reinforcing the Java world_ (Korean), Hybird, 2003

2 changes: 1 addition & 1 deletion docs/FAQ/FAQ_What_is_the_Eclipse_Foundation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FAQ What is the Eclipse Foundation?
===================================

Please see the Eclipse Foundation pages on the Eclipse.org website: [https://www.eclipse.org/org/foundation/](https://www.eclipse.org/org/foundation/)
Please see the Eclipse Foundation pages on the [Eclipse.org website](https://www.eclipse.org/org/foundation/)



Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ/FAQ_Why_can't_my_Ant_build_find_javac.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Alternatively, Ant supports the notion of a _compiler adapter_, allowing you to
See Also:
---------

[FAQ\_What\_is_Ant?](./FAQ_What_is_Ant.md "FAQ What is Ant?")
[FAQ What is Ant?](./FAQ_What_is_Ant.md "FAQ What is Ant?")

0 comments on commit 79e698a

Please sign in to comment.