pledithistory.txt

来自「oracle数据库备份与恢复的详细资料集合」· 文本 代码 · 共 410 行 · 第 1/2 页

TXT
410
字号
PLEdit32 History:

Version 5.7 Build 276 - April 12, 2004
  .  Fixed:  PLEdit couldn't handle logins with ' as sysdba' or 'as sysoper'.

Version 5.7 Build 275 - April 9, 2004
  .  Fixed:  Power Users (users with 'select any table' or 'execute any procedure') wouldn't see all
               of the available schemas in the SQLBuilder's 'All objects' tab and 'Load from database'
               window. This now defaults to show all schemas with accessible objects.  If this is slow
               then you may want to set the 'Userlist Performance' option to 'All Users Fast Query'.

Version 5.7 Build 274 - April 8, 2004
  .  Fixed:  Double-click word selection wasn't honoring word delimiters.

Version 5.7 Build 273 - April 6, 2004
  .  Added:  New "Load Package and Body into single tab" and "Load Type and Body into 
               single tab" options.  Note that you only need to select the package or 
               type to load, not the body.
  .  Improved:  Changes to keep from picking up 'stray' tnsnames.ora files.
  .  Improved:  The keyword list has been improved with many more keywords.  The keyword
                  list in the options now only holds added keywords.  You can also remove
                  keywords by prefixing them with "-" (i.e. -SELECT)
  .  Fixed:  Fixed several problems with the caret location not being scrolled into view during
               certain operations (paste, cut, undo/redo.)
  .  Fixed:  REM was being syntax highlighted even if it wasn't the first word in a line.

