Ignore:
Timestamp:
16/08/10 21:41:49 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
b36d53cc61ecdfd153a0c3f7029459580c56d6c4
Parents:
759935945aef4be4bdc69724a7648f25885843f4
git-committer:
Matias De la Puente <mfpuente.ar@…> (16/08/10 21:41:49)
Message:

Projects: Improve jump to error/warning line in build log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libi4uc/i4ucprofilebuilder.vala

    r5e685a5 r9d43db9  
    2626        public string output; 
    2727        public string output_regex; 
    28         public int output_regex_line_index; 
    2928        public string source_uri; 
    3029} 
     
    9392                                command_context.command = command; 
    9493                                command_context.output_regex = source_type.output_regex; 
    95                                 command_context.output_regex_line_index = source_type.output_regex_line_index; 
    9694                                command_context.source_uri = source_uri; 
    9795                                 
Note: See TracChangeset for help on using the changeset viewer.