Recent content by peisima

  1. P

    Text Importer

    Hi all, I found this text importer really useful. However, somehow the order of the input is not preserved when inserted. For example; Original data: data1 data2 data3 data4 The inserted order becomes: data1 data3 data4 data2 Any suggestion? Thanks.
  2. P

    export recall list

    The export function for "recall recent commands" (CTRL+E) exported commands of "ALL users" even though "current user" is chosen. The list is correct on the screen but once it's exported, everything got saved in a file. Any workaround?
  3. P

    preference for drop

    Hi, How do we get a confirmation when "drop" command is chosen from the rightclick popup menu in PLSQL Developer(browser window)? I might have turned it off to "never ask again". But I'd like to have it back. Thanks.
  4. P

    two questions

    Thanks for the replies for the plug-in issue. Code content is one of the best features of this IDE and it'd be great if it is fixed.
  5. P

    two questions

    Hi, I have just upgraded to version 6. I'd like to know how to configure the plug-ins for this version. The ddls are in PlugIns folder but it's not regconized somehow. Another thing is that the code content navigation doesn't always work. Sometimes, I click to jump to a procedure and it doesn't...
  6. P

    Delay with work with big packages

    Nope, it didn't help either.
  7. P

    Delay with work with big packages

    I am having the same problem too. Even after closing the code content and the obj browser, it's still taking a while to compile. I don't think it's the machine as it is pretty new.
  8. P

    backup feature

    Hi, I am using PLSQL DEV Version 5.1.6.747 and WINDOW XP. In preference on backup tab, I checked both "save on execute" and "save on time interval" and chose the directory to a folder in my document. Nothing got saved on execute and I tried reading help. But the help screenshot is different from...
  9. P

    Beautifier String Concatination

    Can you please fix this? The beautifier puts a break after "value='| |" when we concatinate the value string to populate the data in a form. These extra spaces are creating unexpected results or the values don't get parsed correctly when the program is run.
Back
Top