Skip to content

Releases: cedricziel/idea-php-typo3-plugin

Add completion contributor for tables defined in ext_tables.sql files

12 Sep 14:34
e3f3948

Choose a tag to compare

  • Add completion contributor for tables defined in ext_tables.sql files

v0.2.1: Provide a type for the $GLOBALS['LANG']

11 Sep 12:28
1c347d4

Choose a tag to compare

  • provide a type for the $GLOBALS['LANG']

v0.2.0: Migrate to PHP TypeProvider3

06 Sep 18:59

Choose a tag to compare

  • Migrate to PHP TypeProvider3

Bugfix: NPE on CE creation

15 Apr 11:29

Choose a tag to compare

  • Prevent NPE on CE creation #47

Version 0.1.11: Flag icons

15 Mar 22:51

Choose a tag to compare

  • Collect system flag icons #44

4af5cb0

Version 0.1.10: Separate IconProviders by project

14 Mar 10:50

Choose a tag to compare

  • Create separate icon maps by project and make access synchronized to avoid race conditions #40
  • Disable entity marker for now #41

Version 0.1.9: First try at code generation

12 Mar 20:41

Choose a tag to compare

  • Entity line marker #38
  • Use warning for missing icon definitions instead of error #37
  • Generate Fluid Styled Content Element #26

The code generation for new fluid_styled_content elements is very much in an experimental state. Please report bugs once you find it.

Version 0.1.8: TypeProvider for $GLOBALS

05 Mar 18:49
32d9719

Choose a tag to compare

  • TypeProvider for $GLOBALS['TYPO3_DB'], $GLOBALS['TSFE'] and $GLOBALS['BE_USER'] (#30)

Version 0.1.7: Extbase property injection QuickFix

01 Mar 16:20

Choose a tag to compare

  • Add quickfix for extbase property injection #27

Version 0.1.6: Icon autocompletion and reference analysis

24 Feb 08:11

Choose a tag to compare

  • Icon works #22 (@coding46)
    • Add icon for “Icon not resolved” - 3c51ca2
    • Readjust route definition icon - 730f762
  • Render correct icon line marker for svg icons #23
  • Display IconLineMarker and collect icons on startup #19