[MSEide-MSEgui-talk] wishlist

2013-05-18 Thread Med Hamza
Hi Martin,

   I think you miss tcalendardatetime IFI propertie. Is it possible or any
orientation?

Best Regards.
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] wishlist

2013-05-18 Thread Martin Schreiber
On Saturday 18 May 2013 12:16:02 Med Hamza wrote:
> Hi Martin,
>
>I think you miss tcalendardatetime IFI propertie. Is it possible or any
> orientation?
>
There was a missing mse_with_ifi define. Fixed in git master 
73bfe8634d52580b7d8196ecdd5d94a34c66bffe.

Martin

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] wishlist

2013-05-18 Thread Ivanko B
I think you miss tcalendardatetime IFI propertie
=
Wow, could You share Your IFi experience later - with example projects
more complicated than simple testcases ?

2 Martin: could IFI it be used for IPC between console apps - for
instance to replace CORBA which FPC lacks ?

PS:
me've been a c-and-bash-only programmer last months (LINUX networking
targeted duties) - it's so-so nasty...

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] wishlist

2013-05-18 Thread Martin Schreiber
On Saturday 18 May 2013 19:52:10 Ivanko B wrote:
>
> 2 Martin: could IFI it be used for IPC between console apps - for
> instance to replace CORBA which FPC lacks ?
>
Ifi-remote can be used to connect msenogui applications. It probably does not 
replace a full CORBA implementation.

> PS:
> me've been a c-and-bash-only programmer last months (LINUX networking
> targeted duties) - it's so-so nasty...
>
And I started the development of the MSEpascal interpreter/compiler.
Most likely more fun. :-)

Martin

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] wishlist

2013-05-18 Thread Ivanko B
It probably does not
replace a full CORBA implementation.
=
Mainly its name services, me guess :)

MSEpascal interpreter
=
With debugger ?

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] wishlist

2013-05-18 Thread Martin Schreiber
On Sunday 19 May 2013 02:30:46 Ivanko B wrote:
> It probably does not
> replace a full CORBA implementation.
> =
> Mainly its name services, me guess :)
>
> MSEpascal interpreter
> =
> With debugger ?
>
Yes.

Martin

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] wishlist

2013-05-19 Thread Graeme Geldenhuys
On 2013-05-19 01:30, Ivanko B wrote:
> It probably does not
> replace a full CORBA implementation.
> =
> Mainly its name services, me guess :)

CORBA has a lot of functionality.. To be honest, MSEgui's IFI doesn't
come close to what CORBA can do.



Regards,
  - Graeme -


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-16 Thread Graeme Geldenhuys
Hi Martin,

Is there any chance you could enhance the editor in MSEide to show the
start of a TAB character in the source code. See the attached
screenshot for an example.

Recently I switched my coding style to use TAB (equals 4 spaces in
width) character indentation, instead of the standard 2-space
character indentation. But some of my existing code was not 100%
correctly converted, so without being able to see where the TAB
characters are placed, space indentation mistakes sometimes creep
through. The visible TAB character also adds to the visual aspect,
making it easy to match the 'begin' & 'end' in a large block of code
spanning more than the screen height.

Other than that, MSEide handles TAB character indentation very nicely.
The nice benefit of an IDE that doesn't try and write too much
"automated" code.

On a side note:
---
The nice thing we found of TAB indentation is that each developer can
decide how deep they want the indentation to be. Some developers still
like the 2-space width, I lately prefer the 4-space width (before it
was 6) and I know some people like yourself like 1-space width.
NOTE: we only use TAB characters for indentation, not for comment
alignment etc., so no TAB characters  in the middle or end of code
lines, only at the beginning.


Anyway, if you have time for such a wishlist item, that would be
great... otherwise I'll attempt implementing it myself.

-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
<>--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-16 Thread Sieghard
Hallo Graeme,

Du schriebst am Mon, 16 Jul 2012 22:01:48 +0100:

> Recently I switched my coding style to use TAB (equals 4 spaces in
> width) character indentation, instead of the standard 2-space

IF there's no chance ever that you might have to edit your code in some
other editor, that might do. If not...

