Search results

  1. PDECODE

    progress code upper case

    If you need sometime "case" whole source file (not display) you can try use PIEW editor (search this forum) there is some function for this.
  2. PDECODE

    Piew - Free Progress Code Editor

    New version 3.2 - [13.11.2010] + Added new tool Code explorer + Width of line number margin has increased (better for 99999 lines) * Better remove comment tool + Faster file closing (don't check annotations inside file if they was not used) * Fixed allow "Save as" to the same file name as was...
  3. PDECODE

    Piew - Free Progress Code Editor

    New version 3.1a - [06.10.2010] * Fixed problem with printing + Added option Open files in "Write protected mode" + Added new indicator for file in "Write protected mode" - #
  4. PDECODE

    Piew - Free Progress Code Editor

    New version 3.1 - [02.10.2010] + Added highlight all occurrence of double-clicked word in document + Added highlight string occurrence in search dialog (case, word, beginning parameterized) + Added Find next/previous word under cursor (no need go to Find dialog) + Added new tool align DEFINE...
  5. PDECODE

    Piew - Free Progress Code Editor

    New Version 3.0 - [08.09.2010] Added: - New icons (Thanx Tines) - Print preview - New options in setting dialog: Print Color (Black & White), Wrap line by printing - Moved all setting from ini to registry - File path ToolTip moved to Tabs and added also file DateTime - Export to XML...
  6. PDECODE

    Tool to rewrite Progress source code in standard form

    You can try also some other alternative, it's internal function of Piew (free win32 editor): http://progress-tools.x10.mx/piew.html check "Tools / Code Beautifier" Check also other functions that can make your source looks better: - Remove empty lines - Remove Comments - Auto case keywords
  7. PDECODE

    Piew - Free Progress Code Editor

    New version 2.9 - [22.05.2010] + Show existing instance on top of the screen if user run new one + In statusbar show full path of source as tooltip + New version dll (2.0.1 -> 2.0.3) * Fixed input of local characters from keyboard (diacritic) * Fixed wrong working auto case (breaked in 2.8) *...
  8. PDECODE

    Piew - Free Progress Code Editor

    New version 2.8 - [04.05.2010] + Added annotations + Modified flag moved from editor caption to each tab caption + Simplified number of styles and their definition * Fixed loosing drag and drop ability after using "Close all but this" * Fixed Find/Replace after searching/replacing from history...
  9. PDECODE

    Piew - Free Progress Code Editor

    New version 2.7 - [01.04.2010] + New version dll + Propath setting + Open selected string as new file (F4) + Allow save maximized window position + By opening files from system show Piew in foreground + Confirmation question by reloading file + Restore last opened files on start * Fixed reload...
  10. PDECODE

    Piew - Free Progress Code Editor

    this is bug i correct it in next version
  11. PDECODE

    Piew - Free Progress Code Editor

    New version 2.6 - [04.03.2010] + added tabbed interface * toolbar is not wrapable anymore * Fixed bug with setting file attributes + Read Only status is now displayed in statusbar + Accept more than one file by Drag and Drop + Some additional checks by command line * Setting focus after...
  12. PDECODE

    Procedure Explorer - Show dependency calls from source

    New Version 1.6 - [30.12.2009] Add: Save window position on exit (settings) Add: Save last used propaths (max 10) Add: In "Load to Piew" function editor jump to first place in source where is call string referenced (Piew v2.5 needed) Fix: Fixed real file path name when loading to editor in some...
  13. PDECODE

    Piew - Free Progress Code Editor

    New version 2.5 - [13.12.2009] + added auto case keywords + added new tool: auto case keywords in whole source * fixed TAB order in settings screen + added file ReadOnly functionality (new option in menu) + increased autocomplete list rows (5 -> 7)
  14. PDECODE

    Piew - Free Progress Code Editor

    New version 2.4 - [03.12.2009] + Save position on exit + Find string from command line possibility + Add selected text to replace dialog default + New setting screen (definition of color scheme) + New version dll * Set focus to replace dialog and back at the end * Corected Tab index in replace...
  15. PDECODE

    Procedure Explorer - Show dependency calls from source

    New version: 1.5 - [17.11.2009] Add: New function - Where is program referenced Add: New function - Top of the program call stack Add: Ignore unbalanced comment messages Fix: Now accept as command line also rcodes Fix: Some rcode bugs Fix: Copy Tree to clipboard error Fix: Common dialog...
  16. PDECODE

    PL file size increase

    If you are working in win32 environment you can try use WinPL to see how "dirty" is PL file (not used space inside file) WinPL is free PROGRESS replacement for Windows with some basic and additional features. There are some limitations so read more in Readme.txt! Features: - Open and test...
  17. PDECODE

    Fields em r-code

    For tables: RCODE-INFO:FILE-NAME = "c:\your_program.r". MESSAGE RCODE-INFO:TABLE-LIST. Returns a comma-separated list of all tables referenced in the r-code file specified by the RCODE-INFO:FILE-NAME attribute. Each table reference includes the table name and related database name (for...
  18. PDECODE

    Piew - Free Progress Code Editor

    There exist a lot of file/directory compare utilities that are better as develop something new from scratch :-) look here: http://en.wikipedia.org/wiki/Comparison_of_file_comparison_tools and choose one that fit your needs, some of them are really great
  19. PDECODE

    Piew - Free Progress Code Editor

    New version: 2.3 - [07.06.2009] + Auto complete + Open/Save in last used dir * Set focus back to editor on help error message * "Save As" now select right extension in Save dialog * Changed shortcut for keyword help F1 -> Shift+F1
  20. PDECODE

    Piew - Free Progress Code Editor

    maybe i can store last used dir and then always when you push "open" it use last used one (but when i compare it with other editors it's common thing) i put it in new version. if you don't need edit anymore you can close app, open another file or start write new one ... maybe i can add close...
Back
Top