Custom Query (31 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 31)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#15 fixed Implement Greg's mode recognition Andreas Schnellbacher Andreas Schnellbacher
Description

Greg Jarvis changed the previous NEPMD mode recognition to add the following:

o recognize Unix shebang o fully configurable mode detection o ...

Unfortunately the provided code has at least one severe bug, that I'm not able to debug in shortness. That might be the reason that Greg had problems to get it implemented for some modes in the past. Moreover, it would lead to a much slower mode detection as it was before. The method before was also far from being optimal (e.g. mode files were read at every file load or settings were written at every load or every load causes the mode config files being read twice).

OTOH, I would like to have that implemented.

#16 fixed Make mouse settings better configurable Andreas Schnellbacher Andreas Schnellbacher
Description

Actually mouse settings are hard to configure, because they are nested in several procs.

It should be investigated to make mouse config as easy as keyboard config, at best with the same config files. Mouse config depends on multiple cases, therefore it gets probably too complicated for one-line defs. At least simple defs should be easily changeable by a user.

#17 fixed Fix the infinite loop in kwhelp.e (when env var and inf file names match) Andreas Schnellbacher jbs
Description

if there is an environment variable whose name matches the name of one of the INF files it references, like: SET REXX=REXX+JSRXUTIL where the first REXX is the name of an environment variable and the second is the name of an INF file, then kwhelp gets stuck in an infinite loop "thinking" both "REXX"'s are environment variable names.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.