Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/MTJ/Developer Resources/references"

(Releng)
(workspace)
 
(9 intermediate revisions by one other user not shown)
Line 13: Line 13:
 
* [http://www.eclipsecon.org/2006/Sub.do?id=254 From Developer to Download: A Tour of the Eclipse Platform Build Factory]
 
* [http://www.eclipsecon.org/2006/Sub.do?id=254 From Developer to Download: A Tour of the Eclipse Platform Build Factory]
 
* [[Modeling_Project_Releng/Building/Signing_And_Packing|Signing And Packing]]
 
* [[Modeling_Project_Releng/Building/Signing_And_Packing|Signing And Packing]]
 +
* [[Modeling_Project_Releng/Maintenance|Modeling Project Releng Maintenance]] - we used some scrips found in this page
 +
* [[Corona/Releng/Build|Corona Build]] - Corona was used as reference on how to use SVN instead of CVS in a PDE build
  
 
== Legal ==
 
== Legal ==
Line 39: Line 41:
 
* [[User_Interface_Guidelines|User Interface Guidelines]]
 
* [[User_Interface_Guidelines|User Interface Guidelines]]
  
== Editors ==
+
== workspace ==
  
* [[FAQ_How_do_I_create_my_own_editor%3F]]
+
* [[CVS_Howto#extssh_CVS_Setup_using_a_Firewall|extssh CVS Setup using a Firewall]]
* [[FAQ_How_do_I_create_a_compare_editor%3F]]
+
* [[Orbit_Faq#How_do_I_work_with_a_bundle_in_Orbit.3F|How do I work with a bundle in Orbit?]]
* [[FAQ_How_do_I_write_an_editor_for_my_own_language%3F]]
+
* [[FAQ_Where_can_I_find_that_elusive_.log_file%3F|FAQ Where can I find that elusive .log file?]]
* [[FAQ_How_do_I_get_started_with_creating_a_custom_text_editor%3F]]
+
 
* [[FAQ_How_do_I_add_Content_Assist_to_my_language_editor%3F]]
+
== Development ==
* [[FAQ_How_do_I_add_Content_Assist_to_my_editor%3F]]
+
 
* [[FAQ_How_do_I_add_hover_support_to_my_text_editor%3F]]
+
=== OSGI ===
* [[FAQ_How_do_I_implement_Quick_Fixes_for_my_own_language%3F]]
+
 
* [[FAQ_How_do_I_support_refactoring_for_my_own_language%3F]]
+
* [[Adaptor_Hooks|Framework Adaptor API]] - used by '''org.eclipse.mtj.core.hooks'''
* [[FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor%3F]]
+
* [[DSDP/MTJ/Developer Resources/org.eclipse.mtj.core.hooks|Working with the org.eclipse.mtj.core.hooks plug-in]] - How to enable preprocessing in the development workbench.
 +
 
 +
=== Editors ===
 +
 
 +
This is the reference info used to create the Application Descriptor Editor:
 +
 
 +
* [[FAQ_How_do_I_create_my_own_editor%3F|How do I create my own editor?]]
 +
* [[FAQ_How_do_I_create_a_compare_editor%3F|How do I create a compare editor?]]
 +
* [[FAQ_How_do_I_write_an_editor_for_my_own_language%3F|How do I write an editor for my own language?]]
 +
* [[FAQ_How_do_I_get_started_with_creating_a_custom_text_editor%3F|How do I get started with creating a custom text editor?]]
 +
* [[FAQ_How_do_I_add_Content_Assist_to_my_language_editor%3F|How do I add Content Assist to my language editor?]]
 +
* [[FAQ_How_do_I_add_Content_Assist_to_my_editor%3F|How do I add Content Assist to my editor?]]
 +
* [[FAQ_How_do_I_add_hover_support_to_my_text_editor%3F|How do I add hover support to my text editor?]]
 +
* [[FAQ_How_do_I_implement_Quick_Fixes_for_my_own_language%3F|How do I implement Quick Fixes for my own language?]]
 +
* [[FAQ_How_do_I_support_refactoring_for_my_own_language%3F|How do I support refactoring for my own language?]]
 +
* [[FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor%3F|How do I create an Outline view for my own language editor?]]
  
  
 
[[Category:DSDP]] [[Category:MTJ]]
 
[[Category:DSDP]] [[Category:MTJ]]

Latest revision as of 03:43, 29 March 2010

Articles

Releng

Legal

Web

Maintenance

  • Words of Wisdom and Bits of Advice - These are things that Eclipse Project leads and committers need, and should, be doing on a regular basis (daily/weekly/weekly/quarterly/etc).

UI

workspace

Development

OSGI

Editors

This is the reference info used to create the Application Descriptor Editor:

Copyright © Eclipse Foundation, Inc. All Rights Reserved.