SQL Editor / Package Editor?

As a TOAD user, I'm trying to use SQL Developer for the first time and have patch 15.57. Forgive me if this is a common problem, but the issue I have is this. I have package source code in a text file (i.e. version controlled file). I use File->Open and it opens in a SQL editor window. All the buttons, such as Execute Statement, Execute Script etc are greyed out.
If I double click on a package in the tree navigator, it (i.e the database source code) opens in what looks to be more of a package editor, with buttons for compile, debug etc.
I want to be able to open a source file in a package editor and not a SQL editor (just like we do in TOAD and probably every other IDE). Is there a way to do this?
Thanks.

Eric,
Many thanks. That solves the "greyed out icons" issue.
But how about the package editor issue i.e.I want to open PL/SQL source files in a package editor to enable compilation etc. So far I have as got as far as changing preferences so that SQL Developer recognises the file extensions for package spec. and body. However, I can only assign them as .sql files (opens in SQL editor) or some kind of Java (and when I do that syntax highlighting goes out the window). There's no option to tell SQL Developer that *.pkg is a PL/SQL package specification. I find this quite staggering...
Regards

Similar Messages

  • 0897: Formatter doesn't work in package editor

    Just downloaded latest version.
    The SQL Formatter does nothing in the package editor, but works in the SQL worksheet.

    Thanks for the feedback.
    This issue has now been resolved

  • SQL Workshop Script editor in RED..not able to see any code

    Hi,
    I have created a Package in the apex.oracle.com SQL workspace. package got created successfully.
    But when I navigate to Home>SQL Workshop>Object Browser and try to see the package spec/body content..the editor/notepad is completly RED in color.
    any idea what may be the reason??.
    Thanks,
    Deepak

    This is a [long standing problem in some browsers/configurations|http://forums.oracle.com/forums/search.jspa?threadID=&q=%22Script+editor%22+AND+RED&objID=f137&dateRange=all&userID=&numResults=15&rankBy=10001]. There's nothing you can do about it except switch to a supported browser, or use an alternative tool like [SQL Developer|http://www.oracle.com/technology/products/database/sql_developer/index.html] when working with PL/SQL.

  • Anybody work with oracle.javatools.editor package ?

    Subj

    To answer your question: Yes, I am sure many people work with oracle.javatools.editor package. If you have a more specific question post it. Someone might have the answer you're looking for.
    PS I don't work with this package, I was just wondering why this post didn't have any replies.
    DB

  • How to find type of PL/SQL in package

    Hi All,
    I want to find all procedures/ Functions in package specification along with their type.
    Eg. if there is procedure p1 and function f1 in package pk1 i want a query that will return
    Package Proc/Function_name Type
    pk1 p1 procedure
    pk1 f1 function
    from user procedures i can get only procedure/funtion name bur not its type.

    Hi,
    Yes, I think metzguar got one.
    Package dropped.
    SQL> create package p1
    as
       function f
          return number;
       procedure p;
       function f(x number)
          return number;
       procedure p(x number);
    end;
    Package created.
    SQL> select package_name, object_name, case min(position)
                                           when 0 then 'FUNCTION'
                                           when 1 then 'PROCEDURE'
                                        end
                                           method_type
        from user_arguments
       where package_name = 'P1'
         and nvl(overload, 1) = 1
    group by package_name, object_name
    PACKAGE_NAME                   OBJECT_NAME                    METHOD_TY
    P1                             P                              PROCEDURE
    P1                             F                              FUNCTION
    2 rows selected.Regards
    Peter

  • New install of SQL 2014 Std MSDN. Get "The SQL Server product key is not valid. To proceed, re-enter the product key values from the Certificate of Authenticity (COA) or SQL Server packaging."

    Trying to install a new version of SQL 2014 Std 64 or x86. Installing on Windows 8.1Pro 64bit machine.
    I get:
    "TITLE: SQL Server Setup failure.
    SQL Server Setup has encountered the following error:
    The SQL Server product key is not valid. To proceed, re-enter the product key values from the Certificate of Authenticity (COA) or SQL Server packaging.
    Error code 0x858C0017."
    I looked at the summary log and that is the only error.
    I made sure there were no other instances of SQL on this machine. Uninstalled all VS2013 and sql instances just in case. IF there is somewhere to check if a previous version or license is causing the issue, i would be glad to check.
    Any help would be appreciated.

    Hi,
    Please read this thread with similar issue
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/bdd94577-515c-49fa-be44-008eacece057/installing-sql-server-2012-on-a-new-vm-error-code-0x858c0017?forum=sqlsetupandupgrade
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Photo Editor & Video Editor

    After Symbian Belle Future Pack 2 Update, photo editor & Video Editor is deleted. In Ovi Store I don't found any of the editor. Where I can found original Video Editor & Photo Editor which was in feature pack 1 or Original Symbian Belle ? Please Help , I need both of them
    Send From My Nokia 700
    Solved!
    Go to Solution.

    Read my reply here http://discussions.nokia.com/t5/Pictures-and-Videos/nokia-700/m-p/1664380

  • Could not open the editor: The editor class could not be instantiated.

    Yesterday FlashBuilder was automatically updated for Adobe updater and now Flashbuilder shows an error: "Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml."
    Bellow some lines of log error:
    java.lang.NoClassDefFoundError: com/adobe/flexbuilder/codemodel/common/IMXMLConstants
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.<init>(MXMLEditor.java:120)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:170)
    at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:874)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:51)
    at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:259)
    What is wrong!!!
    I can't work without him!!!

    Just had this problem occur as well.
    All the workspaces seem to now have the Flash Player Icons on the menu. They were not there before.
    If I create a new workspace, it seems to work fine until I switch to any existing workspace and then the new workspace is also affected.
    I can import a project from the other workspaces, into a new workspace and that works as well.
    My only mental history is that all was well. Then I spent some time writing a project in CS4 for a day without any need for Flex Builder. Then when I returned to FLex Builder the last opened project would not run and although I can get to the new project screen, the next and Finish button although enabled fail silently.
    Eclipse Galieo, Flash 4 Builder Plugin.
    Not sure what path to take. Remove Flex Builder plugin? Exclipse? Certain files or hidden folders?
    Any suggestions where to explore would be nice.

  • Property editor, Permission editor and security zone

    Could anyone let me know what different between <u>Property editor, Permission editor and security zone</u> when we build the new role in portal and have to go through these three for setting up. Could you compare them with creating new role in R/3 system?
    Thank you so much and sorry to bother you guys.

    Hi,
    Property editor is the editor which shows a list of properties of any pcd object like iView property or page property etc. Using this, u can edit the properties of the pcd object.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/7d9713087311d7b84600047582c9f7/frameset.htm
    Permission editor is the editor where u can change the permission level for particular application or portal content objects like read/ write permission, end user permission etc. So using this, u can set permissions for different users to access different pcd objects.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/0fab1b76984ed0944d5c732cfad1b2/frameset.htm
    Security zone mentions the level of portal security like low, high etc.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/25/85de55a94c4b5fa7a2d74e8ed201b0/frameset.htm
    Regards,
    Vijai

  • Oracle equivalent of SQL DTS package

    In process of migrating SQL database to Oracle database what is Oracle equivalent of SQL DTS package???

    Data transformation services are something totally different, that have nothing to do with migration process. Can you please be more specific with your question? If you really want an answer, then you can consider the conversion phase....
    But, again, there is no reason to compare these two.
    If you want you can read about Oracle's data warehouse concepts, probably ETL is the true answer to your question

  • Database package editor and compiling

    It seem an opened package body source in a editor is not saved before you asked to generate it from the database off line object tree view (right click generate to). The result is that you compile an older version not containing the changes done in the editor.
    A warning or an automatically save will be fine.

    Running as a statement or a script?
    I put the stuff from above in a script and ran as a script (F5) and it seemed to run ok.
    DROP PACKAGE d1;
    @"c:\create.sql"
    Script Output
    DROP PACKAGE d1 succeeded.
    PACKAGE D1 compiled
    PACKAGE BODY D1 compiled

  • SQL Developer table editor does not show anything (no columns, no data,...)

    Hi, I upgraded SQL developer yesterday to the latest version. Now I don't see anything any more in the datagrid, columns, constraints, etc ...
    Connection is OK, in the explorer (to the left) I see tables and columns, in the datagrid (table properties) I don't see anything.
    Here is the contents of the about box
    Many thanks
    About
    Oracle SQL Developer 2.1.1.64
    Version 2.1.1.64
    Build MAIN-64.45
    Copyright © 2005,2009 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.2.36.55.30
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.64.45
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_20
    Oracle IDE     2.1.1.64.45
    Versioning Support     2.1.1.64.45
    Properties
    Name     Value
    ====     =====
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     true
    ide.bootstrap.start     8627304444140
    ide.build     MAIN-64.45
    ide.conf     C:\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.config_pathname     C:\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
    ide.firstrun     true
    ide.java.minversion     1.6.0_04
    ide.launcherProcessId     5928
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     C:\Users\johkene\AppData\Roaming\SQL Developer
    ide.pref.dir.base     C:\Users\johkene\AppData\Roaming
    ide.product     oracle.sqldeveloper
    ide.shell.enableFileTypeAssociation     C:\sqldeveloper\sqldeveloper.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     C:\sqldeveloper\sqldeveloper.exe
    ide.startingcwd     C:\sqldeveloper
    ide.user.dir     C:\Users\johkene\AppData\Roaming\SQL Developer
    ide.user.dir.var     IDE_USER_DIR
    ide.work.dir     C:\Users\johkene\Documents\SQL Developer
    ide.work.dir.base     C:\Users\johkene\Documents
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     50.0
    java.endorsed.dirs     C:\Program Files\Java\jdk1.6.0_20\jre\lib\endorsed
    java.ext.dirs     C:\Program Files\Java\jdk1.6.0_20\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home     C:\Program Files\Java\jdk1.6.0_20\jre
    java.io.tmpdir     C:\Users\johkene\AppData\Local\Temp\
    java.library.path     C:\sqldeveloper;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\;C:\Program Files\Gemplus\GemSafe Libraries\BIN;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Sybase\DLL;C:\Sybase\BIN;C:\Program Files\Sybase\Shared\PowerBuilder\;C:\Program Files\Java\jdk1.6.0_12\bin;C:\apache-maven-2.0.10\bin;C:\Program Files\Liquid Technologies\Liquid XML Studio 2009\XmlDataBinder7\Redist7\cpp\win32\bin;C:\PROGRA~1\ATT\Graphviz\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Belgium Identity Card;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\Research In Motion\BlackBerry Theme Studio 5.0\bin;C:\Program Files\CVSNT\
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_20-b02
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.util.logging.config.file     logging.conf
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.6.0_20
    java.vm.info     mixed mode, sharing
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     16.3-b01
    jdbc.library     /C:/sqldeveloper/jdbc/lib/ojdbc5.jar
    line.separator     \r\n
    oracle.home     C:\sqldeveloper
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.jdbc.Trace     true
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     /C:/sqldeveloper/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows Vista
    os.version     6.0
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sqldev.debug     false
    sun.arch.data.model     32
    sun.boot.class.path     C:\Program Files\Java\jdk1.6.0_20\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_20\jre\classes
    sun.boot.library.path     C:\Program Files\Java\jdk1.6.0_20\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 2
    svnkit.sax.useDefault     true
    user.country     BE
    user.dir     C:\sqldeveloper\sqldeveloper\bin
    user.home     C:\Users\johkene
    user.language     nl
    user.name     JOHKENE
    user.timezone     Europe/Paris
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.2.36.55.30     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.2.36.55.30     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.2.36.55.30     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.2.36.55.30     Loaded
    Database UI     oracle.ide.db     11.1.1.2.36.55.30     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.2.36.55.30     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.2.36.55.30     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.2.36.55.30     Loaded
    File Support     oracle.ide.files     11.1.1.2.36.55.30     Loaded
    File System Navigator     oracle.sqldeveloper.filenavigator     11.1.1.64.45     Loaded
    Help System     oracle.ide.help     11.1.1.2.36.55.30     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.2.36.55.30     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.2.36.55.30     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.2.36.55.30     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.2.36.55.30     Loaded
    Log Window     oracle.ide.log     11.1.1.2.36.55.30     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.2.36.55.30     Loaded
    Navigator     oracle.ide.navigator     11.1.1.2.36.55.30     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.2.36.55.30     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.64.45     Loaded
    Oracle Data Modeler Reports     oracle.sqldeveloper.datamodeler_reports     11.1.1.64.45     Loaded
    Oracle Database Browser     oracle.sqldeveloper.thirdparty.browsers     11.1.1.64.45     Loaded
    Oracle IDE     oracle.ide     11.1.1.2.36.55.30     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.64.45     Loaded
    Oracle SQL Developer Data Modeler Viewer     oracle.datamodeler     2.0.0.584     Loaded
    Oracle SQL Developer Extras     oracle.sqldeveloper.extras     1.1.1.64.45     Loaded
    Oracle SQL Developer Migrations     oracle.sqldeveloper.migration     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Antlr3 Translation Core     oracle.sqldeveloper.migration.translation.core_antlr3     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - DB2     oracle.sqldeveloper.migration.db2     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Microsoft Access     oracle.sqldeveloper.migration.msaccess     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - MySQL     oracle.sqldeveloper.migration.mysql     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - SQLServer     oracle.sqldeveloper.migration.sqlserver     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Sybase     oracle.sqldeveloper.migration.sybase     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Teradata     oracle.sqldeveloper.migration.teradata     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation Core     oracle.sqldeveloper.migration.translation.core     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation Db2     oracle.sqldeveloper.migration.translation.db2     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.64.45     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.64.45     Loaded
    Oracle SQL Developer SearchBar     oracle.sqldeveloper.searchbar     11.1.1.64.45     Loaded
    Oracle SQL Developer TimesTen     oracle.sqldeveloper.timesten     2.0.0.64.45     Loaded
    Oracle SQL Developer Unit Test     oracle.sqldeveloper.unit_test     11.1.1.64.45     Loaded
    Oracle SQL Developer Worksheet     oracle.sqldeveloper.worksheet     11.1.1.64.45     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.64.45     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.2.36.55.30     Loaded
    Peek     oracle.ide.peek     11.1.1.2.36.55.30     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.2.36.55.30     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.2.36.55.30     Loaded
    Replace With     oracle.ide.replace     11.1.1.2.36.55.30     Loaded
    Runner     oracle.ide.runner     11.1.1.2.36.55.30     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.64.45     Loaded
    Sql Monitoring Project     oracle.sqldeveloper.sqlmonitor     11.1.1.64.45     Loaded
    Tuning     oracle.sqldeveloper.tuning     11.1.1.64.45     Loaded
    User Extensions Support     oracle.sqldeveloper.userextensions     11.1.1.64.45     Loaded
    VHV     oracle.ide.vhv     11.1.1.2.36.55.30     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.2.36.55.30     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.2.36.55.30     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.2.36.55.30     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.2.36.55.30     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.2.36.55.30     Loaded

    Yes this was clean directory (I reinstalled twice already). I'm using Oracle Database 10g express edition and also Oracle 10g Standard Edition (same problem for both databases).
    In the messages log I get:
    oracle.dbtools.raptor.oviewer.table.GridDataEditor java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    ... and then each time I switch table:
    oracle.ide.model.IdeSubject Exception while updating observer[8]: Editor5

  • Error when attempting to download pl/sql script in Editor

    Greetings,
    I'm getting the following error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    when clicking the download button located within the script editor. and ... while i've got your attention, why dont the cut and paste operations (right clicking the mouse) work within the edit window. I seem to have some MINIMAL luck using the ctrl-c/ctrl-v but only within that edit window. Attempting to paste outside into another application is useless. (I moved to the editor because I was just working within the SQL window inside HTMLDB, but I could not cut and paste out of it or save the SQL I was working with either for that matter). I like the editor, but mouse operation could be much more enhanced. Not a rant, but just some thoughts.
    Thanks in Advance,
    Cliff Moon

    bump

  • Save As From Package Editor

    When I try to save a package body to a file:
    - File/Save As...
    - Navigat to the directory I want to save to
    - Enter file name "mypackage.pkb"
    - Click Save
    -> Save button becomes unavailable
    -> Save As.. dialog stays open
    -> file is saved with name "jdev61262.pkb"
    When I retry, the file gets saved again with a new name (number is increased).
    It would be nice if:
    - the file would be saved with the specified name :)
    - the Save As dialog would remember the directory used in the last invocation
    This is with Raptor 8.04 on Win2K.
    Thx for this good tool! I'm quite positive now that the day will come when I can replace all my little database tools for Linux and Win by Raptor!
    /Chris

    We do have a bug logged on it where I thought the file was not being saved but just tested again against 804 and see that it saves but to a new name (like you described). I added those details to the bug.
    We are working on recalling the directory from your last save. If you save with the name we default, it does remember. I guess it is not recalling because of the issue with the save.
    -- Sharon

  • [Editors: text editor] KVim

    # Packager: Dawid Ciezarkiewicz "arael" <arael[at]fov[dot]pl>
    pkgname=kvim
    pkgver=6.2.14
    pkgrel=1
    pkgdesc="KVim is a port of Vim to the KDE"
    url="http://www.freehackers.org/kvim/index.html"
    depends=(qt)
    makedepends=()
    conflicts=()
    replaces=(vim)
    backup=()
    install=
    source=(ftp://ftp.fi.muni.cz/pub/kde/stable/apps/KDE3.x/utils/$pkgname-$pkgver.tar.bz2)
    md5sums=('5eba465162b00013ea9dd77970840a51')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr --with-features=huge --enable-gui=kde --enable-kde-toolbar
    make || return 1
    make prefix=$startdir/pkg/usr install
    IMHO KVim is f*cked up application with tons of bugs etc., but someone may find it useful. I've tested it and gonna use pure Vim.
    BTW. I'm looking for good graphical text editor with moving using 'hjkl' and INSERT mode (Vi emulation) but not another Vi+GUI like kvim and gvim. It has to be rewriten from scratch for using with GUI not embedded vim in window. Any link would be welcome.

    Later I'll will test it, but I think this is what I'm looking for.
    "(Dzieki Ci bardzo, przyjacielu)" (eng. Thank you my friend)

Maybe you are looking for

  • Export to Excel formatting Issue

    Good Afternoon, I am trying to export a dataset to excel 2010, however all of the columns are exporting as DT_WSTR although the table that the data is coming from is set correctly either to money or int. I have tried to change the data type in the ad

  • How to stop a Scheduler Job in Oracle BI Publisher 10g

    Hello! Can someone tell me how can I stop a scheduler job in Oracle BI Publisher 10g? I scheduled a bursting job to run a report but is running during two days. I would like to stop it. Thanks. Edited by: SFONS on 19-Jan-2012 07:16

  • RX9800 128MB, weird artifacting...

    First off here's my system specs: Antec TruePower 430 Power Supply MSI RX9800 128MB Asus P4PE Motherboard w/ 2.53 P4 ATI Catalyst 4.8 Drivers Nothing is overclocked... I just got this MSI 9800 Pro a few days ago and everything works fine except at ce

  • Dynamic variation of prompt clause based on user selection

    Hi, I would like to know if there is any possibility to change the query to have 'IN' clause or '=' clause based on user prompt selection. Say, if user enters single value for a prompt, the query should have = clause and when enters multiple input, t

  • About AppleCare & Other Stuff?

    Since i'm with AppleCare & if My iMac were to ever Break? will they Replace it or Fix it? Since I Had My iMac for 1 Year Now, will it Start going Bad like Break down on me or something? like is there any Tricky Business with Apple that I Don't know a