You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FAQ/FAQ_Can_I_create_an_application_that_doesn't_have_views_or_editors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,5 +46,5 @@ The subclass also needs to override the createContents method to create the SWT
46
46
See Also:
47
47
---------
48
48
49
-
[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?")
49
+
[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?")
Copy file name to clipboardExpand all lines: docs/FAQ/FAQ_How_do_I_switch_to_vi_or_emacs-style_key_bindings.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Eclipse has a built-in key-binding configuration that emulates emacs-style key b
10
10
See Also:
11
11
---------
12
12
13
-
[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?")
13
+
[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 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.
7
+
*[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.
8
+
*[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.
9
+
10
+
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.
11
+
12
+
* 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.
13
+
* 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.
14
+
* 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.
15
+
* 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**.
16
+
* 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.
17
+
18
+
See Also:
19
+
---------
20
+
21
+
[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?")
* Berthold Daum, _Java-Entwicklung mit Eclipse 2_ (German), [DPunkt](http://www.dpunkt.de), 2003
13
13
14
-
* Berthold Daum, Stefan Franke, and Marcel Tilly, _Web-Entwicklung mit Eclipse 3_ (German), DPunkt, 2004 ([http://www.dpunkt.de](http://www.dpunkt.de))
14
+
* Berthold Daum, Stefan Franke, and Marcel Tilly, _Web-Entwicklung mit Eclipse 3_ (German), [DPunkt](http://www.dpunkt.de), 2004
15
15
16
-
* Eric Clayberg and Dan Rubel, _Eclipse: Building Commercial-Quality Plug-Ins_, Addison-Wesley, 2004 ([http://www.qualityeclipse.com](http://www.qualityeclipse.com))
16
+
* Eric Clayberg and Dan Rubel, _Eclipse: Building Commercial-Quality Plug-Ins_, Addison-Wesley, 2004
17
17
18
-
* Bill Dudney, _Eclipse Live_, SourceBeat, 2003 ([http://www.sourcebeat.com](http://www.sourcebeat.com))
18
+
* Bill Dudney, _Eclipse Live_, SourceBeat, 2003
19
19
20
-
* 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))
20
+
* David Gallardo, Ed Burnette, and Robert McGovern, _Eclipse in Action: A Guide for the Java Developer_, [Manning](http://www.manning.com), 2003
* Steven Holzner, _Eclipse: A Java Developer's Guide_, O'Reilly, 2004 ([http://www.oreilly.com](http://www.oreilly.com))
25
+
* Steven Holzner, _Eclipse: A Java Developer's Guide_, [O'Reilly](http://www.oreilly.com), 2004
26
26
27
-
* 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))
27
+
* Junya Ishikawa et al., _The Complete Eclipse Guidebook: From Installation to Plug-In Development_ (Japanese), ASCII, 2003
28
28
29
-
* 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))
29
+
* Shinji Miyamoto, Shinichi IIda, and Yu Aoki, _Java Developers Guide to Adopting Eclipse_ (Japanese), SoftBank Publishing, 2003
30
30
31
-
* 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))
31
+
* William Moore et al., _Eclipse Development using the Graphical Editing Framework and the Eclipse Modeling Framework_, [IBM RedBooks](http://www.redbooks.ibm.com), 2003
32
32
33
-
* Stanford Ng, Stephen Holder, and Matt Scarpino, _JFace/SWT in Action_, Manning, 2003 ([http://www.manning.com](http://www.manning.com))
33
+
* Stanford Ng, Stephen Holder, and Matt Scarpino, _JFace/SWT in Action_, [Manning](http://www.manning.com), 2003
34
34
35
-
* Joe Pluta, _Eclipse: Step by Step_, MC Press, 2003 ([http://www.mc-store.com](http://www.mc-store.com))
35
+
* Joe Pluta, _Eclipse: Step by Step_, [MC Press](http://www.mc-store.com), 2003
36
36
37
-
* Carlos Valcarcel, _Eclipse Kick Start_, Sams Publishing, 2004 ([http://www.samspublishing.com](http://www.samspublishing.com))
37
+
* Carlos Valcarcel, _Eclipse Kick Start_, Sams Publishing, 2004
38
38
39
-
* Rob Warner and Robert Harris, _The Definitive Guide to SWT and JFace_, Apress, 2004 ([http://www.apress.com](http://www.apress.com))
39
+
* Rob Warner and Robert Harris, _The Definitive Guide to SWT and JFace_, [Apress](http://www.apress.com), 2004
40
40
41
-
* Seongjun Yun, Sang-Min Cho, and Jeong Il Song, _Eclipse: Reinforcing the Java world_ (Korean), Hybird, 2003 ([http://hybird.net](http://hybird.net))
41
+
* Seongjun Yun, Sang-Min Cho, and Jeong Il Song, _Eclipse: Reinforcing the Java world_ (Korean), Hybird, 2003
0 commit comments