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

Fix Script editor completion doesn't suggest members of a script after : #47755

Closed
wants to merge 1,680 commits into from

Conversation

ray90514
Copy link
Contributor

@ray90514 ray90514 commented Apr 9, 2021

Fix #47720
result:
example

akien-mga and others added 30 commits February 24, 2021 22:08
GLES2 fix for consistent light ordering with BVH
…path-checks

Add additional plugin path checks (3.2)
…s_inclusion

[3.2] Update the filtering logic to properly handle directories with `.gdignore` files
…t_gdscript_32

Expose set_environment to GDScript
Thow errors if requesting an unexisting InputMap action.
Makes `Input.is_action_*` methods consistents with `Event.is_action_*` which already throw errors.

fixes godotengine#33303

(cherry picked from commit 2aee71d)
- Add MIME definitions for resources, scenes and scripts
- Remove the "weight" property, which defaults to 50, a much saner value than the previous 100, which was a bit excessive.
- Changes their icon names in order to follow the XDG icon naming conventions.

(cherry picked from commit 876e165)
(cherry picked from commit 13fb24c)
And also adds tmz (Central Atlas Tamazight) as a language

(cherry picked from commit 476df5e)
…consistent with the previous activity based timeline.

(cherry picked from commit 3ce7678)
This reverts commit a8105d7.

We need to improve the logic somewhat to make the warning more specific to
actual problematic scenarios. Will likely be cherry-picked again + fixes
for the next release.

Fixes godotengine#46376.
Cherry-picks for the 3.2 branch (future 3.2.4) - 25th batch
…er_rc

Backport the Import Defaults Editor
Disabling collision outlines can be useful for performance when the game
is running and many collision shapes are displayed.
…-debug-shapes-3.2

Allow CollisionObject to show collision shape meshes
…utline-option-3.2

[3.2] Added option in project settings to draw Shape2D outlines
…anel-visibility-in-project-metadata

preserve scripts panel visibility state between sessions in project metadata
…odot-error-cherry-pick-3.2

[3.2] Fix Godot returned status code on unexpected error
codeLensProvider was false, it may not be a boolean like some of the other providers can, only optionally present.

(cherry picked from commit 91ce8d5)
@YuriSizov
Copy link
Contributor

This PR should be made against 3.x branch, since it's targeted for the 3.4 milestone. You should also rebase your changes, because at this moment your PR is completely broken.

@ray90514 ray90514 closed this Apr 19, 2021
@ray90514 ray90514 reopened this Apr 19, 2021
@ray90514 ray90514 closed this Apr 19, 2021
@Calinou
Copy link
Member

Calinou commented Apr 20, 2021

Superseded by #48037.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.