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

Linux Tools Project/SpecfileEditor/User Guide

< Linux Tools Project
Revision as of 04:22, 26 May 2009 by Unnamed Poltroon (Talk) (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 ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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