Re: [NTG-context] Notepad++ calltips

2009-11-23 Thread richard . stephens

Idris,

Thanks for this, it works fine.

I am adding calltips very slowly to
my file, and I will post it to the Wiki when I have a useful number done.

Best regards,

Richard

UKACC
International Conference on CONTROL 2010 

ntg-context-boun...@ntg.nl wrote on 20/11/2009 20:34:33:

 Hi,
 
 Change the name of the attached to end in .zip . I can confirm that
the
 context calltips work for this version of context.xml in Npp 5.5.1.
 
 OTOH, the ignoreCase=no used to work, and that is something that the
Npp
 developers will hopefully take care of.
 
 Richard, if you make additional calltips to context.xml, can you post
your
 updates to the wiki? Maybe we can start a project to eventually add
 calltips to all commands. I have a few other ideas as well to make
these
 calltips more useful, and to serve a certain book project ;-)
 
 Best wishes
 Idris
 
 On Fri, 20 Nov 2009 13:03:19 -0700, Idris Samawi Hamid ادريس
 سماوي حامد
 isha...@colostate.edu wrote:
 
 
  On Fri, 20 Nov 2009 09:21:34 -0700, richard.steph...@converteam.com

  wrote:
 
  After some experiments, I think the problem is that Notepad++
is 
  ignoring the case of the commands when searching for calltips.
By 
  re-sorting the list I was able to get calltips to work. However,
with 
  this new sorting the auto-complete no longer works! This
is definitely 
  one for the Notepad++ developers.
 
  I experimented a bit and I think you are exactly right. If I
comment out 
  the commands that contain upper-case letters, the calltip mechanism

  works. If I resort just those commands, viz, move them to the
bottom of 
  the file, autocompletion does not work for the upper-case commands
