Recent content by Guttorm

  1. G

    Suggestions for Fixed Users

    I think I found the reason; I'm running windows with scale factor 125%. When I go down to 100% the problem goes away. Interestingly, 150% and 200% also works fine.
  2. G

    Suggestions for Fixed Users

    Thanks Marco, Exactly what I needed :) Not sure why that one had passed me by :( One minor observation: There is something strange with the click targets for parent entries. This looks like a general thing in the v14 UI? Left side of click target is not where the icon starts.. I can point...
  3. G

    Suggestions for Fixed Users

    I have around 150 entries in my Fixed Users list, and keep getting more, and it is a bit unwieldy. Suggestions: * Let the top level menu be more than 11 entries long * Support multiple submenu levels * Do something with the tiny edit field in the config. Currently I copy/paste to a text editor...
  4. G

    Update statement not executed in SQL window

    That did the trick. Thanks :)
  5. G

    Update statement not executed in SQL window

    I have an update statement without a where clause that I want to execute. When I try, nothing happens. Even worse, when I select a bunch of statements where this is one of them, and try to execute the group, each get a result-tab, but nothing happens with any of them. This is with a different...
  6. G

    Bug with UTF8 encoding - Again

    In my original posting, I said that the SQL editor seemed to behave sensibly for our regular files. Well today it corrupted a file. This happened after I had inserted a large block of ascii text at the top. When we subsequently open the file and edit it, all UTF8 chars are corrupted. I assume...
  7. G

    Bug with UTF8 encoding - Again

    OK. Sent example files to support@allroundautomations.com
  8. G

    Bug with UTF8 encoding - Again

    Both Oracle and PL/SQL Developer seems to be a real pain to work with when it comes to unicode encoded as UTF8. I thought I had nailed down a recipee that worked for PL/SQL Developer 11.0.3. Then we upgraded to 11.0.5 and now it corrupts our unicode files again.. 1) I have configured PL/SQL...
  9. G

    Bug in UTF encoding?

    We have configured PL/SQL Developer (11.0.3.1770) to always use UTF8. This doesn't seem to work as expected.. The following file has 3 special norwegian characters: create or replace package test æøå end When I save this and check the bytes of the file, the 3 special characters are...
  10. G

    Bug: Code completion gets confused by for-loop with subquery

    When I have something like this in a SQL window, the second statement will think that the 'r' comes from the first statement, and will suggest columns from that instead of from the second statement. begin for r in (select 'x' as wrong from dual) loop null; end loop; end; / select r.*...
  11. G

    PL/SQL Beautifier and fetch into

    I'd like to second this request for control over the 'fetch into', though what I want is to be able to place it on one line. ( I see there are requests for this from way back in 2003, so I won't hold my breath :) ) Guttorm
  12. G

    Feature request - Global bookmarks

    I have 7.1.4.1390 (Strangely enough, 'Check Online Updates' claims the newest version is 7.1.4.1389 (one less)) I have version 1.0.2 of the plugin. Guttorm
  13. G

    Feature request - Global bookmarks

    Followup to myself: The 'Easy Bookmarks' plugin does the ctrl-shift-n, shift-n setting and gotoing of bookmarks. It seems to be a bit quirky though. PL/SQL Developer and the plugin seems to disagree about which line the bookmark is on.. Plugin seems to be off by 1. Guttorm
  14. G

    Feature request - Global bookmarks

    Today the bookmarks are local to each window. That is; There can be one 'bookmark #1' in each window. I would like to have global bookmarks, ie that there is only ever one bookmark #1. Next I would like to be able to set one bookmark in a SQL window, one in one editor window, and one in another...
  15. G

    Feature request - Beautifier - More options for leading commas and keywords

    We prefer to have our separators (commas or keywords) neatly aligned on the left side. The beautifier *almost* supports our way of doing it, but not quite.. We would also like indents to be fixed, and not dependent on the length of, for instance, the prrocedure name. We would like the...
Back
Top