Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:configurebuildmenu [2011/06/04 02:23] – add build commands dialog boxes elextrhowtos:configurebuildmenu [2016/02/17 20:46] – it's PCRE now, and mention absolute/relative paths colombanw
Line 53: Line 53:
 provided by the Build menu. provided by the Build menu.
  
-{{:howtos:images:build-menu.png?direct&200|Build Menu}}+{{:howtos:images:build-menu.png?direct&300|Build Menu}}
  
 The menu is broken into sections that roughly follow the usual workflow for  The menu is broken into sections that roughly follow the usual workflow for 
Line 136: Line 136:
 Both dialogs are arranged the same: Both dialogs are arranged the same:
  
-{{:howtos:images:set-build-commands.png?direct&200|Set Build Commands Dialog}}+{{:howtos:images:set-build-commands.png?direct&500|Set Build Commands Dialog}}
  
-{{:howtos:images:project-properties.png?direct&200|Project properties Dialog Build Tab}}+{{:howtos:images:project-properties.png?direct&500|Project properties Dialog Build Tab}}
  
 This dialogs show the three configurable sections of the build menu and the  This dialogs show the three configurable sections of the build menu and the 
Line 198: Line 198:
  
 Each of the first two sections has a regular expression that can  Each of the first two sections has a regular expression that can 
-customise the parse.  This is a GNU-style extended regular expression where  +customise the parse.  This is a Perl-compatible regular expression (PCRE) where  
-the first two match groups provide the filename and the line number.  These +the first two match groups provide the filename (either absolute or relative) and the line number.  These 
 can occur in any order, a match group containing only digits is taken as the  can occur in any order, a match group containing only digits is taken as the 
 line number and the other is taken as the filename.  If no regular  line number and the other is taken as the filename.  If no regular 
Print/export