-
Notifications
You must be signed in to change notification settings - Fork 12
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
phpactor-move-class does not work #36
Comments
kermorgant
added a commit
to kermorgant/phpactor.el
that referenced
this issue
Jul 29, 2018
kermorgant
added a commit
to kermorgant/phpactor.el
that referenced
this issue
Jul 29, 2018
resolves emacs-php#36 (class renaming now works)
kermorgant
added a commit
to kermorgant/phpactor.el
that referenced
this issue
Jul 29, 2018
resolves emacs-php#36 (class renaming now works)
kermorgant
added a commit
to kermorgant/phpactor.el
that referenced
this issue
Jul 29, 2018
resolves emacs-php#36 (class renaming now works)
kermorgant
added a commit
to kermorgant/phpactor.el
that referenced
this issue
Jul 30, 2018
resolves emacs-php#36 (class renaming now works)
kermorgant
added a commit
to kermorgant/phpactor.el
that referenced
this issue
Aug 6, 2018
phpactor sometimes need to run a sequence of actions, which this commit adds support for. In order to support class renaming, phpactor-action-close-file is also added. resolves emacs-php#36 (class renaming)
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invoking function
phpactor-move-class
ends with the following errorwhich stems from
I still haven't looked into the details of why value-type has the value "confirm" but I tried to add a condition like this
with that, I get a confirmation question to which I answered
yes
. After that, I got this error messageThe
*Phpactor input*
buffer containsI'm not sure if my first modification is appropriate, it just happened to make the code run some steps further.
But for sure, we need a
phpactor-action-collection
function to perform a collection of actions.The text was updated successfully, but these errors were encountered: