Open files at the cursor from the project root

Browse, download and discuss plugins for Blumentals code editors
Post Reply
Domdom
Posts: 19
Joined: Tue Nov 01, 2016 10:12 am

Open files at the cursor from the project root

Post by Domdom »

Hello, I'm very happy about RapidPHP.
I used before PHP DESIGNER. I find here very useful features and responsiveness of the development team.
The functionality of the modules is very interesting and is a real asset.

Thank you to those who contribute to develop these modules.

In my turn, I hope to contribute with my first module. I just developed a module that opens a file from a text string between single or double quotation mark. I was inspired by the very practical Peter Klein module (SELECT BETWEEN). Thanks to him.

Until this feature may be found in a later version, you can open files whose address depends directly on the root of the project.

My module detects if the path begins with a "/" or not. Then it opened the absolute file from the project root or then on relative from the current file.

I'll try later added automatically detect single or double quotes.
Last edited by Domdom on Fri Dec 02, 2016 10:50 am, edited 1 time in total.
Domdom
Posts: 19
Joined: Tue Nov 01, 2016 10:12 am

Re: Open files at the cursor from the project root

Post by Domdom »

Hi,

Here is a new version, simpler, which makes finding a chain between single or double quotes.
Attachments
open-absolute-path.zip
version 1.01
(2.36 KiB) Downloaded 975 times
Post Reply