-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-16 Thread Martin Schreiber
On Monday 16 July 2012 23:01:48 Graeme Geldenhuys wrote:
> Hi Martin,
>
> Is there any chance you could enhance the editor in MSEide to show the
> start of a TAB character in the source code. See the attached
> screenshot for an example.
>
IIRC I once had TAB display code in MSEgui already. I'll have a look.

Martin

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-17 Thread Graeme Geldenhuys
Hi Sieghard,

On 17 July 2012 00:14, Sieghard  wrote:
>
> IF there's no chance ever that you might have to edit your code in some
> other editor, that might do. If not...

I honestly can't think of a single programmer editor that doesn't
support TAB character indentation. They ALL support the TAB character,
because the most popular languages like Java, C, C++, etc are all
written with TAB-style indentation.


-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-17 Thread Graeme Geldenhuys
On 17 July 2012 06:26, Martin Schreiber  wrote:
>
> IIRC I once had TAB display code in MSEgui already. I'll have a look.


Awesome, thanks.



-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-21 Thread Martin Schreiber
On Tuesday 17 July 2012 09:18:44 Graeme Geldenhuys wrote:
> On 17 July 2012 06:26, Martin Schreiber  wrote:
> > IIRC I once had TAB display code in MSEgui already. I'll have a look.
>
> Awesome, thanks.

Git master 705685a007a2b7193163f8c28ddf5b9c1ad354b6 
has 'Project'-'Options'-'Show Tabs'.

Martin

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-22 Thread Graeme Geldenhuys
On 21 July 2012 19:32, Martin Schreiber  wrote:
>
> Git master 705685a007a2b7193163f8c28ddf5b9c1ad354b6
> has 'Project'-'Options'-'Show Tabs'.


Thanks for this. The only problem I see is that the tab character
symbol is in the wrong position. You are displaying the symbol at the
end of the tab width, and not at the location where the TAB key was
actually pressed. See the screenshot in my first email to show the
difference. Placing the symbol where the TAB key was pressed, also
means that the symbol will not appear against your code (which might
cause confusion to some)


-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-22 Thread Martin Schreiber
On Sunday 22 July 2012 20:43:30 Graeme Geldenhuys wrote:
> On 21 July 2012 19:32, Martin Schreiber  wrote:
> > Git master 705685a007a2b7193163f8c28ddf5b9c1ad354b6
> > has 'Project'-'Options'-'Show Tabs'.
>
> Thanks for this. The only problem I see is that the tab character
> symbol is in the wrong position. You are displaying the symbol at the
> end of the tab width, and not at the location where the TAB key was
> actually pressed. See the screenshot in my first email to show the
> difference. Placing the symbol where the TAB key was pressed, also
> means that the symbol will not appear against your code (which might
> cause confusion to some)

True. The tab symbol is displayed at the tab line position. A └ for tak_left, 
┘ for tak_right and ┴ for tak_centered and tak_decimal. Possibly not ideal 
for editing.

Martin

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-23 Thread Martin Schreiber
On Sunday 22 July 2012 21:14:39 Martin Schreiber wrote:
> On Sunday 22 July 2012 20:43:30 Graeme Geldenhuys wrote:
> >
> > Thanks for this. The only problem I see is that the tab character
> > symbol is in the wrong position. You are displaying the symbol at the
> > end of the tab width, and not at the location where the TAB key was
> > actually pressed. See the screenshot in my first email to show the
> > difference. Placing the symbol where the TAB key was pressed, also
> > means that the symbol will not appear against your code (which might
> > cause confusion to some)
>
> True. The tab symbol is displayed at the tab line position. A └ for
> tak_left, ┘ for tak_right and ┴ for tak_centered and tak_decimal. Possibly
> not ideal for editing.
>
Changed in git master 5ae1dc036674bbf63154ff7f94db6b7df258f788.

Martin



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-23 Thread Graeme Geldenhuys
On 23 July 2012 19:03, Martin Schreiber  wrote:
>>
> Changed in git master 5ae1dc036674bbf63154ff7f94db6b7df258f788.

Thanks, much better using the arrow and position. I still prefer flush
to the left (a personal preference), so I simply made minor local mod
in my code.

Thanks again for all your efforts - much appreciated.


-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk