Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/SpecfileEditor/User Guide"

(New page: '''Basic introduction''' This editor provides a great number of features to make your *.spec files editing better. One of the most valued parts is the rpmlint which assist in finding the ...)
 
Line 1: Line 1:
'''Basic introduction'''
+
== '''Basic introduction''' ==
 +
 
  
 
This editor provides a great number of features to make your *.spec files editing better. One of the most valued parts is the rpmlint which assist in finding the most common mistakes made in RPM spec files and also a quick way to fix some of this warnings. It also tries to provide all the nice features you have seen in JDT. Just to name a few:
 
This editor provides a great number of features to make your *.spec files editing better. One of the most valued parts is the rpmlint which assist in finding the most common mistakes made in RPM spec files and also a quick way to fix some of this warnings. It also tries to provide all the nice features you have seen in JDT. Just to name a few:
Line 10: Line 11:
  
  
Table of Contents
+
== '''Table of Contents''' ==
 +
 
  
 
     * Creating new spec file
 
     * Creating new spec file

Revision as of 04:24, 26 May 2009

Basic introduction

This editor provides a great number of features to make your *.spec files editing better. One of the most valued parts is the rpmlint which assist in finding the most common mistakes made in RPM spec files and also a quick way to fix some of this warnings. It also tries to provide all the nice features you have seen in JDT. Just to name a few:

   * Outline view and quick outline in the editor
   * Various auto-completions
   * Highlighting
   * Hyperlinks - both inside the file and to external resouces
   * Folding and etc.


Table of Contents

   * Creating new spec file
   * Rpmlint warnings and quick fixes
   * Customizing editor
         o RPM macros completion
         o Package completion
   * Support and development

Back to the top