Skip to content

Releases: dmeybohm/chocolate-cakephp

v0.9.1 - Fix view navigation for files with slash

19 Jun 21:34
4fe43a0
Compare
Choose a tag to compare

Fixed

  • Fix navigation between controller and view when path contains a slash

v0.9.0 - More view navigation features

27 May 18:06
fccdb27
Compare
Choose a tag to compare

Added

  • Add ability to create new view files from the controller
  • Show pop-up menu in controller when multiple view files could be associated
  • Add support for data views (JSON or XML by default)
  • Add floating Cake icon in views for navigating back to the controller
  • Add shortcut Ctrl-Alt-Up / Cmd-Option-Up for navigating from view back to controller
  • Add configuration for adding additional data views types (e.g RSS, CSV etc)
  • Add support for navigating to custom finders in find methods on tables
  • Added support for autocompleting tables in CakePHP 3-5
  • Add autocompletion for other ViewHelpers in ViewHelpers

Changed

  • Diabled CakePHP 2 support by default

Removed

  • Remove autocomplete for app namespace in settings

Fixed

  • Remove nested completion on components in controllers

v0.8.3 - Fix problems editing config

11 Nov 15:19
c9857b9
Compare
Choose a tag to compare
  • Fix problems with setting namespace field in the main config UI form

v0.8.2

30 May 16:29
f0a692d
Compare
Choose a tag to compare
  • Fix problem with completion models and components from controllers

v0.8.1 - Fix for PHPStorm 2022.1

28 Apr 01:08
39516f5
Compare
Choose a tag to compare
  • Update for PhpStorm 2022.1
  • Map from camel-cased action names to underscored names for view files
  • Fix handling of extension between CakePHP 3 and CakePHP 4.

v0.8.0

21 Mar 17:16
fbd6bf6
Compare
Choose a tag to compare
  • Add completion for nested Cake 2 models
  • Add completion for first argument of find() in Cake2 models

Add more support for Cake 4

09 Aug 23:04
64d61cf
Compare
Choose a tag to compare
  • Add ClassRegistry::init() navigation to models
  • Port to newer version of PhpStorm
  • Fix bugs in plugin handling so it works now
  • Add basic cake4 support

Fix for PhpStorm 2020.3

18 Dec 00:23
8f128fd
Compare
Choose a tag to compare

Fix some problems with PhpStorm 2020.3

Fix saving settings

04 May 12:29
Compare
Choose a tag to compare
  • Fix exception saving settings
  • Revert some plugin UI changes that aren't ready yet

Allow running on PhpStorm 2020.1

02 May 16:32
3462bf2
Compare
Choose a tag to compare

There was a bug in the plugin.xml that caused the plugin to be incompatible with IntellIJ Ultimate/PhpStorm 2020+.
This fixes it.