Search results

  1. PDECODE

    PIEW Editor tool

    For using syntax check or for running source you must define: 1) in options correct paths to PROGRESS environment (Check and Run settings) %1 - replaces to Piew path in runtime (or you can ignore %1 and enter path) %2 - replaces to current file path in runtime %3 - replaces to checked...
  2. PDECODE

    Piew - Free Progress Code Editor

    4.00 - [26.09.2013] * Fixed startup position if you have stored coordinates on second monitor that is now missing + Updated gui component (2.8) + Added close tab on middle button click + Added folding for CATCH & FINALLY words * Fixed possible bug with File change check event? * Fixed wrong...
  3. PDECODE

    expanding a .pl file to get the .p files

    On Windows environment you can use Total Commander (http://www.ghisler.com/) plus my PL plugin (http://progress-tools.x10.mx/plplugin.html) for extracting files inside libraries. It's much easier. Recently i updated it to support also V10 libraries.
  4. PDECODE

    Piew - Free Progress Code Editor

    New version 3.70 - [31.07.2012] - Some indent code removed + When you get back focus to Piew (eg ALT-TAB or click it on the titlebar), the editing frame get active if last focus was in Code Explorer (D.Cook) + The same also on start when you have enabled Code Explorer +...
  5. PDECODE

    Piew - Free Progress Code Editor

    Piew doesn't support connection to PROGRESS DB (it's 3th party tool), maybe i can add feature that i can retrieve DB tables and fields through ODBC... and let user choose from them by editing ... Or some offline way with importing e.g. DB dump (*.df) file. If you need connect to DB in you...
  6. PDECODE

    Piew - Free Progress Code Editor

    Re: New version Can be IE9 or company proxy caching...
  7. PDECODE

    Piew - Free Progress Code Editor

    Re: New version Both sites work well, 3.60 on both, false alarm!
  8. PDECODE

    Piew - Free Progress Code Editor

    New version 3.60 - [16.04.2012] + Added possibility change charset from more types (problem with displaying Russian text written in code page 866) + Added possibility open files with Ctrl + Mouse click used in code + Changed brackets highlighting now only occur when the cursor is before the...
  9. PDECODE

    Piew - Free Progress Code Editor

    Re: New version If you have other ideas that can improve calling parameters - i can make some changes ...
  10. PDECODE

    Piew - Free Progress Code Editor

    Re: New version In settings you can set 5 Propaths profiles, they are used in "Open selected string as new file" function. Piew try search in these paths for selected string in current editor. Propaths can be enabled or disabled by clicking on checkbox. You can use more paths in each...
  11. PDECODE

    Call hierarchy

    You can look on this tool (win32) http://www.progresstalk.com/showthread.php?114229 It show you some calls from code and it work also in other direction - try search where was source called.
  12. PDECODE

    Recompile source file for include file change...

    Yes, with this way you can detect only binary changes (irrelevant changes will be always change)
  13. PDECODE

    Recompile source file for include file change...

    Some time ago my friend asked me to create some tool that extract from rcodes some interesting informations and save it to .csv file. You can later analyze this file with your custom coded tool. In your case you can look on files that use your target include and recompile only these. Or you can...
  14. PDECODE

    Piew - Free Progress Code Editor

    New version 3.50 - [14.09.2011] * Fixed "Code beautify" if tab length <> 2 + Added indentation line after WHEN on beautify CASE structure * Fixed some internal white space handling in "Code beautify" + Changed Goto Line command from CTRL-J to CTRL-G * No warning message after escape in Goto...
  15. PDECODE

    How to decode string

    Some time ago i play little bit with Encode, you can try my Encode hash cracker utility http://progress-tools.x10.mx/decode.html (If you have problem run it under new Windows versions, try set some compatibility)
  16. PDECODE

    Convert .r to .p

    Yes, this process is achievable using the decompiler, but ... The only one working PROGRESS decompiler (not decrypter) known on the world that supports versions: 6, 7, 8, 9, 10, 10 64bit and 11 is available only here. Your link point to some Flash and other decompilers 3th party pages that have...
  17. PDECODE

    How to revert *.r files back to *.p/w ?

    and 2 clicks up on left menu of this site can fully fit your request ;-)
  18. PDECODE

    Piew - Free Progress Code Editor

    New version 3.40 - [10.02.2011] + Buffers are now listed extra in explorer and not as temp-tables + Added detection of outside changes on source file - on Save + Added highlighting matching '(', ')', '[', ']', '{' and '}' + Remember AutoHide explorer setting + Added ability to specify number...
  19. PDECODE

    Convert .r to .p

    Check this http://progress-tools.x10.mx/decom.html, but it's payed service!
  20. PDECODE

    Piew - Free Progress Code Editor

    New version 3.30 - [03.01.2011] + Added long line marker + Added aliases + Check for updates + shortcut for homepage Aliases: To use an alias, type it and use the "Expand alias" command or the Ctrl+B key. The alias is replaced by an expansion defined in the Aliases file. You can open the...
Back
Top