-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Unify command line and configure file interfaces #15
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7eb2709 - Browse repository at this point
Copy the full SHA 7eb2709View commit details -
Add all changes between fortls and original repo
Now displayed in the documentation
Configuration menu - View commit details
-
Copy full SHA for fc834e3 - Browse repository at this point
Copy the full SHA fc834e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f9bab - Browse repository at this point
Copy the full SHA 60f9babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a179a - Browse repository at this point
Copy the full SHA 37a179aView commit details
Commits on Jan 17, 2022
-
Unifies command line interface with fortls files
The two interfaces now share all options which should decrease the maintainance time and also make easier adding new options. A dictionary with the possible command line options is passed into LangServer which is then used to set class attributes. A unittest has been added which tests both the command line interface and the LangServer configuration file loading functions This commit also deprecates the `--preserve_keyword_order` argument and replaces it with its opposite `--sort_keywords`. Because fortls should not by default be altering the display of the written code.
Configuration menu - View commit details
-
Copy full SHA for d92537c - Browse repository at this point
Copy the full SHA d92537cView commit details -
Updates the documentation for the interface
Adds autogenerated command line documentation
Configuration menu - View commit details
-
Copy full SHA for 4978eaa - Browse repository at this point
Copy the full SHA 4978eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 016c2cf - Browse repository at this point
Copy the full SHA 016c2cfView commit details -
Shows pointer attribute upon hover
Fixes Show POINTER attribute when hovering #16
Configuration menu - View commit details
-
Copy full SHA for 50f7bd1 - Browse repository at this point
Copy the full SHA 50f7bd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff78b0 - Browse repository at this point
Copy the full SHA 5ff78b0View commit details -
Fixes
END FORALL
end of scope errorCase select with forall causes unexpected end of scope #18
Configuration menu - View commit details
-
Copy full SHA for 18ec208 - Browse repository at this point
Copy the full SHA 18ec208View commit details