Discussion:
[Notepad-plus-plus] [notepad-plus - Plugin Development] LanguageHelp plug update 1v31
SourceForge.net
2009-09-03 02:26:43 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7605664
By: fstellari

The new version adds several options:
- a toolbar button for calling the help on the currently selected word
- the possibility of showing the help command on the context menu
- the possibility of searching for the currently selected word even when using
the menu entries
Franco

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
SourceForge.net
2009-09-03 13:37:15 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7607016
By: fstellari

Unfortunately a last minute code cleanup caused a major bug disabling most
features.
Please download the new 1v311 version that fixes the problem.

http://fstellari.googlepages.com/npp_plugins

Franco

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
SourceForge.net
2009-09-04 09:58:11 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7608853
By: dv__

When I try to use .pdf help file, the plugin says "No Acrobat PDF viewer installed".
This is true, because I use FoxitReader to view .pdf file and it is my system
default program which opens .pdf files when I press Enter on such files. So
I see no problem to open .pdf file in my preferred viewer. Why the plugin does
not?
Do you use specific program name in your ShellExecute() call?
I believe, it should be just:

ShellExecute( NULL, _T("open"), help_file_to_open, NULL, NULL, SW_SHOWNORMAL );

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
SourceForge.net
2009-09-04 12:19:23 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7609044
By: fstellari

CHM, HLP, PDF do not use the ShellExecute command but library calls for the
help and acrobat. The reason is that in that way I can search for a word and
not just open the file.
What I could possibly do is that when there is "No Acrobat PDF viewer installed"
I back that up with a shellexecute command. Would that do what you want?
Regards,
Franco

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
SourceForge.net
2009-09-04 15:13:19 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7609378
By: dv__

OK, now I see why it works this way.
Well, it seems to be better to use ShellExecute() instead of error message when
you can't execute required library call. It would not allow to search for current
term, but at least would allow to open a whole help file.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
SourceForge.net
2009-09-04 18:55:23 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7609794
By: fstellari

How would you search for a term opening a PDF with FoxitReader?
I don't know the program so if you explain how it could be done I could you
an option for example to use Foxi instead of Acrobat.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
SourceForge.net
2009-09-05 15:05:38 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7610968
By: fstellari

Please check the new version and comment under this thread:

https://sourceforge.net/forum/message.php?msg_id=7610967

Regards,

Franco

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
SourceForge.net
2009-09-05 07:22:53 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7610502
By: djn2

While Adobe Reader' s command line allows for the searched term to be passed
this way, Foxit does not.
You can anyway have Adobe Reader installed (for use with LanguageHelp) and keep
Foxit Reader as the default PDF viewer.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781

Loading...