3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 01:18:40 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Pragmatic Software
26c84fa621 Added undo command to interactive-editing 2010-05-15 00:19:43 +00:00
Pragmatic Software
3aaf717bef Allow multiple substitutions in interactive-editing 2010-05-14 23:41:38 +00:00
Pragmatic Software
8529d79f49 Teasing out interactive editing -- will need to refactor heavily! 2010-05-14 21:49:34 +00:00
Pragmatic Software
f5be06bd92 Re-instated behavior of code-outside-of-main-goes-into-main 2010-05-13 20:59:43 +00:00
Pragmatic Software
3acdd74920 Use Text::Balanced to extract code blocks from functions 2010-05-13 20:17:16 +00:00
Pragmatic Software
7b4d15191a Replace unicode quotes with apostrophes for non-unicode clients 2010-05-10 00:14:45 +00:00
Pragmatic Software
2dc70b7eea Decode entities 2010-05-08 01:51:57 +00:00
Pragmatic Software
31f0b129de And arrays in the return value, for those that dont like using pointers 2010-05-06 23:44:43 +00:00
Pragmatic Software
63b8aae8dd Oops, forget about pointers 2010-05-06 23:24:55 +00:00
Pragmatic Software
eb371e3977 Significantly improved parsing for C and C++ code; will not nest functions -- if no main detect, main will be created and anything outside of functions will be placed inside of main 2010-05-06 17:01:27 +00:00
Pragmatic Software
e1e8418e02 Do not use XML::Parser since it chokes on receiving unicode, use SOAP::Lite built-in instead 2010-05-02 00:42:33 +00:00
Pragmatic Software
0c541f7a87 Forget about ;/**/ sequence -- just require code to have semi-colon 2010-04-29 18:58:05 +00:00
Pragmatic Software
0aeeedfaaa Make extra semi-colon more identifible as to not replace inside for(;;) or other cases 2010-04-29 01:43:40 +00:00
Pragmatic Software
271839b71f Added newline to pretty function 2010-04-27 22:57:34 +00:00
Pragmatic Software
ef4b895cbc Added -showurl option to include URL to results; added pretty() function with astyle dependency to indent code 2010-04-27 22:22:02 +00:00
Pragmatic Software
c9af8b5769 Allow \n to insert newlines in code 2010-04-26 02:53:52 +00:00
Pragmatic Software
6006edafae Better output 2010-04-25 23:24:47 +00:00
Pragmatic Software
1daa155229 Added interface to ideone.com compiling pastebin 2010-04-25 08:00:14 +00:00