|
|
;;; find-file-in-project-autoloads.el --- automatically extracted autoloads
|
|
|
;;
|
|
|
;;; Code:
|
|
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
|
|
|
|
|
;;;### (autoloads nil "find-file-in-project" "find-file-in-project.el"
|
|
|
;;;;;; (21837 24214 0 0))
|
|
|
;;; Generated autoloads from find-file-in-project.el
|
|
|
|
|
|
(autoload 'ffip-current-full-filename-match-pattern-p "find-file-in-project" "\
|
|
|
Is current full file name (including directory) match the REGEX?
|
|
|
|
|
|
\(fn REGEX)" nil nil)
|
|
|
|
|
|
(autoload 'find-file-in-project "find-file-in-project" "\
|
|
|
Prompt with a completing list of all files in the project to find one.
|
|
|
|
|
|
The project's scope is defined as the first directory containing
|
|
|
a `ffip-project-file' (It's value is \".git\" by default.
|
|
|
|
|
|
You can override this by setting the variable `ffip-project-root'.
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
(autoload 'ffip-get-project-root-directory "find-file-in-project" "\
|
|
|
Get the the full path of project root directory
|
|
|
|
|
|
\(fn)" nil nil)
|
|
|
|
|
|
(autoload 'find-file-in-project-by-selected "find-file-in-project" "\
|
|
|
Similar to find-file-in-project.
|
|
|
But use string from selected region to search files in the project.
|
|
|
If no region is selected, you need provide one.
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
(defalias 'ffip 'find-file-in-project)
|
|
|
|
|
|
(put 'ffip-patterns 'safe-local-variable 'listp)
|
|
|
|
|
|
(put 'ffip-project-file 'safe-local-variable 'stringp)
|
|
|
|
|
|
(put 'ffip-project-root 'safe-local-variable 'stringp)
|
|
|
|
|
|
(put 'ffip-limit 'safe-local-variable 'integerp)
|
|
|
|
|
|
;;;***
|
|
|
|
|
|
;; Local Variables:
|
|
|
;; version-control: never
|
|
|
;; no-byte-compile: t
|
|
|
;; no-update-autoloads: t
|
|
|
;; End:
|
|
|
;;; find-file-in-project-autoloads.el ends here
|