Status: New
Owner:
Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 502 by krisztiankende: IDE code highlighting
http://code.google.com/p/gambas/issues/detail?id=502
The Gambas code editor doesn't highlight the following codes:
Strin
Le 14/01/2014 09:50, Willy Raets a écrit :
> Hi all,
>
> Does anyone have a small example of working with a multi document
> interface. I need one toolbar that works with all opened documents?
>
> For example a toolbar with a copy and paste button that can copy a text
> from one of the opened docum
Le 17/01/2014 02:33, Ian Haywood a écrit :
> On 17/01/14 10:11, Benoît Minisini wrote:
>> Le 16/01/2014 23:12, Ian Haywood a écrit :
>
>> For a TRY that does not call functions, it is not computed, so you get
>> the previous stack backtrace.
> not computing it is OK (as the combination of Error.Tex
On Sun, 2014-01-19 at 23:13 +0100, Benoît Minisini wrote:
> Le 18/01/2014 23:01, Bruce a écrit :
> >
> > 3) You cannot set accelerator keys for TabPanel tab titles like you can
> > for TabStrips
>
> I'm afraid it is not easy to implement...
Oh well, never mind. (It was just an observation)
>
> >
Le 13/01/2014 12:14, Rolf-Werner Eilert a écrit :
> When I want to adapt the Column.Width of all Columns in a TableView,
> will I still have to build this into the Data event or iterate through
> the whole thing, or is there meanwhile a quicker way to programmatically
> start the fast adaptation (t
Le 17/01/2014 00:15, martin p cristia a écrit :
> I need this global matrix:
>
> Public MatRigGlo[12, 12] As Float
>
> that in some cases it needs to be [3,3] or [6,6]
> I pass that matrix to a C library:
>
> Public Extern M8simetrizarSQ(matriz As Float[], lOrden As Long)
>
> and the call is
>
>
Le 18/01/2014 23:01, Bruce a écrit :
>
> 3) You cannot set accelerator keys for TabPanel tab titles like you can
> for TabStrips
I'm afraid it is not easy to implement...
>
> 4) Mousewheel scrolling through TabPanel tabs only works when the
> TabPanel itself has the focus. (TabStrip scrolling hap
Le 18/01/2014 17:19, Fabien Bodard a écrit :
> The move left/right arrows must be at the left, because when we are
> changing doc from code to form.
> the arrow place position depend of the presence of right property panel.
>
> I think the tabs need to have all the same size if the close button is
> Yes but the current up to date units is Grade
Opposite. Grade (now gon) was old unit in French metric system, but it was
never international (SI) unit (which is largely same old metric system).
Jussi
--
CenturyLink Cl
2014/1/19 Jussi Lahtinen :
> http://en.wikipedia.org/wiki/International_System_of_Units
> It's originating from France.
>
> Jussi
Yes but the current up to date units is Grade ... well it is used only
from a few time in the French projection.
360 deg = 2PI Rad = 400 gon
Ok i set up in Rad
Comment #6 on issue 501 by xpistian...@gmail.com: IDE does only run code
when started from console as superuser
http://code.google.com/p/gambas/issues/detail?id=501
What I meant was that the file was downloaded incorrectly, not that the
package per se was corrupted.
Thanks for having a look,
Le 19/01/2014 09:11, Kevin Fishburne a écrit :
> On 01/17/2014 11:00 PM, Kevin Fishburne wrote:
>> On 01/16/2014 05:07 PM, Benoît Minisini wrote:
>>> Le 16/01/2014 22:40, Benoît Minisini a écrit :
Le 16/01/2014 06:03, Kevin Fishburne a écrit :
> The results are in, and they don't tell me m
http://en.wikipedia.org/wiki/International_System_of_Units
It's originating from France.
Jussi
On Sun, Jan 19, 2014 at 5:01 PM, Fabien Bodard wrote:
> you say radian is what ?... unit
>
> 2014/1/19 Jussi Lahtinen :
> > Radian is SI unit and so I would prefer it.
> >
> > Jussi
> >
> >
> > On Su
Updates:
Status: WontFix
Comment #5 on issue 501 by benoit.m...@gmail.com: IDE does only run code
when started from console as superuser
http://code.google.com/p/gambas/issues/detail?id=501
I don't think so, as apparently you are the only one having a problem. Note
that your output.tx
you say radian is what ?... unit
2014/1/19 Jussi Lahtinen :
> Radian is SI unit and so I would prefer it.
>
> Jussi
>
>
> On Sun, Jan 19, 2014 at 3:33 PM, Fabien Bodard wrote:
>
>> Does the value need to be in Degre or Radian ?
>>
>> For me european ... degre is beter ... but what is the standard
Le 19/01/2014 04:20, Bruce a écrit :
> Some comments and questions and requests.
>
> 1) the gambasdoc "Project Directory Structure" page
> ( http://gambasdoc.org/help/doc/project_structure?v3 ) says that
> a) "Other files and directories" i.e. the Data folder are not included
> in the executable. S
Radian is SI unit and so I would prefer it.
Jussi
On Sun, Jan 19, 2014 at 3:33 PM, Fabien Bodard wrote:
> Does the value need to be in Degre or Radian ?
>
> For me european ... degre is beter ... but what is the standard ?
>
> --
> Fabien Bodard
>
>
> --
You don't have to edit the script for every revision if you make this
little change:
svn checkout -r 5750 svn://svn.code.sf.net/p/gambas/code/gambas/trunk
--->
svn checkout -r $1 svn://svn.code.sf.net/p/gambas/code/gambas/trunk
Then run your script example like this:
installgb3 5750
Jussi
Does the value need to be in Degre or Radian ?
For me european ... degre is beter ... but what is the standard ?
--
Fabien Bodard
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses
For example if you have a class that use a componant like gb.gui for
some use ... but that can work without ... but you need absolutly the
align const for example.
You can define an Align Class that is loaded only when there is not
other existing.
2014/1/19 Bruce :
> I have just noticed that I ca
2014/1/18 Bruce :
> On Sat, 2014-01-18 at 17:19 +0100, Fabien Bodard wrote:
>> The move left/right arrows must be at the left, because when we are
>> changing doc from code to form.
>> the arrow place position depend of the presence of right property panel.
>>
>> I think the tabs need to have all t
Comment #4 on issue 501 by xpistian...@gmail.com: IDE does only run code
when started from console as superuser
http://code.google.com/p/gambas/issues/detail?id=501
Resolved by compiling from stable branch of SVN instead of download from
website.
Maybe some files were corrupted?
Sorry for bot
On 01/17/2014 11:00 PM, Kevin Fishburne wrote:
> On 01/16/2014 05:07 PM, Benoît Minisini wrote:
>> Le 16/01/2014 22:40, Benoît Minisini a écrit :
>>> Le 16/01/2014 06:03, Kevin Fishburne a écrit :
The results are in, and they don't tell me much. :( I attached the
updated test project, whi
23 matches
Mail list logo