Right now, when launched from a virtualenv, GNAT Studio
cannot function - it cannot find gi and other Python libs.
This is because Python attempts to finds packages relative to
the "python" executable by default. Instead, make it find
the location of Python libraries relative to "gnatstudio".
Fixes#163.
... and expect this to be a full Python installation, meaning
there is no longer the need for the hack on "Program_Name".
Depends-On: Ie1db8e10bc57c4fd0cccde5b5da30cac45209ade
Change-Id: Iaf89c8b7c51bad0c2d57199b144a13a346bb9cce
This is needed for the GS spawn via ancr because gtk dll needed by
python4gnatstudio are not located in the same directory.
Change-Id: I04725fd35562cc8ec64a2a25cf1d6e686c93de35
... unless we're in development mode and using "GPS_PYTHONHOME".
Add a block of explanatory comment.
Change-Id: I7ed3856f20bb795a3e812454af2913dadae5ca16
Python source files should be encoded in utf-8 by default, but on Windows
our Python interpreter uses cp1252 instead. Adjust this by overriding the
function that returns the encoding.
Change-Id: Ie52f0e933d299ba858fc7a1c5137b15a9a543375
Make properties private. Add function to retrive them.
* gps-kernel.ad[sb]
Move Databases and Symbols functions into core_kernel.
For LB21_009
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gps@203016 936e1b1b-40f2-da11-902a-00137254ae57