Custom Query (31 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 31)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#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.

#20 fixed Simplify basic config switching Andreas Schnellbacher Andreas Schnellbacher
Description

All highly configurable editors have one problem: If one has changed a setting (by mistake or for testing) it's hard to remember where it can be changed back. Therefore there should be added an option to switch between some basic configurations via one click.

Following items make sense:

1. User, CUA

   -  Modes   -> [ ] Matchchars
   -  Modes   -> [ ] Balance
   -  Modes   -> [ ] Syntax expnasion
   -  Keys    -> [x] Stream mode
   -  Keys    -> [ ] Block ... (3 items)
   -  Keys    ->     Keyset additions: [cuakeys]
   -  Marking -> [ ] Advanced marking
   -  Marking ->     Default paste: [char]
   -  Marking -> [ ] Sh-mark always extends mark
   -  Marking ->     Default mouse mark: [char]
   -  Marking -> [x] Drag always marks
   -  Cursor  -> [ ] Allow cursor everywhere

2. Programmer, CUA (default)

   -  Modes   -> [x] Matchchars
   -  Modes   -> [x] Balance
   -  Modes   -> [x] Syntax expnasion
   -  Keys    -> [x] Stream mode
   -  Keys    -> [x] Block ... (3 items)
   -  Keys    ->     Keyset additions: [cuakeys]
   -  Marking -> [x] Advanced marking
   -  Marking ->     Default paste: [char]
   -  Marking -> [ ] Sh-mark always extends mark
   -  Marking ->     Default mouse mark: [char]
   -  Marking -> [x] Drag always marks
   -  Cursor  -> [x] Allow cursor everywhere

3. Programmer, Standard EPM

   -  Modes   -> [x] Matchchars
   -  Modes   -> [x] Balance
   -  Modes   -> [x] Syntax expnasion
   -  Keys    -> [ ] Stream mode
   -  Keys    -> [x] Block ... (3 items)
   -  Keys    ->     Keyset additions: [-none-]
   -  Marking -> [x] Advanced marking
   -  Marking ->     Default paste: [block]
   -  Marking -> [x] Sh-mark always extends mark
   -  Marking ->     Default mouse mark: [block]
   -  Marking -> [x] Drag always marks
   -  Cursor  -> [x] Allow cursor everywhere
#23 fixed Default values were not written to NEPMD.INI Andreas Schnellbacher Andreas Schnellbacher
Description

After installation of NEPMD the EPM doesn't start with NEPMD settings. In contrast, the NEPMD program object 'Standard EPM' starts.

Renaming myepmd\bin\NEPMD.INI is a workaround for that. A new one is created on the next EPM start. The malfunctioning NEPMD.INI contains the entry:

RegDefaults -> \NEPMD\User\MovedUserFiles

while the correct temporary entry would be:

Install -> \NEPMD\User\MovedUserFiles

That explains why the RegDefaults? application wasn't written. It already contains (wrong) data. As a result, EPM won't start.

Additionally, that temporary entry is normally only written if the install script has copied previous files to a backup directory. The backup directory exists with the files etke603.dll and copydll.cmd. Normally they were deleted afterwards.

It seems as if patching etke603.dll to apply the NEPMD colors has failed at the end.

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