Skip to content

purcell/plsense-direx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Japanese

What's this?

This is a extension of Emacs that is a explorer for the package structure of Perl.
You can handle the explorer in the same way as direx.el.

About direx.el, see https://github.com/m2ym/direx-el

demo

Feature

Show Help

You can show the help of the pointed package/method by pushing "?".

Install

If use package.el

2014/02/22 Now application

If use el-get.el

2014/02/22 Now application

If use auto-install.el

(auto-install-from-url "https://raw.github.com/aki2o/plsense-direx/master/plsense-direx.el")
  • In this case, you need to install each of the following dependency.

Manually

Download plsense-direx.el and put it on your load-path.

  • In this case, you need to install each of the following dependency.

Dependency

  • direx.el
  • plsense.el
  • log4e.el
  • yaxception.el

Configuration

(require 'plsense-direx)

;; Key binding
(setq plsense-direx:open-explorer-key "C-x j")
(setq plsense-direx:open-explorer-other-window-key "C-x J")

;; Do setup
(plsense-direx:config-default)

Consideration

Performance

2014/02/22, at present, the action of plsense-direx.el is very slowly.
I've sent the pull request that makes improvements to this trouble.
But, if this trouble is not given improvement, you can get my improvements by using my fork.

Tested On

  • Emacs … GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-08-22 on chindi02, modified by Debian
  • direx.el … 0.1alpha
  • plsense.el … 0.3.2
  • log4e.el … 0.2.0
  • yaxception.el … 0.1

Enjoy!!!

About

Perl Package Explorer in Emacs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%