-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: magento/magento2-phpstorm-plugin
base: 5b91b53
head repository: magento/magento2-phpstorm-plugin
compare: 56f7c29
- 12 commits
- 49 files changed
- 1 contributor
Commits on Feb 23, 2025
-
1658: Fix null handling in file navigation and enhance readability.
Improved null safety by ensuring proper checks around file navigation logic. Refactored UI interaction and popup messaging to adhere to threading best practices, enhancing code clarity and preventing race conditions. Updated changelog to reflect the fixed issue.
Configuration menu - View commit details
-
Copy full SHA for 7dd0901 - Browse repository at this point
Copy the full SHA 7dd0901View commit details -
1658: Remove redundant blank lines to improve code readability.
Cleaned up unnecessary blank lines in the class to enhance code structure and maintain consistency. This minor adjustment makes the codebase easier to navigate and adhere to styling conventions.
Configuration menu - View commit details
-
Copy full SHA for d6fa513 - Browse repository at this point
Copy the full SHA d6fa513View commit details -
1658: Refactor conditional formatting for better readability.
Reformatted the conditional statement to improve code structure and align with styling conventions. This change enhances code clarity and maintainability, ensuring consistency in the codebase.
Configuration menu - View commit details
-
Copy full SHA for 1282dda - Browse repository at this point
Copy the full SHA 1282ddaView commit details -
Merge pull request #2500 from vitaliyboykocontributor/1658-Cannot-inv…
…oke-com.intellij.psi.PsiDirectory.getName()- 1658: Improve null safety and refactor UI interaction handling.
Configuration menu - View commit details
-
Copy full SHA for 5183af0 - Browse repository at this point
Copy the full SHA 5183af0View commit details
Commits on Feb 25, 2025
-
1295: Exclude 'ARRAY' property type from the property list because it…
… breaks entity generator Added a conditional check to skip the 'ARRAY' property type when populating the property list. This ensures that unwanted types are filtered out, improving functionality and data accuracy.
Configuration menu - View commit details
-
Copy full SHA for ffdb06c - Browse repository at this point
Copy the full SHA ffdb06cView commit details
Commits on Feb 26, 2025
-
Merge pull request #2502 from vitaliyboykocontributor/1295-removed-ar…
…ray-type-from-entity-generator 1295: Exclude 'ARRAY' property type from the property list because it…
Configuration menu - View commit details
-
Copy full SHA for e904de9 - Browse repository at this point
Copy the full SHA e904de9View commit details -
Enhance README table styling for improved presentation
Updated the README contributor table with inline styles for better alignment, padding, and text formatting. Enhanced visual elements such as profile images, captions, and the "Support the Project" section to improve readability and user experience.
Configuration menu - View commit details
-
Copy full SHA for 2a47a54 - Browse repository at this point
Copy the full SHA 2a47a54View commit details
Commits on Mar 6, 2025
-
1263: Remove redundant field validation logic and enhance features.
Refactored redundant `validateFormFields()` checks across multiple dialogs to streamline code execution and reduce duplication. Introduced Magento folder management via the project settings, added support for marking directories as Magento content roots, and updated icons and versioning. Enhanced workflow for plugin releases with GitHub Actions.
Configuration menu - View commit details
-
Copy full SHA for 5d9122e - Browse repository at this point
Copy the full SHA 5d9122eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21972e7 - Browse repository at this point
Copy the full SHA 21972e7View commit details
Commits on Mar 7, 2025
-
1263: Refactor and enhance file path comparison logic
Introduce helper method to normalize URLs for consistent comparison, ensuring accurate handling of schemes like "file://" or "temp://". Add `final` modifiers for variables to improve immutability and readability.
Configuration menu - View commit details
-
Copy full SHA for 82af1b2 - Browse repository at this point
Copy the full SHA 82af1b2View commit details -
1263: Use
this
as the parent component for error dialogsPreviously, null was passed as the parent component, which could cause dialog positioning issues. Using `this` ensures the dialog is properly tied to the current window. This improves the user interface consistency and behavior.
Configuration menu - View commit details
-
Copy full SHA for 5bd9238 - Browse repository at this point
Copy the full SHA 5bd9238View commit details -
Merge pull request #2504 from vitaliyboykocontributor/1263-Possibilit…
…y-to-add-second-code-source-directory-for-modules-local-composer-development-using-content-root-feature- Additional Code Source directiories selection
Configuration menu - View commit details
-
Copy full SHA for 56f7c29 - Browse repository at this point
Copy the full SHA 56f7c29View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5b91b53...56f7c29