McStasMcXtrace / iFit

a simple library to analyze data (with McCode and Phonons/DFT hooks). :warning: this project has been moved to https://gitlab.com/soleil-data-treatment/soleil-software-projects/remote-desktop
http://ifit.mccode.org
Other
5 stars 5 forks source link

iFit: standalone: TextEdit+uicontrol(textentry) as command window #112

Closed farhi closed 6 years ago

farhi commented 7 years ago

Use

This allows, as a figure, a re-entrant usage so that we can send commands from miFit or other. This way we can get rid of the current ifit in a Terminal, which crashes often.

farhi commented 7 years ago

The Python layer #83 could avoid this, and provide a more flexible interpreter. However, the 'ifit' Terminal workspace would still be separate, just as 'ifit' and TextEdit ones. So, if the TextEdit/Command solution is not too complex, should still do it, and then we'll see what to do with it.

farhi commented 6 years ago

Leaves simple TextEdit with eval in base and iFit in base work OK.