Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#662 closed enhancement (fixed)

Allow editing of C models from SasView GUI tools

Reported by: butler Owned by: piotr
Priority: major Milestone: SasView 4.1.0
Component: SasView Keywords:
Cc: Work Package: SasView GUI Enhancements

Description

Advanced editor does not allow you currently to open the associated C file and the new model editor does not allow you to create the imbedded C model. Would be nice for the user.

Change History (3)

comment:1 Changed 8 years ago by piotr

  • Owner set to piotr
  • Status changed from new to assigned

comment:2 Changed 8 years ago by Piotr Rozyczko <rozyczko@…

  • Resolution set to fixed
  • Status changed from assigned to closed

In 0912b405bd0067ba7456b60f02342b50c7f6671b/sasview:

Initial implementation of C model editor in pyconsole. Fixes #662

comment:3 Changed 8 years ago by piotr

Initial implementation includes added display for a loaded C model (name based on the .py model, not on what the model actually load with IMPORTs…)
The C components of the model shows up in a separate pyconsole tab and can be edited, although no syntax colouring nor intellisense is available, this being a python editor.
Upon 'model check' action, the (saved) C model is recompiled.

Note: See TracTickets for help on using tickets.