Recent content by cct

  1. C

    Reconnecting

    I have found something similar, but I now explicity disconnect all before I reconnect. This generally works for me Chris
  2. C

    Feature request - copy with variable/constant to literal replacement

    I also do it when writing code - particularly to tune SQL - I still use an Oracle 8 database :( Normally I just replace variables etc with literals, but that is also a pain. Something that catered for this woudl be nice, even if it is similar to substitution variables Chris
  3. C

    To huge package too debug

    I had a similar problem many years ago, in a package that did not use cursors. The simple soltion was to split into smaller packages Chris
  4. C

    I need to use a file with specification or body without slash at the end.

    Does the Preferences - Program Window - Save with Slash at the end option not work? Chris
  5. C

    GIT access

    Actually, I think I have found teh underlying prolem. Not being familiar with GIT, I had opened a file not in the repository working directory, then was trying to access the repository. Opening from the repository, it seems to work OK, albeit very slow - 3 or 4 seconds just to get the pop-up...
  6. C

    GIT access

    I just moved the mouse, the I got the spiral... Chris
  7. C

    GIT access

    DebugSQL doesnt show anything after the intial login processing that I can see. So plan B - I restart PSD, and create a new TEST project, and save. I then go back in and set GIT, then add my git direcory. All OK. Then I try to select anything, and it just hangs. I wuil e-mail you the debug.txt...
  8. C

    GIT access

    Thanks, getting nearer. I finally discovered this only seems to work when using projects, so I created a new project, but whenever I enable GIT and add my local repositorty, the project options hangs when I select OK. The last time I left for 25 minutes, so definately not working. Any...
  9. C

    GIT access

    I am new to using GIT, so was lookimgh at linking to it. I have onstalled the GIT apps and configured them in preferences. I have created a private repository on GITHub to test Restarted PSD, but cannot see any reference to GIT operations. Am I missing something? BTW I do like the new...
  10. C

    Objects selected highlight

    Works for me setting the Browser fonts/colours in UserInterface - Fonts -Browser. Set ety background to Black and the Font colour to white and it is visible when seleected. Chris
  11. C

    Enhancements list upvote

    +1 Chris
  12. C

    Importer - Text or ODBC

    It is loading records. Initially the count goes up, and one can estimate the time remaining fairly accurately. Sometimes, but not always the count ceases to display, but the load seems to continue at the same rate. This is not a new problem - I have reported this a number of times before...
  13. C

    Importer - Text or ODBC

    I know I have raised this in the past, but just had to import 136654 rows (of 10 simple fields) into an empty table. Still chuntering along, now looking to be complete in over the hour. This time with the ODBC importer, but comparable with the text inmporter. Have you had a chance to review...
  14. C

    color theme - enchancement request

    I prefer to avoid the dark side ;) Chris
  15. C

    Support for PRO*C development?

    I frequently have to resort to writing code for the Pro*C precompiler, either on HP Unix, or Linux (RHEL) Have you thought about providing support for editing specifically, and possibly compiling etc? Chris
Back
Top