Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: magento/magento2-phpstorm-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5b91b53
Choose a base ref
...
head repository: magento/magento2-phpstorm-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 56f7c29
Choose a head ref
  • 12 commits
  • 49 files changed
  • 1 contributor

Commits on Feb 23, 2025

  1. 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.
    VitaliyBoyko committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    7dd0901 View commit details
    Browse the repository at this point in the history
  2. 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.
    VitaliyBoyko committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    d6fa513 View commit details
    Browse the repository at this point in the history
  3. 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.
    VitaliyBoyko committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    1282dda View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2500 from vitaliyboykocontributor/1658-Cannot-inv…

    …oke-com.intellij.psi.PsiDirectory.getName()-
    
    1658: Improve null safety and refactor UI interaction handling.
    VitaliyBoyko authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    5183af0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. 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.
    VitaliyBoyko committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    ffdb06c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. 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…
    VitaliyBoyko authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    e904de9 View commit details
    Browse the repository at this point in the history
  2. 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.
    VitaliyBoyko committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    2a47a54 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. 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.
    VitaliyBoyko committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    5d9122e View commit details
    Browse the repository at this point in the history
  2. 1263: CHANGELOG.md

    VitaliyBoyko committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    21972e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. 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.
    VitaliyBoyko committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    82af1b2 View commit details
    Browse the repository at this point in the history
  2. 1263: Use this as the parent component for error dialogs

    Previously, 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.
    VitaliyBoyko committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    5bd9238 View commit details
    Browse the repository at this point in the history
  3. 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
    VitaliyBoyko authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    56f7c29 View commit details
    Browse the repository at this point in the history
Loading