Re: [Zim-wiki] Debugging Zim, especially plugins/PyCharm IDE

2015-05-22 Thread Güven , Ugur Murat
Hi Udo,

while playing around with Visual Studio Community Edition with Python Tools I 
found out how you can debug
your code by using the debugger.

You need to set some break points, then run your program as python script (so 
for Zim it does not work if you use the Windows version, you need to really run 
the Python script),
and then select 'attach to process' and select the right process to attach the 
debugger to.

When you use the function / code part of your script in which you have set the 
break point, the debugger will halt the script and let you debug.

Regards,
Murat



___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] Update to Search tagged pages plugin

2015-05-22 Thread Güven , Ugur Murat
Hi,

I updated this plugin and added following value add / use case to it.

Use Case:
You want to link pages which have a topic in common within your current page. 
As you have tagged these pages with the
same tag, you can use the tag to identify these pages.

So instead of manually searching through your pages and manually adding the 
dedicated pages as links you can use this plugin and
down select all pages according to given tags and paste the result into the 
current page.

So the result will be as an example:

== Pages with following tag(s) in common ==
Tag1 , Tag2, Tag3
[[Project:Note1]]
[[Project:Note2]]
[[Inbox:Misc:Note3]]


https://github.com/jaap-karssenberg/zim-wiki/wiki/Plugins


Any feedback welcome!

Have Fun,
Murat

P.S. I will discontinue the 0.60 version for Zim 0.60, so please update to the 
latest Zim version to benefit from this plugin
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] Zim Windows Version: Program path

2015-05-22 Thread Güven , Ugur Murat
Hi,

I'd like to provide a basic theme import plugin for the Windows version of Zim.

Is there any variable which points to the Program path or even \share and \etc 
path as I need to change the gtkrc file
and copy the template files to the themes folder?

Thanks,
Murat

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp