~ubuntu-branches/ubuntu/precise/fte/precise

« back to all changes in this revision

Viewing changes to config/global.fte

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2011-08-14 10:28:46 UTC
  • mfrom: (1.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110814102846-kate2jfkduwpnika
Tags: 0.50.2b6-1
* QA upload.
* Synchronise with current upstream sources.
  (Closes: #195945)
* Include NMUs by Nobuhiro Iwamatsu and Hideki Yamane,
  thanks to both.
* Move to 3.0 quilt

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
    RecheckReadOnly     = 0;   # recheck read only status when trying to modify file (only performed on when read only is set)
32
32
 
 
33
    ShowTildeFilesInDirList = 1;
 
34
    # ignore files ending in ~ when showing the directory list
 
35
 
33
36
    CompletionFilter    = /^{\c.+\.o|a|{bak}|{exe}|{lib}|{class}|{jar}|{zip}|{gz}|{tar.gz}|{tgz}}|{.+~}|{CVS}|{SVN}$/;
34
37
    # {obj} file is also ASCII Object File Format for MAYA graphics editor
35
38
    # so it is removed from Completion Filter
82
85
 
83
86
# GCC - must be first before grep -n
84
87
#   filename:#ln:2: error:....
85
 
    CompileRx = { 1, 2, 3, /^([\w:._\-\+\/\\]+):(\d+):\d:\s({warning}|{error}:.*)$/ };
 
88
    CompileRx = { 1, 2, 3, /^([\w:._\-\+\/\\]+):(\d+):(\d+):\s({warning}|{error}:.*)$/ };
86
89
#   filename:#ln: error:....
87
90
    CompileRx = { 1, 2, 3, /^([\w:._\-\+\/\\]+):(\d+):\s({warning}|{error}:.*)$/ };
88
91
# grep -n