Recent content by Edwin Teisman

  1. E

    Illegal attribute value when Unicaode enabled

    I have PLSQL Developer, a Oracle 10 client and an Oracle 8I database. When viewing a table (from the browser) I get an error "illegal attribute value" Column information is not displayed, i.e. all columns are missing. Same thing happens when I switch to "single record view" for a record. Now...
  2. E

    Oracle version question.

    I can report the same problem on Oracle 8I with the latest PL/SQL Developer. I upgraded tuesday, and have not seen this before. On a Oracle 8i system I get the same error. To reproduce: Restart PL SQL Developer Logon to Oracle *i I execute a query. Click in a field in the result grid...
  3. E

    No syntax highlighting for package names

    Also table_name.field_name has no syntax highlighting anymore
  4. E

    No syntax highlighting for package names

    I have installed the Syntax higlighting plugin. The plugin highlights all tables, packages and other objects. However, since the last Version 7.1.5.1398 this no longer seems to work. If I add a dot "." after the word, the word is no longer higlighted. So "package_name.function()" will no...
  5. E

    Dialog disappears behind the main window.

    PL/SQL Developer has a strange way of handling dialog boxes. I just tested the ODBC importer. I selected Access Database. Then clicked connect and an open file dialog appears. Then I open the windows explorer to find where my Access file is located. When I switched back to the PL/SQL...
  6. E

    Autoreplace, some remarks

    Thanks!
  7. E

    Bookmarks shortcuts dont work?

    Marco, thank you. Using CTRL + K(n) and CTRL + Q(n) does work this way. I did not realize I needed to release the CTRL key. This is kinda obvious and yet hard to figure out if you dont know the trick. Well, now that I can use the bookmark working with the PL/SQL Developer will be much easier...
  8. E

    Autoreplace, some remarks

    Yes, Marco, you are correct. The second issue does not occur on the latest PL/SQL Developer version. My apologies, I should have checked. I do have one more idea about the templates. Would is be possible to use a special token to move the cursor after the template insertion? For example I...
  9. E

    Autoreplace, some remarks

    Three remarks concerning the auto replace: 1. The AutoReplace in combination with a template file took me some time to figure out. Problem was I needed to include the path of the template file, which was not obvious to me. 2. When using a template file with the AutoReplace function, it seems...
  10. E

    Bookmarks shortcuts dont work?

    The one feature in P/SQL Developer whcih simply never works is using shurtcuts to set a bookmark or to navigate to a bookmark. Acording to the menu - CTRL+K n should set a bookmark - CTRL+Q n should navigate to a bookmark. where n is a numeric key. Most of the times these shurtcut do...
  11. E

    Browser should not reset itself when hidden

    When I work in PLSQLDev, I tend to open a procedure/package from the Browser. Then in order to maximize my edit window I press a shurtcut key to hide the browser from view. Problem is, when I re-open the browser window, the treeview has closed all open items. I have to browse back to where I...
  12. E

    PLSQLDOC PLugin

    I work on a server that has several schemas, each representing a different application. I have configured PLSQLDOC to generate all documentation into a different subdirectory for each schema. However the PLSQLDOC plugin generates only one single index file. This index file becomes so large that...
  13. E

    Small bug when a query was sorted.

    The problem is: Open a query with many result records. Sort this query by clicking on a sort button in the header. Switch to single record view mode. Press the next record button. A different record is selected, but it is not the "next" one in the list. I believe the records are sorted using...
  14. E

    Macros and spaces at the end of a line

    OK, thanks for the response
  15. E

    Macros and spaces at the end of a line

    I have become used to using the macro feature a lot. One of the things which makes recording macros difficult is that lines may have trailing spaces. Pressing the END button will put the cursor after these spaces, not afte the last word. For example, suppose I have a number of lines with field...
Back
Top