Version 5.7 Build 272 - February 11, 2004
  .  PLEdit now shows a compile feedback window after every compile.  This can
       be turned off using the "Don't show again" checkbox or by using the
       'Show compile confirmations' option on the 'Code' menu.
  .  Huge speed improvements on the 'Load from database' and 'Manage Modules'
       windows with large number of modules.
  .  Fixed incorrect error highlight positioning in some cases.
  .  Vastly improved SQLBuilder with unlimited objects and much faster handling.
       SQLBuilder now shows arguments for functions and procedures and also shows
       functions and procedures of packages and types.
  .  Changed the default userlist performance option.  If loading the userlist (the
       first time you use 'open from database' or the SQLBuilder's 'All Objects' page)
       is slow you may want to try changing this setting on the performance tab.  
       We'd like to hear from you if you have any problems getting acceptable performance
       using the various options.
  .  Correct handling if user has 'select any dictionary' privilege.
  .  Added support for JAVA SOURCE.
  .  Added a 'Change Password...' item under the File menu.
  .  Improved the 'Connection Diagnostics' output with more information.
  .  Reduced the memory used by the option objects.
  .  Top level menu items now draw with correct background color on XP.
  .  Less sensitive to client configuration issues.

Version 5.5 Build 253 - September 18, 2002
  .  Added handling for changing your password if it has expired (Oracle 8+ feature.)
  .  Fixed a problem where PLEdit wouldn't use the dba_ views in some cases where
       it was appropriate to do so.

Version 5.5 Build 252 Production - July 2, 2002
  .  Added a 'Read Only' checkbox to the login window.  Sessions marked read only
       can only view or export code modules.  Note that it is also possible for a
       dba or system administrator to force all users or specific users to read only
       mode.  Please let us know if you would like this information.  As always, the
       best way to enforce user rights is with Oracle's own grant/rights system.
  .  Fixed a problem opening files on machines with the Netware client installed.

Version 5.5 Build 251 Production - February 5, 2002
  .  Fixed a parsing error when REM was on a line by itself.

Version 5.5 Build 250 Production - January 22, 2002
  .  Added the ability to type in a wildcard search using '%' into the 'Open from database'
       window.  For example typing TEST% and pressing Enter will list all objects that start
       with TEST.
  .  Right clicking a tab now brings up that tab's popup menu instead of the 'reorder tabs'
       window.  Note that the 'Reorder tabs' window is on the 'View' menu.
  .  Fixed a bug where the cursor wouldn't change when using the Ctrl-Enter
       and Shift-Enter hotkeys to compile.

Version 5.5 Build 249 Production - June 27, 2001
  .  Fixed a bug where the filename pane (second statusbar pane from the right)
     would not show the current tab's filename under certain conditions.

Version 5.5 Build 248 Production - June 27, 2001
  .  Fixed a bug when using the SQLBuilder set for lowercase tablenames.

Version 5.5 Build 247 - June 26, 2001
  .  PLEdit will now try to highlight a word at the error position.
  .  The export code window now saves its export directory between runs.
  .  Updated the keyboard shortcuts in the Help file (under 'Tips')
  .  Fixed a problem where PLEdit would report 'Compile Successful' when there were
       no valid code modules in the script.
  .  Fixed a problem with the filename when loading files from the favorites menu. 
  .  Fixed a problem with the caret position when scrolling in certain conditions.
  .  Fixed a problem where 'Open from database into new private tab...' wouldn't show objects
       in the 'Load from Database' window.

Version 5.5 Build 245 - March 25, 2001
  .  Added support for TYPE and TYPE BODY.

Version 5.5 Build 243 - February 12, 2001
  .  Added the ability for the user to set the default filename format for exporting
       modules and prompting for unnamed file saves.  The option can be found on the
       'File Saves' page of the options window.
  .  Added more information to the Trigger list in the 'load from database' and 
       'Module Management' windows.
  .  The 'load from database' and 'module tools' module lists now have a right click 
       menu which includes the ability to enable or disable triggers.
  .  You can now include a comment in your trigger code to force PLEdit to disable the
       trigger automatically after it is compiled (Oracle will set your trigger as enabled
       when you compile it even if it was disabled before.) The comment is 
           -- PLEDIT: DISABLE 
           or
           /* PLEDIT: DISABLE */
       This can be anywhere inside your trigger (right after the first begin is a good point.)
           i.e.
            trigger cdsongs_song_id_trig
                before insert on cdsongs
                for each row
                when ( new.song_id is null or new.song_id = -1 ) 
            begin
                -- PLEDIT: DISABLE
                select song_id_seq.nextval into :new.song_id from dual;
            end;
  .  Complete printing rewrite.  Added a 'Print line numbers' option (on the page
       settings window).
  .  Fixed a printing bug where text could be clipped from the end of a line.
  .  Fixed a bug where module names starting with REM would cause a problem.
  .  Changes to bring file extension and workspace handling up to Golden's standards.
  
Version 5.5 Build 239 - October 26, 2000
  .  Fixed a bug where changes to the page options on the print preview window
       would not be used for printing.
  .  Added an option called 'Remember SQLBuilder Open Status' to the SQLBuilder
       options.  Checking this will make the SQLBuilder open on startup if it was
       open when the program was last closed.
  .  Added an option called 'Only show users with objects'  If checked the list of
       owners will not include 'empty' owners.  This may slow down loading the list
       on large databases.

Version 5.5 Build 238 - October 16, 2000
  .  Changed the {title} macro on the page options dialog to be the current Tab name
       and add the {account} macro (displays user@alias.)
  .  Added an option to the Tabs & Windows option page to allow the tabs to be
       'stacked' (all the tabs appear on multiple rows instead of one scrolling
       row.)
  .  Changed the 'Columns' list of the SQLBuilder to a listview showing column
       index, name, datatype, primary key and index information.  Abbreviations
       are 'P' for Primary Key, 'U' for unique index and 'I' for nonunique index.
       There is a new setting on the SQLBuilder option page to specify what to show.
       You can click the column headers to sort (click the same one again to reverse
       sort.)
  .  Added an option to the SQLBuilder option page called 'Only paste when Ctrl
       is down'  If this is checked, you must hold the Ctrl key down when double-
       clicking a table, or single clicking a column to paste the text into the
       current SQL Tab.

Version 5.5 Build 237 - October 11, 2000
  .  Added the ability to reorder tabs.  Just right click in the tab
       and you will see a list of tabs that can be ordered.  You can
       drag and drop in the list or select one and click the up/down buttons.
  .  Add Comment/Uncomment selected lines command to the edit menu.  This will 
       add or remove '--' style comments from each selected line.
       
Version 5.5 Build 236 - September 14, 2000
  .  Fixed a problem with hotkeys on the popup menu (Ctrl-F4 being
       most obvious troublemaker.)
  .  Added the new 'Allow cursor past EOL' editor option.  Unchecking
       this option makes the cursor stick to the end of lines just
       like in Microsoft applications.

Version 5.5 Build 235 - August 25, 2000
  .  This release of PLEdit is to fix an incompatibility
     with Computer Associate's Innoculate Antivirus software.

Version 5.5 Build 233 - March 28, 2000
  Changes to bring the network code up to Golden 5.5 specs.
  New Disconnect menu item.
  Toggle selected case edit menu option.
  Ctrl-B does bracket select like in Golden.
  Modified the parsing code to ignore script statements.
  Moved 'Most Recent Files' menu to the bottom of the file menu.
  Moved 'Program Options...' menu item to the Tools menu per MS
    standards.

Version 5.5 Build 232 - March 9, 2000
  Modified the parsing code to ignore script statements.
  Moved 'Most Recent Files' menu to the bottom of the file menu.
  Moved 'Program Options...' menu item to the Tools menu per MS
    standards.

Version 5.5 Build 231 - December 20, 1999
  Added options to 'Show all users' on the database lists.
  Added option to 'Force DBA_ tables' for users who don't have the
    DBA role and still need to use the DBA_ dictionary tables (a
    rare circumstance?)  Note that the user would have to be granted
    rights on the dba_objects, dba_triggers, dba_errors tables for
    this to work.
  Added hotkeys (Ctrl-[ and Ctrl-]) to move the cursor to the next
    bracket characters.  The bracket characters are ({[<>]}).  For
    example, if the cursor were on the last parenthesis of this 
    text "(to_date(fish))" and you pressed Ctrl-[, the cursor would
    move to the first character in the text.  Note that this also
    works for any non-alpha characters (i.e. you can use it to jump
    to the next comma for example.

Version 5.5 Build 228 - November 1, 1999
  Changed the 'Load from database' window to use the DBA_ views
    when the user has the DBA role.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?