1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 | .. raw:: html <style type="text/css"> pre.literal-block { background-color: rgb(192, 192, 255); margin: 0cm 1.5cm 0cm 1.5cm; } </style> ================================================= Readme/Help for PyPE (Python Programmer's Editor) ================================================= .. contents:: Table of Contents ------------------------------- License and Contact information ------------------------------- http://pype.sourceforge.net http://come.to/josiah PyPE is copyright 2003-2006 Josiah Carlson. Contributions are copyright their respective authors. This software is licensed under the GPL (GNU General Public License) version 2 as it appears here: http://www.gnu.org/copyleft/gpl.html It is also included with this archive as `gpl.txt <gpl.txt>`_. The included STCStyleEditor.py, which is used to support styles, was released under the wxWindows license and is copyright (c) 2001 - 2002 Riaan Booysen. The copy included was also distributed with the wxPython Demos and Docs for wxPython version 2.6 for Python 2.3, and may or may not have been modified by the time you read this. The wxWindows license and the LGPL license it references are included with this software as `wxwindows.txt <wxwindows.txt>`_ and `lgpl.txt <lgpl.txt>`_. The included stc-styles.rc.cfg was modified from the original version in order to not cause exceptions during style changes, as well as adding other language style definitions, and was originally distributed with wxPython version 2.4.1.2 for Python 2.2 . If you do not also receive a copy of `gpl.txt <gpl.txt>`_, `wxwindows.txt <wxwindows.txt>`_, and `lgpl.txt <lgpl.txt>`_ with your version of this software, please inform me of the violation at either web page at the top of this document. ------------ Requirements ------------ Either a machine running Python and wxPython, or a Windows machine that can run the binaries should be sufficient. Initial revisions of PyPE were developed on a PII-400 with 384 megs of ram, but it should work on any machine that can run the most recent wxPython revisions. Some portions may be slow (Document->Wrap Long Lines especially, which is a known issue with the scintilla text editor control), but it should still be usable. PyPE 2.x has only been tested on Python 2.3 and wxPython 2.6.3.0. It should work on later versions of Python and wxPython. If you are having issues, file a bug report on http://sourceforge.net/projects/pype . ------------ Installation ------------ If you have Python 2.3 or later as well as wxPython 2.6.3 or later, you can extract PyPE-X.Y.Z-src.zip anywhere and run it by double-clicking on pype.py or pype.pyw . If you want to be all official, you can use 'python setup.py install', but that is generally unnecessary. If you don't have Python 2.3 wxPython 2.6.3 or later, and are running Windows, you should (hopefully) be able to run the Windows binaries. They are provided for your convenience (so you don't have to install Python and wxPython). If it so happens that the Windows binaries don't work for you, and you have an installation of Python and wxPython that fits the requirements, why don't you run the source version? The only difference is a pass through py2exe, and a minor loading time speed increase. Just because the Windows binaries exist, doesn't mean that you /have/ to run them. Why doesn't the Windows install work? ===================================== Depending on your platform, it may or may not work. It works for me on Windows 2k, XP and 98. Most problems people have is that they mistakenly extract library.zip, which they shouldn't do. It could also be due to the lack of some DLL, in which case an error message should inform you of what DLL you are missing. Why doesn't PyPE work on Linux? =============================== PyPE 2.5+ has been tested on Ubuntu 6.06 with... * python-wxversion_2.6.1.2ubuntu2_all.deb * libwxgtk2.6-0_2.6.1.2ubuntu2_i386.deb * python-wxgtk2.6_2.6.1.2ubuntu2_i386.deb The only anomalies observed so far is seemingly a bug with some wx.ScrolledPanel uses, specifically the 'Search' tab along the bottom not displaying all of the options for searching within files. Making the bottom set of tools larger, then using a hotkey to show/hide the tools whenever necessary is a workable (if not ugly and inconvenient) workaround. PyPE 2.5+ has also been tested on Kubuntu 6.06 after the installation of the Synaptic packaage manager, which may or may not have introduced other Gtk libraries that may or may not affect its performance. On Kubuntu, there are a large number of errors and/or warnings during PyPE startup, but I have not been able to crash PyPE yet, so I presume it is stable. There have previously been reports of PyPE segfaulting in certain Linux distributions when opening a file. This seems to be caused by icons in the file listing in the 'Documents' tab on the right (or left) side of the editor (depending on your preferences), or by icons in the notebook tabs along the top of the editor. It was due to either the platform not being able to find the icons to display, or the icons being improperly sized. You can disable these icons by starting up PyPE, going to Options->Use Icons, and making sure that it is unchecked. You should restart PyPE to make sure that the setting sticks. PyPE will be uglier, but it should work. I believe that this has been fixed in PyPE 2.4.1 and later, but this documentation persists "just in case". Why isn't the most recent PyPE available as deb or RPM? ======================================================= Short answer: it's a pain in the ass. Longer answer: I'm not the maintainer for the PyPE package, but have recently discovered that PyPE has a new debian maintainer. Whether or not the new debian maintainer keeps PyPE up-to-date is up to him. Personal attempts to create .debs have resulted in utter failure, which I can either blame on a personal failure to comprehend the documentation, or a failure in the documentation to impart the necessary information. Either way, you are going to have to wait for the debian/ubuntu/whatever repositories to update. You can always get the most recent PyPE from http://sourceforge.net/projects/pype I'm not going to package any RPMs for PyPE, primarily because I'm not going to install the RPM build/install stuff into Ubuntu. Recent attempts to get bdist_wininst working in such a way that the results don't mangle Python installations have failed, and this experience leads me to believe that bdist_rpm has similar issues. Essentially, you are on your own with regards to rpm packages. Why doesn't PyPE work on OSX? ============================= I have had no reports of PyPE working or not working on any version of OSX. I don't have a Mac, and I'm not too keen on running a hacked version of OSX on X86 hardware, so unless someone is willing to donate or test, I'll continue to have no idea of whether it runs or not. -------------------- Command Line Options -------------------- --last ====== When PyPE is run with the '--last' command line option, PyPE will attempt to load all documents that were opened the last time you shut down PyPE. This is equivalent to starting up PyPE and using File->Open Last . --unicode and --ansi ==================== If PyPE is started up with the --unicode or --ansi command line options, it will attempt to use the unicode or ansi versions of wxPython respectively. On failure, it will display to the user with a failure notice. These options have no effect on the Windows distributions of PyPE, or wherever ``hasattr(sys, 'frozen')`` is true. --nothread ========== This command line option will disable the threaded parser, which may cause problems on some platforms. This will reduce the accuracy of the tools in the "Tools" menu, due to the faster and not necessarily correct parser. --macros ======== PyPE 2.6 has an almost fully-functioning macro system. The Python 2.5 ``--macros`` command line option is now ignored because macros are enabled by default in 2.6+. ------------------------------- PyPE features and functionality ------------------------------- What is Sloppy Cut/Copy? ======================== When selecting multiple lines for a cut/copy operation, Sloppy Cut/Copy will select the entirety of partially selected lines. This saves the user from having to meticulously select the start and end points of multi-line selections. What is Smart Paste? ==================== Smart Paste is two functionalities in one. 1. When pasting multiple lines into a currently indented region, it will reindent the pasted region such that the least indented line of the pasted region matches the current indentation level, all other indent levels being relative to the current/minimum. 2. When the cursor is in a non-indent portion of a line, and you paste, Smart Paste will automatically paste to the next line, indenting one level deeper as necessary if you had selected the start of a new block (like if, for, while, def, etc., for Python, open curly braces '{' in C, etc.). What do the different options in the Filter tool do? ==================================================== subsequence will match things like ``us.et`` to ``UserString.ExpandTabs`` no context will not provide any context in the display or search long will provide a 'verbose' display and search context, like ``class foo: def bar(self)`` . short will provide a concise display and search context, like ``def foo.bar(self)`` exact will find entries that include *exactly* what you typed in. any will find entries that include *any* of the 'words' you provide. all will find the entries that include *all* of the 'words' you provide Given the following three definitions and the ``no context`` option without subsequence searching:: def abc(ghi, jkl) def jkl(mno, pqr) def stu(vwx, yz) ...the following searches are true:: exact 'def abc' -> #1 any 'def abc' -> #1, #2, #3 all 'def abc' -> #1 exact 'abc ghi' -> Nothing any 'abc ghi' -> #1 all 'abc ghi' -> #1 exact 'jkl stu' -> Nothing any 'jkl stu' -> #1, #2, #3 all 'jkl stu' -> Nothing Please note that the line count information can be off significantly. This is due to the simple algorithm that it uses to "count" lines. Really, all it does is to say that the number of lines for definition A is the number of lines from the start of definition A to the next definition. For example, ``cls`` in the following example has 1 line, but ``fcn`` has 5:: class cls: def fcn(self): pass def foo(): pass Dictionaries and alphabets for the Spell checker ================================================ You can create/delete custom dictionaries via the +/- buttons right next to the "Custom Dictionaries:" section. You can add words to these custom dictionaries by "Check"ing your document for misspellings, checking all of the words you want to add, clicking "+ ./", then choosing the custom dictionary you want the words added to. If you want to use a large primary dictionary, create a 'dictionary.txt' file that is utf-8 encoded, and place it into the same path that PyPE is. This will be far faster for startup, shutdown, and creating the list than manually adding all of the words to custom dictionaries. Fairly reasonable word lists for english (British, Canadian, or American) are available at Kevin's Word list page: http://wordlist.sourceforge.net/ Words should be separated by any standard whitespace character (spaces, tabs, line endings, etc.). If you want to customize the alphabet that PyPE uses for suggesting spelling, you can create an 'alphabet.txt' file that is utf-8 encoded, where alphabet characters separated by commas ',', and place it into the same path that PyPE is. Please note that the spell checker is very simple. After discovering "words", which are contiguous sequences of letters, suggestions are created by removing single letters, inserting single letters, and swapping pairs of letters internally. It then checks these suggestions against the user-supplied dictionaries, and any that match become suggestions. How does "One PyPE" work? ========================= If "One PyPE" is selected, it will remove the file named 'nosocket' from the path in which PyPE is running from (if it exists), and start a listening socket on 127.0.0.1:9999 . If "One PyPE" is deselected, it will create a file called 'nosocket' in the path from which PyPE is running, and close the listening socket (if one was listening). Any new PyPE instances which attempt to open will check for the existence of the nosocket file. If it does not find that file, it will attempt to create a new listening socket on 127.0.0.1:9999 . If the socket creation fails, it will attempt to connect to 127.0.0.1:9999 and send the documents provided on the command-line to the other PyPE instance. If it found the file, or if it was able to create the socket, then a new instance of PyPE will be created, and will use the preferences-defined "One PyPE" (preventing certain issues involving a read-only path which PyPE is on, or a read-only nosocket file). If you want to prevent new instances of PyPE from ever creating or using sockets, create a file called 'nosocket' and make it read-only to PyPE. What the heck is a Trigger? =========================== Let us say that you writing a web page from scratch. Let us also say that typing in everything has gotten a bit tiresome, so you want to offer yourself a few macro-like expansions, like 'img' -> '<img src="">'. 1. Go to: Document->Set Triggers. 2. Click on 'New Trigger'. 3. In the 'input' column of the new trigger, type in ``img`` 4. In the 'output' column, type in ``<img src="%C">`` In the future, if you type in ``img`` and use Transforms->Perform Trigger, it will expand itself to ``<img src="">`` with your cursor between the two double quotes. What other nifty things are possible? How about automatic curly and square brace matching with [, [%C] and {, {%C}? Note that triggers with a single character in the 'enter' column are automatically done as you type, but triggers with multiple characters in the 'input' column require using Transofrms->Perform Trigger (or its equivalent hotkey if you have assigned one via Options -> Change Menus and Hotkeys). As described, there is a ``%C`` directive that defines where the cursor will end up. There is also a ``%L`` directive that inserts a line break with autoindentation. The semantics for string escapes are the same as in the Find/Replace bar, and a non-indenting line break can be inserted with the standard ``\n``. Find/Replace bars ================= If you have ' or " as the first character in a find or find/replace entry, and what you entered is a proper string declaration in Python, PyPE will use the compiler module to parse and discover the the string. For example, to discover LF characters, use ``"\n"``, including quotes. String escapes in regular expressions and multiline searches? ============================================================= You can use standard Python strings with escapes and quote marks just like when you use the find/replace bars with one minor difference; all searched data is normalized to have ``\n`` line endings regardless of the input. This means that if you want to find a colon followed by a line ending followed by a space, you would use ``":\n "``, including quotes. If you include line endings in your search string, then multiline searching will be automatically enabled during the search (but the box will remain checked or unchecked). What happens when "Smart Case" is enabled during a replace? =========================================================== If the found string is all upper or lower case, it will be replaced by a string that is also all upper or lower case. Else if the length of the found string is the same length as the replacement string, you can replace one string for another, preserving capitalization. For example... :: def handleFoo(foo, arg2): tfOO = fcn(foo) tFOO2 = fcn2(tfOO) return fcn3(tfOO, tFOO2, foo) ...becomes... :: def handleGoo(goo, arg2): tgOO = fcn(goo) tGOO2 = fcn2(tgOO) return fcn3(tgOO, tGOO2, goo) ...by enabling "Smart Case", and putting 'foo' and 'goo' in the find/replace boxes. Otherwise if the first letter of the found string is upper or lowercase, then its replacement will have the first letter be upper or lowercase respectively. What is up with the "Enable File Drops" checkbox in the 'Edit' menu? ==================================================================== 1. Select some text. 2. Now click on it. Q: Do you want the selection to go away, and your cursor to be close to where you clicked? A1: If yes, uncheck the box and restart if necessary. A2: If no, check the box and restart if necessary. (The check is effective for any opened document from then on, but does not change the behavior of already opened documents.) One should always be able to drag and drop text. One should always be able to drag and drop files everywhere, except for the text editor portion. If checked, you can drop files on the editor portion, if unchecked, you won't be able to drop files on the text editor portion. How do I use the 'Todo' list? ============================= On a line by itself (any amount of leading spaces), place something that matches the following regular expression: ``([a-zA-Z0-9 ]+):(.*)`` and is immediately preceeded with a language-specific single-line comment (``#``, ``//``, ``%``, or ``<!--``). The first group (after a .strip().lower() translation) will become category in the 'Category' column, the second group (after a .strip()) becomes the todo in the 'Todo' column, and the number of exclamation points will become the number in the '!' column. PyPE also tosses all entries with a 'Category' that is also a keyword (keyword.kwlist), or one of the following: http, ftp, mailto, news, gopher, and telnet. The following lines are all valid todos :: # todo: fix the code below #todo:fix the code below! # TODo: fix the code below #bug:I am a big ugly bug...no, I really am, but I'm also a todo # this thing can even have spaces: but it cannot have punctuation! #I am not a valid todo...: because there is punctuation on the left What are the known issues within PyPE's parser? =============================================== The C/C++ parser ---------------- The recently added C/C++ parser uses a combination of regular expressions and a few checks to extract function definition information. Note that it can handle things like the following and their variations:: int ** foo(char* arg1, int larg1) \{ ... str1 myClass :: operator[] (indices, count) int* indices; int count; \{ ... Generally speaking, it searches for all matches of the following regular expressions for function-like examples of ``#define`` and functions respectively:: (#ys+i\(i(?:,s*i)*\)) (?:(cs*\([^\)]*\))[^{;\)]*[;{]) Where the following replacements are made, in-order to the regular expressions prior to matching:: c -> (?:i|operator[^\w]+) i -> (?:[a-zA-Z_]\w*) s -> [ \t] y -> (?:[dD][eE][fF][iI][nN][eE]) The function-like macros are returned unchanged, while the possible function matches have various other tests performed on them, and the addition of everything on the same line as the potential function definition. Note that the parser doesn't recognize struct definitions, data members of classes, class hierarchies, functions with default values, etc. It should be sufficient for most navigation and/or The Python parser ----------------- For Python source files, if given a syntactically correct Python source file, the Python parser should work without issue (as long as --nothread is not provided), though it may not be quite as fast as desired (where fast is < .1 seconds). Recent versions of PyPE have a much faster "slow" parser than previous versions, but it is still limited to syntactically correct source files. If not given a syntactically correct Python source file (or if --nothread was provided as a command line option), the parser splits the file into lines, performing a check to see if there is a function, class, or comment on that line, then saves the hierarchy information based on the level of indentation and what came before it. This can be inaccurate, as it will mistakenly believe that the below function 'enumerate' is a method of MyException. :: class MyException(Exception): pass try: enumerate except: def enumerate(inp): return zip(range(len(inp)), inp) It also doesn't know anything about multi-line strings, so the definition nada in the following lines would be seen as a function, and not part of a string. :: ''' this used to be a function def nada(inp): return None ''' This parser will also not pull out doc strings or handle multi-line function definitions properly. PyPE still needs a real parser for C, so it only extracts \\todo: items. What precisely a parser would do on TeX/LaTeX, HTML or XML is beyond me, so they also only extract %todo: and <!-- todo: --> items respectively. How do you get usable Calltips? =============================== Hit F5. This will also rebuild the browsable source tree, autocomplete listing, and todo list. How do you get autocompletion? ============================== Easy. In the 'Document' menu, there is an entry for 'Show autocomplete'. Make sure there is a check by it, and you are set. If you want to get a new or updated listing of functions, hit the F5 key on your keyboard. CRLF/LF/CR line endings ======================= PyPE will attempt to figure out what kind of file was opened, it does this by counting the number of different kinds of line endings. Which ever line ending appears the most in an open file will set the line ending support for viewing and editing in the window. Also, any new lines will have that line ending. New files will have the same line endings as the host operating system. Additionally, copying from an open document will not change the line-endings. Future versions of PyPE may support the automatic translation of text during copying and pasting to/from the host operating system's native line endings. Converting between line endings is a menu item that is available in the 'Document' menu. STCStyleEditor.py ================= As I didn't write this, I can offer basically no support for it. It seems to work to edit python colorings, and if you edit some of the last 30 or so lines of it, you can actually use the editor to edit some of the other styles that are included. If it doesn't work for you, I suggest you revert to the copy of the editor and stc-styles.rc.cfg that is included with the distribution of PyPE you received. As it is a known-good version, use it. Expandable/collapsable/foldable code ==================================== Since the beginning, there have been expandable and collapsable scopes thanks to wxStyledTextCtrl. How to use them... Given the below... :: - class nada: - def funct(self): - if 1: | #do something | pass Shift-clicking the '-' next to the class does this... :: - class nada: + def funct(self): Or really, it's like ctrl-clicking on each of the functions declared in the scope of the definition. Shift-clicking on the '-' a second time does nothing. Shift-clicking on a '+' expands that item completely. Control-clicking on a '+' or '-' collapses or expands the entirety of the scopes contained within. I don't know about you, but I'm a BIG fan of shift-clicking classes. Yeah. Play around with them, you may like it. Converting between tabs and spaces ================================== So, you got tabs and you want spaces, or you have spaces and want to make them tabs. As it is not a menu option, you're probably wondering "how in the hell am I going to do this". Well, if you read the above stuff about string escapes in the find/replace bar, it would be trivial. Both should INCLUDE the quotation marks. To convert from tabs to 8 spaces per tab; replace ``"\\t"`` with ``" "`` To convert from 8 spaces to one tab; replace ``" "`` with ``"\\t"`` Note that you don't need to use the double quotes for the spaces, but it allowed me to be explicit in this documentation. ------------------------------- How do I program my own macros? ------------------------------- Users of PyPE 2.5.1 (a test release) and later will have the ability to record, edit, playback, and delete macros. Most keyboard related tasks are recorded (typing, keyboard movement, selection, cut, copy, paste, etc.), as are all items in the Transforms menu; including automatic and manual triggers. Any macro without any action performed will not be recorded. That is, if you hit "Start Recording" and do nothing other than hit "Stop Recording", a macro will not be created. If you would like to create an initially empty macro, you can use "Empty Macro" and it will get everything all set up for you. Before you execute your macro, I encourage you to save all currently open documents. While I haven't experienced any recent crashes or segfaults while using macros, I may not be able to replicate your particular crash condition even if given the macro source, so may not be able to fix your problem. Be careful! Let us assume that you have created an initially empty macro with the "Empty Macro" button, whose contents are something like the following:: creation_date = 'Wed Jul 12 21:35:34 2006' name = 'macro: Wed Jul 12 21:35:34 2006' def macro(self): pass ``creation_date`` is merely for reference purposes ``name`` is the name you will see in the macro list. If this value is missing, you will see the file name instead. ``def macro(self):`` is the initial definition of the macro. You can have any number of helper functions, extra data, etc., but the macro itself must be named ``macro``, and must take at least one argument, the first of which being the ``wxStyledTextCtrl`` instance that contains the current document. You can also import any module that is available (which may be limited on systems using the Windows binary). The ``self`` parameter will actually be my own custom subclass of the ``StyledTextCtrl``. You will never recieve a shell or interpreter, and you will not be able to execute macros on shells or interpreters. Generally speaking, the ``wxStyledTextCtrl`` subclass has everything that the normal control subclass has, with a few caveats. 1. ``self.GetText()`` and ``self.SetText()`` will return and set the content of the document, paying attention to encodings as necessary. That is, if you perform ``y = self.GetText()`` inside a macro on a document including unicode characters, or a document defining one of the standard Python document encoding methods, you will recieve the encoded version of your document. Strictly ASCII documents or those without any encodings will produce the document as-is. If you would like to acquire the contents of the file as-is, unicode on unicode platforms, etc.:: import wx.stc def macro(self): content = wx.stc.StyledTextCtrl.GetText(self) 2. ``self.lines`` is a special property that gives you a line-based view of the current document.:: line = self.lines[i] # will return line "i" including whitespace lines = self.lines[i:j] # will return lines i...j-1, using standard Python slice semantics bad = self.lines[i:j:-1] # will raise an exception (only steps == 1 are acceptable) self.lines[0] = 'hello world\n' # will set the first line to be "hello world" self.lines[0] = 'hello world ' # will set the first line to be "hello world ", # and the next line will become the tail end of the first line del self.lines[i] # same as self.lines[i] = '' #other special properties of self.lines: self.lines.curline # manipulation of the line the cursor is on self.lines.curlinei # manipulation of the index where the cursor is self.lines.curlinep # manipulation of the column in the line where the cursor is self.lines.selectedlines # manipulation of the lines where a selection exists self.lines.selectedlinesi # manipulation of the indices where a selection exists #to force the selection of all of all lines where a selection currently exists: self.lines.selectedlinesi = self.lines.selectedlinesi #to iterate over the indices of all selected lines: for i in xrange(*self.lines.selectedlinesi): ... #etcetera. 3. ``self.InterpretTrigger(text)`` will interpret the text you provide as it would interpret a trigger, with a small change. That is,:: self.InterpretTrigger('def foo(%C):\npass') will produce the following, with the cursor where the ``@`` is, without the ``@`` sign.:: def foo(@): pass If you want your ``'\n'`` line endings to not include auto-indenting (as is the default for normal triggers), use ``self.InterpretTirgger(text, 1)``. 4. ``self._autoindent(0)`` will perform the equivalent of ``self.InterpretTrigger('\n')``. An example nontrivial macro =========================== When I was writing macro support, I would have found macros to be quite convenient for developing macros. What do I mean? Let us say that I wanted to turn a line that read (from main_window_callback.c in the gPHPedit sources):: case (2316) : gtk_scintilla_document_start(GTK_SCINTILLA(main_window.current_editor->scintilla)); break; Into a line that read:: 2316: 'DocumentStart', As I ended up doing by hand. Well, I could write the following macro, select those lines I wanted to update, and execute the macro.:: def macro(self): lines = self.lines newlines = [] for i in xrange(*lines.selectedlinesi): line = lines[i] pieces = line.split() num = pieces[1].strip('()') name = pieces[3] name = name.split('(', 1)[0].title() name = ''.join(name.split('_')[2:]) newlines.append(" %s: '%s',"%(num, name)) lines.selectedlines = newlines Presumably one would want to include error handling in your nontrivial macros, but they shouldn't be terribly difficult. Using macros as code snippets ============================= 1. Create a macro. 2. Paste the content of your snippet into a global variable in the macro and call it something like ``snippet``. 3. Use ``self.InterpretTrigger(snippet)``. That is, let us say that you wanted a snippet that inserted the following content:: def foo(bar): pass You would create the following macro:: name = 'Code Snippet foo()' snippet = ''' def foo(bar): pass ''' def macro(self): self.InterpretTrigger(snippet, 1) --- FAQ --- How do you come up with new feature ideas? ========================================== Every once and a while, I'll be editing with PyPE, and I'll say, "hey, it would be neat if I could do X with PyPE". This is rare, though it has produced things like the draggable document list, spell check, customizable menu hotkey bindings, open module, "One PyPE", etc. More often than not, I will be surfing the net, and someone will rant and rave about their super ultra mega favorite editor X, and how it has so many features that are so great that no other editor has. Out of curiosity, I'll usually go to the specific site, look at the editor, the features it offers, and consider if I would want PyPE to have such features, what changes would be necessary, and what it would take to make them happen. This has produced things like workspaces, shells, find/replace bars (idea from Firefox), triggers (and everything else in the Transforms menu), the name and line oriented browsable source trees, etc. Occasionally, some user of PyPE will contact me, perhaps report a bug, or somesuch, and eventually either suggest features or offer up patches. While I had written the original Search tab, the current Search tab and the table display of results were submitted almost complete. Suggestions have resulted in the addition of Start/End selection, bookmarks, the line-based abstraction for macros, macros themselves, tools whose positions can be switched, title options, the optional toolbar, caret tracking and width options, find/replace bar history, the actual find/replace bar keybindings and what they do based on context, the embedded HTML help, the Find Definition/filter tool, etc. Astute observers will note that I have not really come up with anything terribly original myself. However, through observing other editors and IDEs, and recieving great suggestions from users, I think that PyPE has managed to acquire some very useful features. Generally, I have written PyPE primarily for myself, so if tools have a particular aesthetic or design, it's so that look and work according to how I think they should (the exception being how document preferences are handled, I really need to change that design). I hope that others find PyPE as natural to use as I do, but if not, then I welcome your feedback. What's the deal with the version numbering scheme? ================================================== Early in development, PyPE raised version numbers very quickly. From 1.0 to 1.5, not much more than 2 months passed. In that time, most of the major initial architectural changes that were to happen, happened. This is not the reason for the version number change. Really it was so that the MAJOR versions could have their own point release (1.0 being the first), and minor bugfixes on the point releases would get a minor release number (like 1.0.1). Then, at around PyPE 1.4.2, I had this spiffy idea. What if I were to release a series of PyPE versions with the same version numbers as classic Doom? I remembered updating to 1.1, then to 1.2a, etc. My favorite was 1.666. Ah hah! PyPE 1.6.6.6, the best version of PyPE ever. I decided that I would slow version number advancement, if only so that people didn't get sick of new releases of PyPE being numbered so much higher when there were minimal actual changes. Then the more I thought about it, the more I realized that it doesn't matter at all, I mean, Emacs is on version 20+. \*shrug\* When PyPE 1.9.3 came out, I had a few other ideas for what I wanted to happen, but since major changes to the underlying architecture were required, it really should get a major number bump to 2.0. After spending 3 months not working on PyPE May-July 2004, I got some time to muck around with it here and there. After another few months of trying to rebuild it to only require a single STC (with multiple document pointers, etc.) I realized that I'd have to rebuild too much of PyPE to be able to get 2.0 out the door by 2010. So I started modifying 1.9.3. All in all, around 85% of what I wanted made it into PyPE 2.0, the rest was either architectural (ick), or questionable as to whether or not anyone would even want to use the feature (even me). How did PyPE come about? ======================== The beginnings of PyPE were written from 10:30PM on the 2nd of July through 10:30PM on the 3rd of July, 2003. Additional features were put together on the 4th of July along with some bug fixing and more testing for version 1.0. Truthfully, I've been using it to edit itself since the morning of the 3rd of July, and believe it is pretty much feature-complete (in terms of standard Python source editing). There are a few more things I think it would be nice to have, and they will be added in good time (if I have it). One thing you should never expect is for PyPE to become an IDE. Don't expect a UML diagram. Don't expect a debugger. Don't expect debugging support (what, print statements not good enough for you?) On the most part, this piece of software should work exactly the way you expect it to...or at least the way I expect it to. That is the way I wrote it. As a result, you don't get much help in using it (mostly because I am lazy). There was a discussion of a PyPE wiki a long time ago, but that will likely never happen (I've lost contact with the people who initially put forward the wiki idea, and I have no interest in starting or maintaining one). The majority of the things that this editor can do are in the menus. Hotkeys for things that have them are listed next to their menu items, and you can both rename menu items and change their hotkeys via Options->Change Menus and Hotkeys. ---------- Thank Yous ---------- Certainly there are some people I should thank, because without them, the piece of software you are using right now, just wouldn't be possible. Guido van Rossum - without Guido, not only would I not have Python, I also wouldn't have had some of the great inspiration that IDLE has offered. IDLE is a wonderful editor, has some excellent ideas in terms of functionality, but it unfortunately does not offer the extended functionality I want, and it hurts my brain to use tk, so I cannot add it myself. Guido, my hat goes off to you. The people writing wxWidgets (previously named wxWindows) and wxPython - without you, this also would not have been possible. You have made the most self-consistent GUI libraries that I have ever used, made them easy to use, and offer them on every platform that I would ever want or need. You rock. Neil Hodgson and others who work on Scintilla. As wx.StyledTextCtrl is a binding for scintilla in wxWidgets, which then has bindings for wxPython, basically ALL the REAL functionality of the editor you are now using is the result of Scintilla. The additional things like tabbed editing, hotkeys, etc., they are mere surface decorations in comparison to what it would take to write everything required for a text editor from scratch. Gah, an editor widget that just works? Who would have figured? To everyone who I have already thanked: thank you for making PyPE an almost trivial task. It would have been impossible to go so far so fast by hand in any other language using any other GUI toolkit or bindings. And my wife - because without her, I would likely be a pathetic shell of a man...or at least single, bored, and uncouth. Well, I'm probably still uncouth, but there's only so much a good woman can fix. |