Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP testing a lot of changes in order to get full support to SSW software suite for solar satellites. #2007

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

GillesDuvert
Copy link
Contributor

  • removed a few unused very internal functions (gdl_warning(), usym())
  • added More() and insured that help,/recall checks the value of !MORE before mimicking a 'more' terminal.
    ( Note that NAMES filter option does not work with RECALL for IDL. This is a GDL improvement. The search is now case insensitive for OS having the GNU extension. )
  • Insure NAMES=xxx correctly used (no routines printed if NAMES is used, unless /ROUTINES or /FUNCTION or /PROCEDURE are also used)

Giloo added 20 commits March 6, 2025 14:24
…lutely not the same behaviour as IDL, but widget event loop is not separate from main loop and widget_event may hang if we do not do this.
…tively while in an inner interpreter loop (started after a STOP or CONTROL-C or error in procedure) should be reported, but ignored while continuing in the program .
added More() and insured that help,/recall checks teh value of !MORE before mimicking a 'more' terminal.
Note that NAMES filter option does not work with RECALL for IDL. This is a GDL improvement. The search is now case insensitive for OS having the GNU extension. 
Insure NAMES=xxx correctly used (no routines printed if NAMES is used, unless /ROUTINES or /FUNCTION or /PROCEDURE are also used)
…owpoint" modifier.

Not doing this explained a big bug in SSW software suite.
…in GDLInterpreter.cpp:695 . But makes .RET the equivalent of .OUT, although for IDL, .RET stays on the "return" indefinitely, to get out one needs a .C, .s or .out
…ts eventloop) available to perform a trick in idlneturl__define.pro .

Hopefully temporary hack.
…ded example_event_handling.pro to show the different ways an event handling function is behaving.
… behaviour wrt a RETURN or TAB key, that is not the same for single and multi-line text.
@GillesDuvert GillesDuvert changed the title Improved help WIP testing a lot of changes in order to get full support to SSW software suite for solar satellites. Mar 20, 2025
Giloo added 5 commits March 22, 2025 00:04
…ng. Wonder how compound widgets could have worked before, as they need it ??
…cation of calling arguments: it is necessary to insure that the TOP tag is set to the value passed to WIDGET_EVENT(top) where top is not necessary the TLB, as was implied in the historical code (although the documentation is clear on this point), something not easy to pinpoint given that most existing event procedures trap all events at the TLB level (xmanager in particular). Only the SSW 'plotman' widget takes advantage of this alternate (and powerful) behaviour.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant