Recent content by fabrice

  1. F

    Selected text position in plugin

    Yes, i useed : EM_GETSEL EM_SETSEL EM_LINEINDEX EM_LINELENGTH EM_LINEFROMCHAR Thanks
  2. F

    Selected text position in plugin

    thanks, but IDE_GetCursorX and IDE_GetCursorY give cursor position not, text position. i needed to access charactere before and after selected text, to obtain complete line.
  3. F

    Selected text position in plugin

    Did some research, found a solution. I do some SendMessageX to obtain necessary data.
  4. F

    Selected text position in plugin

    Hello, is there a way to obtain selected text position start and end in SQL windows, into a plugin? I searched in plugin doc, but couldn't find anything. i could use getText and GetSelectText to try to calculate, but not sure to obtain each time a good result. Any idéa? thanks
  5. F

    Remapping of Entire Roaming Folder Structure

    Perhaps you can use a bat file, and set USERPROFILE variable to something else, and start pl/sql dev just after.
  6. F

    Is there a way to duplicate an entry in the Connections window?

    just try and you'll see. Save the good file and test.
  7. F

    Is there a way to duplicate an entry in the Connections window?

    You can manually edit file user.prefs, in %USERPROFILE%\AppData\Roaming\PLSQL Developer xx\Preferences\yoursessionname
  8. F

    Wrong characters in default value

    you could try to put a ; after each command.
  9. F

    PLSQL Developer 16 AI error

    you have a token problem.
  10. F

    How to Learn Debugger?

    Perhaps by menu Help \ User's guide ?
  11. F

    Dbms output does not handle non-ascii characters correctly

    i tested and obtained : Test æøå ÆØÅ 230 198 with beta 2
  12. F

    AI-Assistant

    From OpenAI error page, 429 - Rate limit reached for requests https://platform.openai.com/docs/guides/error-codes/api-errors
  13. F

    Flagging Production vs. Test

    In connection screen, you have a check box : indicator color. You can see too, in Preferences \ Appearence \ Connection indicators
  14. F

    Recall statement

    Perhaps you can use option recall statement in PLD : menu Edit \ Recall statement (CTRL + E)
  15. F

    How do I connect my database?

    PL/SQL Developer needs something else to be able to connect to a DB, You can use a client DB or Instant client, both from oracle..
Back
Top