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"

(New page: * [http://www.eclipse.org/articles/Article-Progress-Monitors/article.html How to Correctly and Uniformly Use Progress Monitors] * [http://www.eclipse.org/articles/Article-Internationalizat...)
 
(workspace)
 
(20 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
== Articles ==
 +
 
* [http://www.eclipse.org/articles/Article-Progress-Monitors/article.html How to Correctly and Uniformly Use Progress Monitors]
 
* [http://www.eclipse.org/articles/Article-Progress-Monitors/article.html How to Correctly and Uniformly Use Progress Monitors]
 
* [http://www.eclipse.org/articles/Article-Internationalization/how2I18n.html How to Internationalize your Eclipse Plug-In]
 
* [http://www.eclipse.org/articles/Article-Internationalization/how2I18n.html How to Internationalize your Eclipse Plug-In]
 +
 +
== Releng ==
 +
 +
* [[Platform-releng-faq]]
 +
* [[Platform-releng-sample-project|Platform releng sample project]]
 +
* [[Version_Numbering|Eclipse Plug-in Versioning]]
 +
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.releng.basebuilder/readme.html?content-type=text%2Fhtml&revision=HEAD Automating Builds with PDE BUILD]
 +
* [http://www.eclipse.org/articles/Article-PDE-Automation/automation.html Build and Test Automation for plug-ins and features]
 +
* [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/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 ==
 +
 +
* [http://www.eclipse.org/legal/guidetolegaldoc.php A Guide to the Legal Documentation for Eclipse-Based Content]
 +
* [[Development_Resources/HOWTO/Parallel_IP_Process|Parallel IP Process]]
 +
* [[Development_Resources|Eclipse Development Resources]]
 +
* [http://www.eclipse.org/legal/epl/about.php '''About File''' Templates] (all plug-ins must have an about.html file)
 +
* [http://www.eclipse.org/legal/epl/notice.html Eclipse Foundation Software User Agreement]
 +
* [[Development Resources/Project Plan|Project Plan]] (How to document the project plan)
 +
* [http://www.eclipse.org/projects/project_provisioning_request.php New Project Provisioning Request]
 +
 +
== Web ==
 +
 +
* [[Development_Resources/HOWTO/Project_Meta-Data|Project Meta-Data]]
 +
* [[Development_Resources/HOWTO/Conforming_Incubation_Branding|Conforming Incubation Branding]]
 +
* [[Using_Phoenix|Using Phoenix]]
 +
* [[Development_Resources/HOWTO/Left_Menu|Standard Left Menu]]
 +
 +
== Maintenance ==
 +
 +
* [[Development_Resources/Words_of_Wisdom_and_Bits_of_Advice|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 ==
 +
 +
* [[User_Interface_Guidelines|User Interface Guidelines]]
 +
 +
== workspace ==
 +
 +
* [[CVS_Howto#extssh_CVS_Setup_using_a_Firewall|extssh CVS Setup using a Firewall]]
 +
* [[Orbit_Faq#How_do_I_work_with_a_bundle_in_Orbit.3F|How do I work with a bundle in Orbit?]]
 +
* [[FAQ_Where_can_I_find_that_elusive_.log_file%3F|FAQ Where can I find that elusive .log file?]]
 +
 +
== Development ==
 +
 +
=== OSGI ===
 +
 +
* [[Adaptor_Hooks|Framework Adaptor API]] - used by '''org.eclipse.mtj.core.hooks'''
 +
* [[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]]

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:

Back to the top