Search results

  1. PDECODE

    Piew - Free Progress Code Editor

    4.70 - [09.09.2016] + Added support for russian codepage CP866 (DOS) + Added new functionality Hide lines (Alt + H) + Code explorer has better synchronization with source (problem with deleting, adding and moving lines) + Better description of font charsets (codepages) in editor settings *...
  2. PDECODE

    Piew - Free Progress Code Editor

    It's PROGRESS thing, all what Piew do is running "run.p" (inside app dir) with prowin32.exe and sending "run file" as parameter. You can test it also from command-line without Piew. Or maybe helps some editing of run.p, or you must know that when you use DISPLAY using also PAUSE command. But...
  3. PDECODE

    Piew - Free Progress Code Editor

    4.60 - [26.06.2016] * Find string is now global for all opened windows + New icons (application + file associations) + New version dll (3.6.6) + Task marker - highlight defined words in comments (case sensitive, predefined: ADD, DELETE, MODIFY, TODO) + Added folding for keywords: CONSTRUCTOR &...
  4. PDECODE

    Winpl - Free Tool For Handling Pl Libraries

    2.00 - [03.05.2016] - It's first release after heavy rewriting, so there can be still bugs! - No need for third party components (ocx), now it's standalone application - Added Support for V11 PROGRESS libraries - Find now doesn't select all items but show first occurence. F3 for find next...
  5. PDECODE

    Piew - Free Progress Code Editor

    4.50 - [04.01.2016] + Added project properties: Custom Check, Run and ProPath (If these settings are empty then default Piew settings are valid) Use absolute full path or relative path to sources + Added options to Export/Import color themes + Added black, gray, white and old Borland/Pascal...
  6. PDECODE

    Restore Db Failed (the User Account Does Not Exist)

    SOLUTION: in session startup.pf file was forgotten "-U sysprogress" parameter and prorest utility take this information into account. Just commented -U and -P params and all worked well. I think that if you do first new offline with no-server DB restore - PROGRESS should ignore this setting.
  7. PDECODE

    Restore Db Failed (the User Account Does Not Exist)

    No, it's just restore to empty directory. There is also no server running yet. Later i will used DB in single user mode. I found on PROGRESS knowledgebase article No: 000037941, where is similar problem but on UNIX which say: Procopy, prostrct, prodel, _dbutil, and _proutil as well as many...
  8. PDECODE

    Restore Db Failed (the User Account Does Not Exist)

    I try restore DB with command "prorest d:\DB\dbname dbname.bak" on Windows system and i get this error: OpenEdge Release 10.2A as of Mon Nov 3 22:05:01 EST 2008 Authentication service error in login process for sysprogress [OpenEdge] - The user account does not exist (13336) User...
  9. PDECODE

    Question Any PL viewer availabe

    WinPL doesn't support V11, if i have free time i add support for it... There is also plugin for Total Commander (read-only, search, view, extract, action) with V11 support (all on same web)
  10. PDECODE

    Piew - Free Progress Code Editor

    1) What about some context menu on selected project node with option "Add current opened file", "Add opened files", or different direction on opened file context menu "Add to project" (if you have some opened, this can add file only on top level of project). First way is better you can choose...
  11. PDECODE

    Piew - Free Progress Code Editor

    4.40 - [06.01.2015] + Updated syntax highlighter to Openedge 11.4 + Added window docking system + Added "Clone File" - window splitter (BryanG, ttobba) + Added "Copy Filename" and "Copy Full Path" to tab context menu + Added Projects (Bladum, BryanG, Nelson Alcala) + File extension names in...
  12. PDECODE

    Piew - Free Progress Code Editor

    Autocomplete for aliases currently doesn't work. You must know what you write - it's your shortcuts :-) But some workaround still exist. You can manaully add it to Piew.ini (insert to keyword list, alphabetically sorted!) Maybe i can add it to keywords in next version? It's good mix it together?
  13. PDECODE

    Piew - Free Progress Code Editor

    Yes, you can add your own DB, just read instructions located in "Piew_Dir\DB_Dump\Readme.txt" Alias are defined in file Piew.als or go to Options/PROGRESS and press "Edit aliases file" button.
  14. PDECODE

    Piew - Free Progress Code Editor

    1. Is planned Feature ... 2. I can add some simple project file where is just list of files that need to be opened. Then you can open it from menu "Open Project" or with Drag&Drop. Files that are not found - some warrning message ... 3. Is planned Feature ...
  15. PDECODE

    Piew - Free Progress Code Editor

    Unsuspended, you can get it now :)
  16. PDECODE

    Piew - Free Progress Code Editor

    4.30 - [12.08.2014] - Happy Anniversary of Your 30th Birthday Progress! + Added multiple selections with Ctrl + Mouse click (Wiktor Golonka) + Added simultaneously typing into Rectangular selections or multiple selections + Added clipboard pasting into Rectangular selections or multiple...
  17. PDECODE

    Code Beautifier for Progress 4GL

    You can try freeware Piew editor for windows, it has these code "beautify" function: - Code Beautifier - based on beauty.p (indent blocks) - Remove comments - Remove empty lines - Auto case keywords - you can change capitalization on existing source! (not just by writing) - Align DEFINE...
  18. PDECODE

    Piew - Free Progress Code Editor

    4.20 - [26.05.2014] + Added database browser, try double-click on some field to copy him to current source (Chris Luck) + Added autocomplete dialog on F8 for database, table and field names (Topi Pihko, Ryan Walker) + Added Refresh of the Code Explorer tree view when a file is saved (Corné...
  19. PDECODE

    Need to decrypt files crypted with xcode using public key

    Old link, site moved to http://progress-tools.x10.mx/xcode.html
  20. PDECODE

    Piew - Free Progress Code Editor

    4.10 - [10.02.2014] + Added possibility to change the font color in code explorer (Topi Pihko) * Fixed refresh by pressing "Reset style" (in Options: color of buttons & preview) + Added parsing of structured files in code explorer (faster, better output, more accurate) + Remember collapsed...
Back
Top