Print Thread
Page 4 of 4 1 2 3 4
Re: PLSD 8 within 2nd quarter - Countdown
youngBull #34426 07/22/09 08:11 AM
Joined: Feb 2005
Posts: 59
Latvia
K
Member
Offline
Member
K
Joined: Feb 2005
Posts: 59
Latvia
Does anyone expierence stability problems with Alpha2? I ran PLSQLDev A2 once and it worked, I closed it and I can't get it to run second time frown
Debug.txt doesn't contain any clue what's wrong (for me at lest)... Alpha1 (reinstalled over A2) works fine...
Consider this as a question only as I'm running it under Wine in Linux, so my debug output probabaly will not be considered as useful smile


regards
Kirurgs
Connection Problem
Kirurgs #34455 07/26/09 06:54 AM
Joined: Apr 2004
Posts: 203
NYC, USA
Member
Offline
Member
Joined: Apr 2004
Posts: 203
NYC, USA
Alpha2 does not seem to work with Instant Client.
I have no Oracle Home. Been using Instant Client for a while.

[Linked Image]


PlSQLDev Version 8.0.4
Oracle 11gR2
Re: Connection Problem
RobertK #34460 07/27/09 09:25 PM
Joined: Dec 2002
Posts: 491
Wellington, NZ
Member
Offline
Member
Joined: Dec 2002
Posts: 491
Wellington, NZ
it works with instant client for me...


... suck in your lips and frown like a werewolf ...
Re: Connection Problem
rbrooker #34473 07/28/09 06:47 PM
Joined: Oct 2002
Posts: 59
Quebec,Canada
D
Member
Offline
Member
D
Joined: Oct 2002
Posts: 59
Quebec,Canada
Pl/Sql Alpha 8:

Just installed it a few hours ago...

Ok looks the same as 7, but I really like new enhancements:
- Browser auto hide
- Browser objects find
- Files browser
- Wait time in sql window with sound for long queries.
- Beautifier enhancements

Can't wait to use production version....

Re: Connection Problem
rbrooker #34474 07/28/09 06:53 PM
Joined: Apr 2004
Posts: 203
NYC, USA
Member
Offline
Member
Joined: Apr 2004
Posts: 203
NYC, USA
OK, never mind. PLD requires the full path of the OCI DLL. I only specified the directory earlier.

Re: PLSD 8 within 2nd quarter - Countdown
youngBull #34480 07/29/09 12:53 PM
Joined: Dec 2005
Posts: 2,004
Roima Denmark
Member
Offline
Member
Joined: Dec 2005
Posts: 2,004
Roima Denmark
When will the beta version be released?

And when will the beta tester forum be opened?

The issues seems to pile up in this post, and that can not be intentional.

I have one issue, though. I have switched on the option "Show variable and type declarations in a popup". This works great, thanks, but there is a tiny inconvenience: when the popup is shown at a line near the bottom of the screen (for instance showing a cursor declaration that extends over several lines), the bottom lines are truncated.

Re: PLSD 8 within 2nd quarter - Countdown
Claus Pedersen #34484 07/30/09 03:33 AM
Joined: Apr 2009
Posts: 9
Y
Member
Offline
Member
Y
Joined: Apr 2009
Posts: 9
up

Re: PLSD 8 within 2nd quarter - Countdown
youngBull #34562 08/11/09 09:26 AM
Joined: Jul 2004
Posts: 281
The Netherlands
Member
Offline
Member
Joined: Jul 2004
Posts: 281
The Netherlands
I know we've been asked to refrain from comments/bugreports etc. until the release of Beta8 and the subsequent opening of the 'beta forum', but I still would like to comment on one of the new features of the editor, i.e. autoindent. The following piece of code was written using autoindent:

Code
PROCEDURE demo
  IS
  <declarations>
  BEGIN
    IF
      THEN
        <CODE>
        FOR <iterator>
          LOOP
            <CODE>
            END LOOP;
            END IF;
            END;

I don't think it is logical for 'IF/THEN' 'FOR/LOOP' constructs to autoindent on both keywords. These 'coupled keywords' (for want of a better description) should be treated as one keyword (leaving aside that in my opinion 'IS' should not be considered for autoindentation).

Furthermore I'd like to suggest that autoindent is combined with auto-unindent so that
Code
   IF
   THEN
     <code>
     END IF;<cursor position>
after hitting 'enter', would change into
Code
   IF
   THEN
     <code>
   END IF;
   <cursor position>

Then the first sample code block, using the same keystrokes would look like this
Code
PROCEDURE demo
IS
<declarations>
BEGIN
  IF
  THEN
    <CODE>
    FOR <iterator>
    LOOP
      <CODE>
    END LOOP;
  END IF;
END;

Just my two cents (and looking forward to beta8)


Been there, done that, Got the T-Shirt
Re: PLSD 8 within 2nd quarter - Countdown
Marco van der Linden #34567 08/11/09 10:13 AM
Joined: Aug 1999
Posts: 22,206
Member
Offline
Member
Joined: Aug 1999
Posts: 22,206
[quote]I don't think it is logical for 'IF/THEN' 'FOR/LOOP' constructs to autoindent on both keywords. These 'coupled keywords' (for want of a better description) should be treated as one keyword (leaving aside that in my opinion 'IS' should not be considered for autoindentation).[/quote]
Note that you can edit the SmartIndent.txt file to match your coding style.

[quote]Furthermore I'd like to suggest that autoindent is combined with auto-unindent so that[/quote]
I have added this to the list of enhancement requests.


Marco Kalter
Allround Automations
Re: PLSD 8 within 2nd quarter - Countdown
Marco Kalter #34571 08/12/09 06:44 AM
Joined: Jul 2004
Posts: 281
The Netherlands
Member
Offline
Member
Joined: Jul 2004
Posts: 281
The Netherlands
[quote]
Note that you can edit the SmartIndent.txt file to match your coding style.
[/quote]

Indeed, that fixes (part of) the problem.


Been there, done that, Got the T-Shirt
Page 4 of 4 1 2 3 4

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.179s Queries: 14 (0.064s) Memory: 2.5638 MB (Peak: 3.0380 MB) Data Comp: Off Server Time: 2024-04-29 11:56:11 UTC
Valid HTML 5 and Valid CSS