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

Add IDE support for functions #71

Open
7 of 9 tasks
Krzmbrzl opened this issue Jul 12, 2016 · 2 comments
Open
7 of 9 tasks

Add IDE support for functions #71

Krzmbrzl opened this issue Jul 12, 2016 · 2 comments
Labels
feature Issues concerning feature-requests
Milestone

Comments

@Krzmbrzl
Copy link
Owner

Krzmbrzl commented Jul 12, 2016

The official ones as well as the ones from mods

TODO:

  • Add general functions-support to the editor
  • Load default BI-functions
  • Add possibility to specify mod-dependencies
  • Load functions from mod-dependencies
  • Add UI-interaction possibility for mod-dependencies
  • Extract first comment from function-definition as the description in the Function-object
  • Store serialized Map of functions defined in a certain mod-file that can be used if the respective mod-file has not changed since.
  • Add possibility to specify mod-dependencies on project-creation
  • Test it on a machine which actually has Arma installed on it
@Krzmbrzl Krzmbrzl added the feature Issues concerning feature-requests label Jul 12, 2016
@Krzmbrzl Krzmbrzl modified the milestones: ToDo-list, 0.8.0 Jul 12, 2016
@Krzmbrzl
Copy link
Owner Author

Krzmbrzl commented Sep 7, 2018

Started work on this in 939f898

Krzmbrzl added a commit that referenced this issue Sep 11, 2018
…od-dependencies are specified in the project.sqdev file; functions of mod-dependencies are now loaded into the SQF-editor
@Krzmbrzl
Copy link
Owner Author

Introduced function-descriptions with f52e219

Krzmbrzl added a commit that referenced this issue Sep 17, 2018
…QFFunctionProvider extract functions from PBOs in different thread in order not to influence load-time; fixed little bug in SQDevFile
Krzmbrzl added a commit that referenced this issue Sep 24, 2018
…Implemented caching mechanism for extracted functions for #71
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issues concerning feature-requests
Projects
None yet
Development

No branches or pull requests

1 participant