Recent content by Starina

  1. S

    rrProject Plug-in V2.3.2

    Hi. A new version of the rrProject plug-in for x86 and x64 platforms are available for download. Changes in V2.3.2: ~ Engine: Support visual styles for V15+. + Wizard: IDE Enhancements: Added Mouse Wheel Horizontal Scroll Tool; + Wizard: IDE Enhancements: Added Double-Click Tool; + Wizard...
  2. S

    Undocument API function

    what functions are hidden behind indices 155, 170, 171, 172, 178, 179, 290, 291?
  3. S

    PlugInIntf question

    For version 15.0.3 file c:\Program Files\PLSQL Developer 15\PlugInDoc\Interface\PlugInIntf.pas is still buggy. For example, the functions SQL_SetPlugInSession, IDE_GetMenuItemLayout (and many others) from the documentation are missing. Function IDE_GetBrowserUser is not assigned.
  4. S

    content popup connection is not readable

    This is the functionality of the rrProject plugin. You can try using the beta version of the plugin with supporting PL/SQL Developer V15+.
  5. S

    [PLSD 14+][Bug] Filter don't work in Recall statеment window (Ctrl+E)

    I checked. Yes, it does not work if there is no connection.
  6. S

    [PLSD 14+][Bug] Filter don't work in Recall statеment window (Ctrl+E)

    Filter don't work in Recall statеment window (Ctrl+E). Nothing happens after filling the filter text and pressing the Enter key.
  7. S

    Is there a way to navigate back to Error Stack Highlighted Line

    Marco, When compiling a package/procedure/function, PSD have a listbox where errors are displayed. You could use it.
  8. S

    Command line parameters for username and dbname

    When I pass parameter as plsqldev.exe userid=scott@chicago, I get the error ORA-01005: null password given; logon denied. This is very annoying.
  9. S

    Command line parameters for username and dbname

    How can I start the IDE with predefined username and database name. Password must be empty. Which command line parameters should be?
  10. S

    Enhancement request: Custom HTML template for reports

    I need to use JavaScript instead of CSS laylout
  11. S

    Enhancement request: Custom HTML template for reports

    Is it possible to change the HTML template for the reports?
  12. S

    Plug-in interface: Get the execution text of the template

    function IDE_ExecuteTemplateText(Template: PAnsiChar): PAnsiChar; Add a function like this to get the execution text of the template.
  13. S

    Plug-in interface: OnTemplate event for Report Window

    Add a call to the OnTemplate event before running the report. This will allow us to modify the text of the report. If this cannot be done for all types of security, then add for unlocked reports.
  14. S

    Enhancement request: Grid Cell Button hotkey for grid combobox opening

    I suggest using the same hotkey for the grid cell button and for displaying the combobox dropdown in the grid.
Back
Top