but 
  it does work for all others.
 
  Workaround:
 
  in context.xml go to
 
  Environment ignoreCase=no startFunc=[
stopFunc=] /br/
 
  change ignoreCase
 
  ignoreCase=yes
 
  resort according to ignorecase
 
  I did this for one command and it works, let me try some more.
 
 -- 
 Professor Idris Samawi Hamid, Editor-in-Chief
 International Journal of Shi`i Studies
 Department of Philosophy
 Colorado State University
 Fort Collins, CO 80523[attachment context_xml_zip deleted
by 
 Richard STEPHENS/GBRUG03/APC] [attachment attachment130.txt

 deleted by Richard STEPHENS/GBRUG03/APC] 





Converteam UK Ltd. Registration Number: 5571739 and Converteam Ltd. Registration
Number: 2416188

Registered in England and Wales.

Registered office: Boughton Road, Rugby, Warwickshire, CV21 1BU.



CONFIDENTIALITY : This e-mail and any attachments are confidential and
may be privileged. If you are not a named recipient, please notify the
sender immediately and do not disclose the contents to another person,
use it for any purpose or store or copy the information in any medium.



Please consider the environment before printing this e-mail




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Notepad++ calltips

2009-11-20 Thread richard . stephens

 On Wed, 18 Nov 2009 09:58:26 -0700, richard.steph...@converteam.com

 wrote:
 
  Does anyone use Notepad++ with the function calltips
feature? Checking 
  the
  context.xml definition file, there are calltips defined for 
  \startitemize, but
  they never appear when I'm typing, even though the auto-completion
works 
  fine.
 
  Trying a .cpp file gives calltips okay, so it seems to be something
to 
  do with
  the Context implementation.
 
 I did some experimenting with calltips about a year ago... it took
me a 
 while to figure it out though...
 
 In context.xml I implemented only one:
 
KeyWord name=startitemize func=yes
 Overload retVal=

   Param name=[.1.]
n a A KA r R KR m g G -number- each /
 /Overload  

 Overload retVal=

   Param name=[..,.2.,..]
standard -n-*broad -n-*serried packed 
 unpacked stopper joinedup atmargin inmargin autointro loose section

 intext/
 /Overload  

 Overload retVal=

   Param name=margin
= no standard -dimension- /
 /Overload  
  
/KeyWord
 
 
 It used to work, in my present Npp 5.5.1 it seems broken; even cpp

 calltips don't work -- although normal autocompletion works fine.
Does 
 this one calltip work for you? What version of Npp are you running?
 
 In any case, it will be a major task to fill out all calltips for

 context.xml, unless there is a minimally structured source file for
all 
 context command options that can be sorted by text-processing [beyond
my 
 skill set].
 
 Best wishes
 Idris

Idris,

Thank-you for your response. I am using Npp 5.5.1
and the calltips for C++ work okay. I saw the startitemize tip in the context.xml
file and tried it out but it didn't work. I was hoping to complete just
a few calltips for commands that I use rarely enough not to remember the
parameters but often enough to make looking them up annoying! Calltips
for all commands would be a wonderful thing!

Anyway, if it used to work for you, perhaps I should
address the Notepad++ community instead.

Thanks again for your help.

Richard






Converteam UK Ltd. Registration Number: 5571739 and Converteam Ltd. Registration
Number: 2416188

Registered in England and Wales.

Registered office: Boughton Road, Rugby, Warwickshire, CV21 1BU.



CONFIDENTIALITY : This e-mail and any attachments are confidential and
may be privileged. If you are not a named recipient, please notify the
sender immediately and do not disclose the contents to another person,
use it for any purpose or store or copy the information in any medium.



Please consider the environment before printing this e-mail




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Notepad++ calltips

2009-11-20 Thread richard . stephens

 On Wed, 18 Nov 2009 09:58:26 -0700, richard.steph...@converteam.com

 wrote:
 
  Does anyone use Notepad++ with the function calltips
feature? Checking 
  the
  context.xml definition file, there are calltips defined for 
  \startitemize, but
  they never appear when I'm typing, even though the auto-completion
works 
  fine.
 
  Trying a .cpp file gives calltips okay, so it seems to be something
to 
  do with
  the Context implementation.


After some experiments, I think the problem is that
Notepad++ is ignoring the case of the commands when searching for calltips.
By re-sorting the list I was able to get calltips to work. However, with
this new sorting the auto-complete no longer works! This is definitely
one for the Notepad++ developers.

Regards,

Richard





Converteam UK Ltd. Registration Number: 5571739 and Converteam Ltd. Registration
Number: 2416188

Registered in England and Wales.

Registered office: Boughton Road, Rugby, Warwickshire, CV21 1BU.



CONFIDENTIALITY : This e-mail and any attachments are confidential and
may be privileged. If you are not a named recipient, please notify the
sender immediately and do not disclose the contents to another person,
use it for any purpose or store or copy the information in any medium.



Please consider the environment before printing this e-mail




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Notepad++ calltips

2009-11-20 Thread Idris Samawi Hamid ادريس سماوي حامد
On Fri, 20 Nov 2009 09:21:34 -0700, richard.steph...@converteam.com  
wrote:


After some experiments, I think the problem is that Notepad++ is  
ignoring the case of the commands when searching for calltips. By  
re-sorting the list I was able to get calltips to work. However, with  
this new sorting the auto-complete no longer works! This is definitely  
one for the Notepad++ developers.


I experimented a bit and I think you are exactly right. If I comment out  
the commands that contain upper-case letters, the calltip mechanism works.  
If I resort just those commands, viz, move them to the bottom of the file,  
autocompletion does not work for the upper-case commands but it does work  
for all others.


Workaround:

in context.xml go to

Environment ignoreCase=no startFunc=[ stopFunc=] /br/

change ignoreCase

ignoreCase=yes

resort according to ignorecase

I did this for one command and it works, let me try some more.

Best wishes
Idris

--
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Notepad++ calltips

2009-11-20 Thread Idris Samawi Hamid ادريس سماوي حامد

Hi,

Change the name of the attached to end in .zip . I can confirm that the  
context calltips work for this version of context.xml in Npp 5.5.1.


OTOH, the ignoreCase=no used to work, and that is something that the Npp  
developers will hopefully take care of.


Richard, if you make additional calltips to context.xml, can you post your  
updates to the wiki? Maybe we can start a project to eventually add  
calltips to all commands. I have a few other ideas as well to make these  
calltips more useful, and to serve a certain book project ;-)


Best wishes
Idris

On Fri, 20 Nov 2009 13:03:19 -0700, Idris Samawi Hamid ادريس   سماوي حامد  
isha...@colostate.edu wrote:




On Fri, 20 Nov 2009 09:21:34 -0700, richard.steph...@converteam.com  
wrote:


After some experiments, I think the problem is that Notepad++ is  
ignoring the case of the commands when searching for calltips. By  
re-sorting the list I was able to get calltips to work. However, with  
this new sorting the auto-complete no longer works! This is definitely  
one for the Notepad++ developers.


I experimented a bit and I think you are exactly right. If I comment out  
the commands that contain upper-case letters, the calltip mechanism  
works. If I resort just those commands, viz, move them to the bottom of  
the file, autocompletion does not work for the upper-case commands but  
it does work for all others.


Workaround:

in context.xml go to

Environment ignoreCase=no startFunc=[ stopFunc=] /br/

change ignoreCase

ignoreCase=yes

resort according to ignorecase

I did this for one command and it works, let me try some more.


--
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

context_xml_zip
Description: Binary data
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Notepad++ calltips

2009-11-19 Thread Idris Samawi Hamid ادريس سماوي حامد

Hi Richard,

On Wed, 18 Nov 2009 09:58:26 -0700, richard.steph...@converteam.com  
wrote:


Does anyone use Notepad++ with the function calltips feature? Checking  
the
context.xml definition file, there are calltips defined for  
\startitemize, but
they never appear when I'm typing, even though the auto-completion works  
fine.


Trying a .cpp file gives calltips okay, so it seems to be something to  
do with

the Context implementation.


I did some experimenting with calltips about a year ago... it took me a  
while to figure it out though...


In context.xml I implemented only one:

KeyWord name=startitemize func=yes
Overload retVal= 
Param name=[.1.] n a A KA r R KR m g G -number- 
each /
/Overload   
Overload retVal= 
Param name=[..,.2.,..] standard -n-*broad -n-*serried packed  
unpacked stopper joinedup atmargin inmargin autointro loose section  
intext/

/Overload   
Overload retVal= 
Param name=margin = no standard -dimension- 
/
/Overload   
/KeyWord


It used to work, in my present Npp 5.5.1 it seems broken; even cpp  
calltips don't work -- although normal autocompletion works fine. Does  
this one calltip work for you? What version of Npp are you running?


In any case, it will be a major task to fill out all calltips for  
context.xml, unless there is a minimally structured source file for all  
context command options that can be sorted by text-processing [beyond my  
skill set].


Best wishes
Idris

--
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___