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 Owner Reporter Resolution Summary
#26 Andreas Schnellbacher Andreas Schnellbacher fixed Removing a key from its parent RegContainer value removes a zero char too much
Description

After executing

NepmdDeleteConfigTree \NEPMD\User\AutoRestore

the section RegKey is OK, but in RegContainer, the entry for \NEPMD\User was changed from

AutoRestore.AutoSave.Backup.Colors. ... .Toolbar.

to

AutoSaveBackup.Colors. ... .Toolbar.

(zero chars replaced by single dots).

The faulty function is _removeKeyFromContainerList of libreg.c, which exists for a long time.

The removed RegKeys are:

\NEPMD\User\AutoRestore\Ring\LoadLast
\NEPMD\User\AutoRestore\Ring\MaxFiles
\NEPMD\User\AutoRestore\Ring\SaveLast

The removed RegContainer keys are:

\NEPMD\User\AutoRestore\Ring
\NEPMD\User\AutoRestore

It may have relevance that two container levels were removed.

Luckily, this bug didn't appear until now. It has to be fixed before the deletion of a tree will be added to ImportUserTextConfig, triggered by a DELETE: value in user.cfg.

#2 Andreas Schnellbacher Andreas Schnellbacher fixed Rework setting of color palette
Description
  • Create a new ERX file that should be callable from the menu items.
  • Rename EPMCOLOR.INI to Colors.ini and allow for an additional user file MyColors.ini. Omit the MYCOLORS palette from Colors.ini.
  • Rename an existing user's EPMCOLOR.INI to MyColors.ini, maybe after removing the default palette, if unchanged.
  • Omit the prefix from the palette object titles.
  • Create objects from both inis.
#4 Andreas Schnellbacher Andreas Schnellbacher fixed Add config items to the WPI file
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"
1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.