Ticket #31 (closed review: fixed)

Opened 2 years ago

Last modified 2 years ago

Allow schema package customization to change schema prefix

Reported by: mscott Assigned to: mscott
Priority: normal Milestone: Schevo 3.1a1
Component: Schevo Keywords:
Cc:

Description (Last modified by mscott)

Right now, a schema package is expected to have schema_001.py files and on up.

For the purposes of showing more descriptive buffer names while editing multiple schemata, allow differently-prefixed schema filenames.

Only one prefix may be used. So, having both foo_001.py and schema_001.py would result in an error. In this case, it must either be foo_001.py, foo_002.py, etc. OR schema_001.py, schema_002.py, etc.

Change History

07/03/06 21:38:12 changed by mscott

  • milestone changed from 2006 July software release to 2006 August software release.

Deferring to 2006 August release.

04/04/07 13:38:46 changed by mscott

  • milestone changed.

Milestone 2006 October software release deleted

04/04/07 14:04:36 changed by mscott

  • milestone set to Schevo 3.1.

This is *definitely* something that should make it into version 3.1 :)

05/09/07 14:20:27 changed by mscott

  • owner set to mscott.
  • status changed from new to assigned.
  • type changed from discussion to implementation.
  • description changed.
  • milestone changed from Schevo 3.1 to Schevo 3.1a1.

05/09/07 15:27:15 changed by mscott

Implementation complete at r3161.

05/09/07 15:53:21 changed by mscott

  • type changed from implementation to review.

Docs updated at r3166, ready for review and merge.

05/14/07 13:23:08 changed by mscott

  • status changed from assigned to closed.
  • resolution set to fixed.

reviewed by pobrien, merged at r3187