Skip to content

Conversation

@zonuexe
Copy link
Member

@zonuexezonuexe commented Apr 30, 2021

I have split the functions that are not related to the processing as major mode into other files.

New variable

php-search-documentation-function custom variable

Replaces function to search for the keyword at the cursor position.

  • default: #'php-search-web-documentation
(custom-set-variables '(php-manual-path (expand-file-name"~/local/share/php-manual")) '(php-search-documentation-function #'php-local-manual-search))

BC break

No longer refer to the local manual unless you set php-search-documentation-function.

@zonuexezonuexeforce-pushed the refactor/php-local-manual branch 2 times, most recently from 6583898 to 19bb723CompareApril 30, 2021 15:00
@zonuexezonuexeforce-pushed the refactor/php-local-manual branch from 19bb723 to 48bd19aCompareApril 30, 2021 15:04
@zonuexezonuexe merged commit ac5301d into masterApr 30, 2021
@zonuexezonuexe deleted the refactor/php-local-manual branch April 30, 2021 15:07
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@zonuexe