DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:pycode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:pycode [2017-11-16 20:37] – [PyCode Plugin] torpedoplugin:pycode [2023-11-03 11:02] (current) – [PyCode Plugin] torpedo
Line 6: Line 6:
 email      : dcstoyanov@gmail.com email      : dcstoyanov@gmail.com
 type       : syntax type       : syntax
-lastupdate : 2016-09-09+lastupdate : 2019-11-25
 compatible : 2014-09-29 "Hrun", 2015-08-10 "Detritus", 2016-06-26 "Elenor Of Tsort", 2017-02-19 "Frusterick Manners" compatible : 2014-09-29 "Hrun", 2015-08-10 "Detritus", 2016-06-26 "Elenor Of Tsort", 2017-02-19 "Frusterick Manners"
 depends    :  depends    : 
 conflicts  conflicts 
-similar    :  +similar    : repo 
-tags       : code, python, repository, syntaxhighlight+tags       : !obsolete
  
 downloadurl: https://bitbucket.org/tormec/pycode/get/master.zip downloadurl: https://bitbucket.org/tormec/pycode/get/master.zip
-bugtracker : https://bitbucket.org/tormec/pycode/issues?status=new&status=open+bugtracker : 
 sourcerepo : https://bitbucket.org/tormec/pycode/src sourcerepo : https://bitbucket.org/tormec/pycode/src
 donationurl:  donationurl: 
Line 20: Line 20:
 screenshot_img :  screenshot_img : 
 ---- ----
- 
-===== Notice ===== 
- 
-:!: The url to the repository is changed in ''https://bitbucket.org/Tormec/pycode/src''. If already installed the plugin, in ''Extension Manager'' simply click on ''Re-install'' to update it.\\ --- [[dcstoyanov@gmail.com|Torpedo]] //2017-10-07 12:25// 
  
  
Line 60: Line 56:
  
 and this is what you get: and this is what you get:
-{{ https://bitbucket.org/Tormec/pycode/downloads/script.png?nolink&recache }}+{{ https://bitbucket.org/tormec/pycode/downloads/script.png?nolink&recache }}
 Note, at the top of the page, the notification which points out to you that, since last time you edited the page, the code in the repository has changed. Note, at the top of the page, the notification which points out to you that, since last time you edited the page, the code in the repository has changed.
  
Line 72: Line 68:
  
 and the output will be: and the output will be:
-{{ https://bitbucket.org/Tormec/pycode/downloads/class.png?nolink&recache }}+{{ https://bitbucket.org/tormec/pycode/downloads/class.png?nolink&recache }}
 Each page will be created in the same namespace where this page lives. Each page will be created in the same namespace where this page lives.
  
Line 79: Line 75:
 <code><pycode https://bitbucket.org/Name/repo-test/src/master/file.py f __init__ Extra></code> <code><pycode https://bitbucket.org/Name/repo-test/src/master/file.py f __init__ Extra></code>
  
-{{ https://bitbucket.org/Tormec/pycode/downloads/method.png?nolink&recache }}+{{ https://bitbucket.org/tormec/pycode/downloads/method.png?nolink&recache }}
  
 Note that we have specified from which class embed the ''%%__init__%%'' method; if we had simply written: Note that we have specified from which class embed the ''%%__init__%%'' method; if we had simply written:
Line 91: Line 87:
 In your wiki, you will warned about this changes and the embedded code will not updated until you give your consent. In your wiki, you will warned about this changes and the embedded code will not updated until you give your consent.
  
-{{ https://bitbucket.org/Tormec/pycode/downloads/class-dif.png?nolink&recache }}+{{ https://bitbucket.org/tormec/pycode/downloads/class-dif.png?nolink&recache }}
  
 It's important to notice that a banner notification for a class can be flushed away in two manners: It's important to notice that a banner notification for a class can be flushed away in two manners:
Line 100: Line 96:
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:plugin_installation_instructions|Plugin Installation Instructions]] on how to install plugins manually.
  
  
Line 131: Line 127:
 For default, PyCode installs a menu wizard in your toolbar. If you don't want it you can disable this option in ''Configuration Manager'' > ''Pycode''. For default, PyCode installs a menu wizard in your toolbar. If you don't want it you can disable this option in ''Configuration Manager'' > ''Pycode''.
  
-{{ https://bitbucket.org/Torpedo/pycode/downloads/wizard.png?nolink&recache }}+{{ https://bitbucket.org/tormec/pycode/downloads/wizard.png?nolink&recache }}
  
  
Line 148: Line 144:
 Moreover the line numbers are generated using the start and end line of the code as is in your repository. Moreover the line numbers are generated using the start and end line of the code as is in your repository.
  
-{{ https://bitbucket.org/Tormec/pycode/downloads/method-line-numbers.png?nolink&recache }}+{{ https://bitbucket.org/tormec/pycode/downloads/method-line-numbers.png?nolink&recache }}
  
 Independently from the choose in the ''Configuration Manager'', it is possible to specify whether show or hide the line numbers for each singular case adding: Independently from the choose in the ''Configuration Manager'', it is possible to specify whether show or hide the line numbers for each singular case adding:
Line 166: Line 162:
 | ''src-url ⋅ class ⋅ def ⋅ #:#''  | show a title of this form where ''class'' and ''def'' are applied only for Python script and are those, if there are, specified in the syntax  | | ''src-url ⋅ class ⋅ def ⋅ #:#''  | show a title of this form where ''class'' and ''def'' are applied only for Python script and are those, if there are, specified in the syntax  |
  
-{{ https://bitbucket.org/Tormec/pycode/downloads/method-title.png?nolink&recache }}+{{ https://bitbucket.org/tormec/pycode/downloads/method-title.png?nolink&recache }}
  
 Independently from the choose in the ''Configuration Manager'', it is possible to specify whether show or hide a title for the code adding: Independently from the choose in the ''Configuration Manager'', it is possible to specify whether show or hide a title for the code adding:
Line 253: Line 249:
 </code> </code>
  
-{{ https://bitbucket.org/Tormec/pycode/downloads/class-docstr.png?nolink&recache }}+{{ https://bitbucket.org/tormec/pycode/downloads/class-docstr.png?nolink&recache }}
  
  
Line 279: Line 275:
  
 Bear in mind that doing this you lose track of which code is out of date. Bear in mind that doing this you lose track of which code is out of date.
----- 
- 
- 
-===== Development ===== 
- 
- 
- 
-==== Known Bugs and Issues ==== 
- 
-Please, use the relative bug tracker or write here and then I will move there.\\ --- //[[dcstoyanov@gmail.com|Torpedo]] 2015/03/23 16:16// 
- 
- 
-==== ToDo/Wish List ==== 
  
-Let me know what do you think about this plugin and how can I improve its functionality.\\ --- //[[dcstoyanov@gmail.com|Torpedo]] 2015/03/23 16:16// 
  
plugin/pycode.1510861063.txt.gz · Last modified: 2017-11-16 20:37 by torpedo

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki