jcaillon / 3P

3P (short for Progress Programmers Pal), is a notepad++ plugin designed to help writing progress 4GL (OpenEdge ABL) code. It transforms notepad++ into a full featured IDE for openedge code editor, providing syntax checking, compilation, auto-completion, tool-tips and much more!
https://jcaillon.github.io/3P/
GNU General Public License v3.0
77 stars 35 forks source link

Feedback users #3

Closed jcaillon closed 8 years ago

jcaillon commented 8 years ago

What's the point of this issue?

3P users's can submit feedback about the application, suggesting new features or just let me know i'm on the right tracks.

nashokkumarbabu commented 8 years ago

Hi Happy to see the editor for the 4gl editor. Thank you. We have one feature requirement development environment for our system is unix environment where and we develop on windows and upload using editplus feature can we have similar functionality in file explorer ?

Thank you Ashok

jcaillon commented 8 years ago

Hello Ashok,

Sorry for the late answer, I just saw your message!

As a matter of fact, the next release should include FTP transfers capability under the deploy your application feature. I think this will answer your needs. I will write back here when the release is done to let you know how you can configure 3P to do what you want.

In the meantime, could you tell me if you are using FTP/FTPs or STFP?

jcaillon commented 8 years ago

Hi Ashok,

As promised, here is the page describing how to achieve this feature : http://jcaillon.github.io/3P/#/deployment-usage-examples

A real integration in the file explorer (as you asked) will probably come later!

EduardoHFreitas commented 8 years ago

Hello Julien,

I'm using the editor and it really is very good. But I meet the same problem that Ashok ...

I am using a Unix server and need an integration to grab the sources of every directory of my PROPATH, the tool already contains this integration?

And you have some tutorial for developing character mode (using the _progres.exe instead of prowin.exe)?

Already, thank you!

Att, Eduardo.

jcaillon commented 8 years ago

Hello Eduardo,

I'm not sure if I understand what you need correctly :

As for your second question : if you only have programs in character mode, you can simply replace the path to prowin32.exe by the path to _progres.exe, it will work just as fine.

EduardoHFreitas commented 8 years ago

Hello Julien,

Sorry, maybe I have not expressed myself right.

I work with my sources on a remote server, divided into a hierarchy of directories. I needed that, instead of having my sources in a local folder, I could list my sources on the server and can navigate between directories. A sync with the server similar to the operation of NppFTP.

And about the compilation, we use the RunTime version of Progres. Is there any way to run the source on the server or locally without compile them?

Already, thank you!

jcaillon commented 8 years ago

Hello,

Ok I see; the thing is, 3P was designed to work with developper version of Progress installed on the computer. This is the only that you can check the syntax/compile your sources as well as explore your database and extract its structure to autocomplete tables/fields. You have access to a very limited panel of 3P features if you are bound to the run time version :/

To answer your question, there is nothing in 3P that allows you to work with the sources on a remote server (again, in my logic, you are supposed to have the developper version and your sources on your computer). Also, with the runtime version, you have no choice but to compile your sources on the server and then execute the *.r code on your computer.

Sorry to not be able to help you more than this :/

patrickTingen commented 6 years ago

Hi Julien, good to read you integrate the DataDigger straight from GitHub instead of packing it as a part of 3P. Good choice!

DakotaMcCutch commented 3 years ago

A suggestion is is there a way to set the file explorer so it does open with all the folders expanded. Some of the directories have a lot in them and it opens with them expanded. I prefer if they were collapsed for sanity reasons. Its not a huge thing since I can just hit the collapse but to make them collapse just thought would suggest an option