Recent content by jlathion

  1. J

    Number display issue in SQL Window

    I tried on my side as well and the number is now correctly displayed. Thank you
  2. J

    Number display issue in SQL Window

    Hi WexSoft. Thank you for the reply. I have also tried with the latest version on my side and it works if I use the 64-bit version of the IDE. However, the problem still occurs if I use the 32-bit one. For information, the application runs on my side on a Windows 2012 R2 64-bit server, but for...
  3. J

    Number display issue in SQL Window

    Hello Marco, Today, I noticed a display issue with some huge number values when querying a table in an SQL Window. It seems that some additional decimals are being added at the end of the number (the 6th decimal in my case) I executed the following script on my database : CREATE TABLE...
  4. J

    Unable to Change Mode of Self parameter using P/L SQL Developer

    Hello Marco, I am facing the same issue even by using version 11.0.2. 1766. When will it be fixed ? Thanks.
  5. J

    Template List not correct at start

    I still have this issue with template files due to multiple preference files. Any clue about the reason why it is not working ? Is there any chance to get this solved in a future version ?
  6. J

    Templates editing

    Hello, I have two questions about developing templates that can be used within the IDE : - Is it possible to apply automatically an uppercase on the value of an input captured by the user when a template is being used ? Or is it possible to force capturing the input in uppercase ? - I have...
  7. J

    Template List not correct at start

    Hi Marco, Sorry for the delay in giving you an answer on this but I was really busy with other stuff and put this on the side as we have a workaround. I did some test today and noticed that the issue is happening because of the fact that I have two ini files for my preferences. One of them is...
  8. J

    Set toolbar content for all users of a server

    Thank you Marco. Is this something that may change in the future ? I'm not asking this as a requirement but simply for my curiosity :)
  9. J

    Set toolbar content for all users of a server

    Hi everybody, I just installed the latest version of PL/SQL Developer (10.0.5) on a test server that was previously using a 9.0.5 and I am having troubles with toolbars. In version 9.0.5, I created some user-tools that were included in toolbars via preferences files. This part of setup was...
  10. J

    Template List not correct at start

    Hello everybody, I am currently trying to harmonize preferences within the company so that everybody is using and sharing the same kind of templates. We added the right path in preference file for TemplateDir. In this template folder, we copied the standard PL/SQL developer templates and we...
  11. J

    Reloading file after execution of external tool

    Ok, for now I simulated a modification in the file and removed it afterwards making the modification date to change and PL/SQL Developer to prompt for reloading the file properly. Solution is not ideal but it is acceptable waiting on a solution that will also check Read-Only flag. Thanks to...
  12. J

    Reloading file after execution of external tool

    Thank you for the reply T-Gergely. However, I would like to avoid having to create/use plug-ins if possible. I simply want to know whether there is a simple way to "force" reloading of a file from the IDE or not (maybe a button I can add in the toolbar to simply refresh it via a macro or...
  13. J

    Reloading file after execution of external tool

    Thank you Marco. In the meantime, is there any way to "force" PL/SQL developer to automatically close and re-open the file ?
  14. J

    Reloading file after execution of external tool

    No, timestamp is not changed. It is exactly as if you simply unchecked the box Read-Only in file properties
  15. J

    Reloading file after execution of external tool

    Hi, I am currently developing some external tools to work with SVN using Tortoise directly from PL/SQL Developer (I know that there are some plug-ins but we don't want to use it). One of the tools will simply get the lock on SVN on the file opened in editor (and by this operation, removing the...
Back
Top