SlavaRa / fdplugin-antpanel

Ant Panel Plugin for FlashDevelop/HaxeDevelop
6 stars 4 forks source link

Absolute paths #37

Open Neverbirth opened 8 years ago

Neverbirth commented 8 years ago

Having the plugin to use absolute paths is not very nice. Changing the code to use relative paths is really easy... but the question is: using relative for everything? or only when the ANT files are inside the project folder?

From experience I can see people having some common folder like C:\ANT scripts... but then also have some project structure like:

C:\Projects\ProjectA C:\Projects\Library C:\Projects\ANT Scripts

In the first case people would prefer absolute paths, in the second case relative paths... what would you prefer? I didn't check, but I think for example IJ uses paths where the project folder is replaced by a variable, making it work as a relative path but only when inside the project.

SlavaRa commented 8 years ago

will think about it after the main work )