Custom Query (31 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 31)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#4 fixed Add config items to the WPI file Andreas Schnellbacher Andreas Schnellbacher
Description

Use the following pseudo packages:

  1. "Config: colors - set NEPMD colors for highlighting"
  2. "Config: associations - set NEPMD associations for program objects"
  3. "Config: icons - set NEPMD icons for program objects"
  4. "Config: safe first start - use NEPMD files only, move existing (old) user files"
#27 fixed Assist: Improve scanning of MLC array Andreas Schnellbacher Andreas Schnellbacher
Description

Assist behavior is about 100 times too slow. Tests show that parts were executed multiple times.

Improvements are:

  1. In locateMLC, the search can be improved: Instead of simply starting at item 1 and advancing the counter by 1, it should start at the middle and then either decrease or increase it be the half value. (This is the largest improvement and a safe method has to be created.)
  1. In defproc locateMLC, fix multiple calls of the loop starting with 'do j = 1 to MLCListCount'. It apparently depends on the amount of MLCs in between a bracket start and end area. (This would be a large improvement and the culprit is currently not found.)
  1. locateMLC itself is called two times, for the opening and for the closing token (e.g. bracket). The second call is caused by a bracket-matching command. The corresponding token is highlighted then. (A minor improvement would be to start the search for the matching token at the pos. of the starting token instead of at the middle.)
  1. Improve other code, like using faster search options (g instead of x) if possible and optimize nested IF conditions in locateMLC. (This saves only about 20 % of the time.)
#18 fixed Build cannot find nllogo.bmp when building inf and hlp files Andreas Schnellbacher jbs
Description

Using a fresh checkout of the repository, the build system is unable to "find" nllogo.bmp. The error message is: makefile.txt(*): Warning: filename not fully qualified: bmp\nllogo.bmp

nllogo is still in trunk\arc\ipf\bmp directory where the "svn checkout" put it.

The consequence of this is that various pages in the the inf and hlp files display the "missing icon" icon instead of the proper icon.

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