ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mohamed Bana <abbg770@city.ac.uk>
To: ntg-context@ntg.nl
Subject: Re: ConTeXt Package for Notepad++ v. 5.0.3
Date: Thu, 21 Aug 2008 22:35:33 +0000 (UTC)	[thread overview]
Message-ID: <loom.20080821T215656-889@post.gmane.org> (raw)
In-Reply-To: <op.uf8951y3fkrasx@your-b27fb1c401>

Idris Samawi Hamid ادريس سماوي حامد <ishamid <at> colostate.edu> writes:

> 
> Dear gang,
> 
> I have uploaded the latest version of the ConTeXt support package for  
> Notepad++.
> 
> http://wiki.contextgarden.net/Image:Npp_ConTeXt.zip
> 
> It has been updated to 5.0.3, the latest stable version. The main  
> difference in the package is the new autocompletion file format. See  
> context.xml. I have also included the Explorer plugin and the latest  
> NppExec plugin (2.4) -- the NppExec that comes with 5.0.3 is just slightly  
> out of date (2.4 RC1).
> 
> 
> Enjoy!
> 
> Best wishes
> Idris
> 

Idris, thanks alot!  Also what OS do you happen to be using?

On my Vista 64bit box I had trouble running the default "Process ConTeXt file
(pdf)" command, the document compiles fine but fails on opening adobe reader;

TeXExec | runtime: 3.646
<<< Process finished.
acrobat.bat && pdfopen --file "C:\context\test.pdf"
CreateProcess() failed
================ READY ================

Change;

acrobat.bat 
pdfopen --file "$(CURRENT_DIRECTORY)\$(NAME_PART).pdf"
pdfclose --file "$(CURRENT_DIRECTORY)\$(NAME_PART).pdf"
texmfstart texexec "$(NAME_PART).tex" 
acrobat.bat && pdfopen --file "$(CURRENT_DIRECTORY)\$(NAME_PART).pdf" 

To;

cd "$(CURRENT_DIRECTORY)"
acrobat.bat 
pdfopen --file "$(CURRENT_DIRECTORY)\$(NAME_PART).pdf"
pdfclose --file "$(CURRENT_DIRECTORY)\$(NAME_PART).pdf"
texmfstart texexec "$(NAME_PART).tex" 
acrobat.bat
pdfopen --file "$(CURRENT_DIRECTORY)\$(NAME_PART).pdf" 


Now Adobe should open, depsite the error message;

acrobat.bat
CreateProcess() failed
pdfopen --file "C:\context\test.pdf"
Process started >>>
<<< Process finished.
================ READY ================


If anyone knows how to assign to shortcuts to the NppExec scripts, please, do
post them.

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2008-08-21 22:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-21 21:33 Idris Samawi Hamid ادريس سماوي حامد
2008-08-21 22:35 ` Mohamed Bana [this message]
2008-08-21 23:20   ` Idris Samawi Hamid ادريس سماوي حامد
2008-08-22 13:51 ` Alan Stone
2008-08-22 15:00 abbg770
2008-08-22 15:54 ` Alan Stone
2008-08-22 16:09   ` Idris Samawi Hamid ادريس سماوي حامد
2008-08-22 16:04 ` Idris Samawi Hamid ادريس سماوي حامد
2008-08-23  9:29   ` Alan Stone
2008-08-23 15:23     ` Idris Samawi Hamid ادريس سماوي حامد
2008-08-23 16:56       ` Alan Stone
2008-08-23 16:58         ` Alan Stone
2008-08-23 17:29           ` Idris Samawi Hamid ادريس سماوي حامد
2008-08-23 19:03         ` Idris Samawi Hamid ادريس سماوي حامد
2008-08-23 20:13           ` Alan Stone
2008-08-23 21:47             ` Idris Samawi Hamid ادريس سماوي حامد
2008-08-24  8:18               ` Alan Stone
2008-08-24 14:26                 ` Alan Stone
2008-08-24 16:42                   ` Idris Samawi Hamid ادريس سماوي حامد
2008-08-23 16:41     ` Mohamed Bana
2008-08-22 15:03 abbg770
2008-08-22 15:52 ` Idris Samawi Hamid ادريس سماوي حامد
2008-09-22 10:26 Alan Stone
2008-09-22 19:03 ` Idris Samawi Hamid
2008-09-22 20:21   ` Alan Stone
2008-09-23 13:50     ` Alan Stone
2008-09-23 16:45       ` Alan Stone
2008-09-24  8:41       ` Alan Stone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20080821T215656-889@post.gmane.org \
    --to=abbg770@city.ac.uk \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).