Recent content by Raimund Kelterer

  1. R

    test manager to project

    hi marco, I can verify your instruction if i take the toolbar of the project window. the "Add to Project" in the top toolbar is still greyed out - i was a little bit confused because the add to project did not work with the hotkey which i configured for my convenience. kind regards raimund
  2. R

    test manager to project

    I start the test manager with "Tools|Test Manager" - add a test and save the test set with to .ts then I tried to add this .ts file to the project - nothing happens (the menu entry "Projec|Edit|Add to Project" is greyed out) kind regards raimund
  3. R

    test manager to project

    hi all, I was unable to add a test manager definition to a project. Is there a reason why ? kind regards from austria raimund
  4. R

    plsqldoc cross-reference

    I compiled the following code into the database: create or replace package pkg1 is -- proc_varchar2. -- -- %obsolete -- %see pkg2.proc_varchar2 procedure proc_varchar2; -- proc_number. -- -- %obsolete -- %see pkg2.proc_number procedure proc_number; end pkg1; / create or...
  5. R

    close all other windows

    call me missclick. :crazy: After several occasions closing a window, I ended up closing all windows. As pleasant as the menu item can be, its positioning is so error-prone. besides, I've never missed him personally. can this function be disabled or the position in the menu be changed? kind...
  6. R

    maximize the main window does not show entire content

    Running on Windows 7 Enterprise SP1 I changed my windows theme from "Windows Classic" to "Windows 7 Base". After starting up plsql-developer (13.0.0.1883) the main window is not maximized. When I try to maximize the main window (double click on title-bar, pressing the maximize button in title...
  7. R

    code assistant on objects

    hello, still missing - are there any plans for implementing ? kind regards from austria
  8. R

    on new project not all open files are added

    only program windows (packages, types, procedures and functions) and query windows are added to the newly created project - all other types including test files remain in the 'window list' without beeing added to the project. If only test or command or report files are open all of them disappear...
  9. R

    shift+rightClick on function/procedure

    The following files are stored in the same directory -- do_test_1.prc create or replace procedure do_test_1 is begin test_pkg.do_test_1; end do_test_1; / -- test_pkg.pks create or replace package test_pkg is procedure do_test_1; end test_pkg; / -- test_pkg.pkb create or replace package...
  10. R

    project not saved

    my persion is 12.0.6.1835 64bit running on windows 7 professional . as far as I figured out the following should be reproducable. I create a project, add some files and save the project. The save button is now disabled. I add a group - the save button is still disabled. I move a file to this...
  11. R

    project not saved

    the project will be saved on closing the IDE or changing to another project. sometimes this is not done although the properties and/or groups have changed. even the save button in the project-menu is disabled. my workaround is: toggle compile flag of one file in the project window and the...
  12. R

    shift+rightClick on function/procedure

    in version 12 the behaviour of shift+rightClick in a test window is different to in a program window. from the program window the focus changed to the related program window or opens the source of the database if not. from the test window allways a new edit window with the source of the database...
  13. R

    empty lines when executing sql script

    hello from austria, during the execution of "create view" followed by several "comment on " a lot of emtpy lines are generated in the "Dialog" window - i am using 12.0.1.1814 (64bit). in 11 the behaviour was as expected - only the prompt are visible - same in sqlplus. it's not a show-stopper -...
  14. R

    code assistant on objects

    hello, the code assistant on object shows all attributes and all methods - but non of the user defined constructors. furthermore I miss the 'all' - for attributes only - to add all attributes on calling the constructor. kind regards from austria
  15. R

    Feature Request: Display contents of complex types in a tree view

    will this enhancement request be considered in the foreseeable future - it would significantly enhance the debugger :cool:
Back
Top