-
Notifications
You must be signed in to change notification settings - Fork 63
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
GillesDuvert
wants to merge
25
commits into
gnudatalanguage:master
Choose a base branch
from
GillesDuvert:improved_help
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…and put commands.
…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.
…ll a slight annoyance. Saving work.
…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.
…e it when needed. (IDL conformance)
…e it when needed. (IDL conformance)
Also, problem of default size in Sliders.
…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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
( 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. )