Recent content by c_cavusoglu

  1. c_cavusoglu

    Folding question

    I found this very old topic as coincidence. I was thinking about same thing recent days. There is a #region, #endregion in Visual studio and it gives opportunity to control long code parts. Any news about that? For the people who found this topic while looking fold & unfold feature, you need...
  2. c_cavusoglu

    Character set problems

    Solved..! Thanks a lot
  3. c_cavusoglu

    Character set problems

    Hi, I updated Plsql to 14 (Version 14.05.19.1986) from 12 but some characters get corrupted like this.There is no problem in table data. Its the way I view it like this, its seems fine in colleagues who use different version. I couldn't find solution yet. I checked language options in regedit...
  4. c_cavusoglu

    Enhancement Voting

    There is a really nice community in here. Glad to here that we will have better forum :)
  5. c_cavusoglu

    Highlight enhancement

    This would be very nice as we also use it in the same way.
  6. c_cavusoglu

    Enhancements list upvote

    Definitely agree +1
  7. c_cavusoglu

    Anyway to get update query of edited data in table ?

    Thanks, I'm sure there are considerable amount of people out there needed this feature.
  8. c_cavusoglu

    Anyway to get update query of edited data in table ?

    Hi, When you click edit data in table and change content of the rows and commit it, is there anyway to get executed update query in background ? That query would be very useful since we could use it when we re going to deploy it in production environment. Generally we manually prepare the...
  9. c_cavusoglu

    color theme - enchancement request

    Just came to search this as well. I know at least 20 ppl in my company who can vote for this feature.
  10. c_cavusoglu

    Viewing Foreign Key References of a table column

    Hi, I need view in which tables a specific column used as foreign key. Currently Im finding with dba_tab_columns. But I'm sure there is an easier way. Thanks
  11. c_cavusoglu

    Shortcut key for toggle between autosuggest list items.

    Thanks. it's gonna be very handy.
  12. c_cavusoglu

    Shortcut key for toggle between autosuggest list items.

    When you press dot '.' after package names etc.. we know that a drop down list appears with various suggestions. Isn't it possible to toggle between suggestion by pressing tab key just like in Visual Studio or similar applications? I'm using 10 fingers and it is not ideal to do that with arrow...
  13. c_cavusoglu

    Any shortcut way to quickly access .tst script files ?

    well I actually want to call the .tst files with short keywords since I have lots of files. But seems we will stick with file browser. Thanks though ;)
  14. c_cavusoglu

    Any shortcut way to quickly access .tst script files ?

    Hi, I'm using 12 version. I'm calling .tpl files via auto-replace and it is very handy. Is it possible to call also .tst script files similarly in this way? Currently I'm manually finding file and doing drag & drop to plsql. I looking for an easier way. I tried to save these files as .tpl and...
Back
Top