Search option in code panel

Hello Dev-Team of Edge Animate,
first, big thanks for the 5.0.1 update! Saved a lot of time and headache because of strange behaviors after porting a huge projects to the new version..
.. but please add a search option (Strg + F) in the code panel in your next release! With 1000+ lines of code its pretty annoying to find some stuff some times!
Shouldn't be such big effort to implement.. Additionally maybe the option to mark specific lines of code with color dots would also be nice
Thanks and greets!

This has been a request from the beginning and I hope that the dev team will get to it soon!

Similar Messages

  • EA1 - Ability to use Search option and code collapse/Expand option in ...

    Noticed the following feature which was Scheduled for Release 1.5 is missing.
    "Ability to use Search option and code collapse/Expand option in the Normal mode of PL-SQL Editor"
    This feature could save a lot of time on code reading/review/....
    Thanks,
    K.Nataraja Suthan,

    You can use the search on the read only (normal mode) of the PL/SQL Editor. Either through menu or using ctrl F.
    The other is still an enhancement and is being tracked.
    Sue.

  • I'm not able to do the DELETE and the SEARCH options on my list ( HELP!! )

    import java.io.*;
    public class StudentContactManager
    public static void main(String[] args) throws IOException
    char userSelection;
    final int maxStudents = 10;
    String [] Lname = new String [maxStudents];//LName= Last Name
    String [] FName= new String [maxStudents];//FName=First Name
    String [] En= new String [maxStudents];//En = Enrolment Number
    String [] PhoneNo= new String [maxStudents];
    int activeEntries = 0;
    boolean found = false;
    //================================
    System.out.println ( "1 - Initialise contact detail list" );
    System.out.println ( "2 - Display contact details list" );
    System.out.println ( "3 - Insert new entry into cotact detail list" );
    System.out.println ( "4 - Delete entry from contact detail list" );
    System.out.println ( "5 - Search cotact detail list" );
    System.out.println ( "Q - Quit" );
    System.out.print ( "Option : " );
    userSelection = Text.readChar ( "Enter option" );
    while ( userSelection != 'Q' & userSelection != 'q' )
    switch ( userSelection )
    case '1': activeEntries=0 ;
    break;
    case '2': if (activeEntries > 0)//IF contact detail list contains entries
    System.out.println("\tEnrolment Number\tFirst Name\tSecond Name\tTelephone Number");
    for (int i = 0; i<activeEntries; i ++)//FOR each stored contact
    {//DO
    System.out.println();
    System.out.println("\t"+En[i]+"\t"+"\t"+FName[i]+ Lname[i]+"\t"+"\t"+PhoneNo);//Display one/current contact detail
    }//END-FOR
    else
    {// ELSE
    System.out.println("Contact detail list empty");//Display �Contact detail list empty� message
    }//END-IF
    break;
    case '3': if(activeEntries<maxStudents)
    En[activeEntries]= Text.readString("Enter enrolment number");
    found = false;
    int i = 0;
    while ( !found && i < activeEntries)
    if (En[i].equals(En[activeEntries]) )
    found = true;
    else
    i++;
    }//end-if
    }//end-while
    if (found == false)
    FName[activeEntries]=Text.readString("Enter first name");
    Lname[activeEntries]=Text.readString("Enter last name");
    PhoneNo[activeEntries]=Text.readString("Enter telephone number");
    // Insert new contact details into contact detail list
    activeEntries++;
    else
    System.out.println("Enrolment number already exists");
    else
    System.out.println("Contact detail list full");
    break;
    case '4': Text.showMessage("Selected Option 4");
    break;
    case '5':Text.showMessage("Selected option 5");
    default: Text.showMessage("invalid selection, Please input a valid option");
    break;
    }//switch
    userSelection = Text.readChar ( "Enter option" );
    }//while
    System.exit(0);
    }//main
    }//StudentContactManager
    //===============================================================================
    I need help with case 4 and case 5...the search option should include while statement. and the 5th case is the delete option
    Thanks guys =).

    Please use the code tags when posting code (there is a button on the posting page for them). It would also help if you told us what you are trying to do, what error you are getting, and what you expect to get.
    If you are just asking us to write the code for you, then you are in the wrong place.

  • Search option in 11g

    Hi All,
    In 11g, we have the search option. There are list of values like Action, Analysis, Agent, KPI, Filter...
    I want to customise the list... remove some...
    Can anyone guide me to which file i should be looking into.
    Thanks,
    priti

    Hi,
    Try this-
    Copy the complete default page javascript.
    Right click on the dashboard page and view source.
    Then if you search the list options in the search, you can find all the values. There you can customize the list values.
    Now copy this javascript code and paste it in the separate text in the page and enable the HTML check box.
    But remember this includes lots of trial and error method.
    Regards
    MuRam

  • Search Option in JSP page

    Hi all,
    Any one can help me to do the search option in JSP pages.
    regards,
    Bala

    You need to index the page contents and store it somewhere (database, textfile, binaryfile, etc) and write code to crawl in the index. You can write it all youself, but as I guess that you're not very skilled to do that, it might be worth to take a look for several 3rd party Java Search Engine API's:
    http://www.google.com/search?q=java+search+engine+api

  • Default values to be populated in the search option ' Equip by equip list'

    All Experts,
    I am running the transaction code IE01 to create a equipment. While creating, i would like to select a reference equipment. When i am doing so, there are so many included search options are displayed. Now, there are two queries from here onwards.
    a)Is it possible to hide / deactivate all other included search options except ' Equipments by Equipments list'.
    b)When the option 'Equipments by Equipments list' is selected, is it any way to default the values for the fields 'Equipment category' as 'M' and the 'Class type as 002'
    Please help.
    Thanks,
    Suresh

    Suresh,
    You will not be able to accomplish this using standard functionality without doing some development. It maybe possible to accomplish this through Transaction variant.
    Other than the above, the simplest way to hide the search options would be to place a implicit enhancement at the begining of the FM "PM_HLP_PREVENT_RECURSION" to delete of the search helps other than "Equip By Equip List" based on the calling program and screen number.
    With respect to defaulting, other than what Paul had indicated , try defaulting those values by setting the Parameter ID.
    Thanks
    Narasimhan

  • Google Search Option on iweb

    Hi,
    How does one add Google search option on the iweb page?
    Has anyone used this option before? If so can you pls help.
    Regards,
    Senthil

    Get your Google Search field code and the follow the directions below for editing it into the html page of your choice!
    The general directions are as follows ...
    1. Decide where you want your search field and know exactly what dimensions you need. (you can take a screenshot (Apple-Shift-4) of the search field and then do a Get Info (Apple-i) on the resulting Picture file to see what the actual dimensions are)
    2. Insert a text box onto your page and adjust its size to exactly your dimensions.
    3. Type in some uniquely identifiable text like, "GOOGLESEARCHCODE" without changing the font or anything else...just type it in.
    4. Publish your page with iWeb.
    5. Find the html file associated with your published page (either on your iDisk or in a folder depending on how you published) and open it in any text editor (like Microsoft Word, or Textedit, or anything).
    6. Scroll through the html file and locate your placeholder text, e.g. "GOOGLESEARCHCODE".
    7. Replace the placeholder text with your Google Search html code and publish your page.
    That's it. You should see your Google Search field show up where you placed the text box.
    If any of this information is useful to you, please do me a favor and mark my reply as "solved" or "helpful" using the little buttons that you see in the title bar of this reply. I would appreciate it immensely. Thank you.

  • Webinar: Understanding TREX Indexing and Search Options

    <b>SAP NetWeaver Know-How Network Webinar: 
    Understanding TREX Indexing and Search Options
    Wednesday 25 August 2004
    11 a.m. EDT</b>
    On Wednesday 25 August, Larry Brambrut, an EP RIG Consultant, hosts the webinar titled  <b>Understanding TREX Indexing and Search Options</b> as part of the ongoing SAP NetWeaver Know-How Network Webinar Series.
    Here’s how Larry describes his webinar presentation:
    “This session will describe the enhancements to "Search and Classification"(TREX) in NetWeaver '04 and EP 6.0 SP2 Patch 6. The session will include a discussion of the CM enhancements such as new crawlers, new search UI options and plug-ins, and TREX enhancements such as the new TREX architecture, delta indexing, and new TREX Admin Tool.”
    SDN invites you to post your questions to the presenter prior to the webinar and continue the online discussion afterward.
    <b>How to Participate</b>
    (Please go to the SDN webinar schedule page to find more information)
    Dial-in Information:
    Date: Wednesday 25 August 2004
    Time: 11 a.m. EDT
    Within the U.S., call: +1.888.428.4473
    Outside the U.S., call: +1.651.291.0618
    Password: NetWeaver04
    WebEx Information:
    Topic: SAP NetWeaver Know-How Network
    Date: Wednesday 25 August 2004
    Time: 11 a.m. EDT
    Meeting Number: 742391500
    Meeting Password: netweaver04 (lowercase)
    WebEx Link: sap.webex.com
    Replay Information:
    A recorded replay of this call will be available for approximately three months after the webinar. Access this recording by dialing the appropriate number and using the replay access code 720155.
    Toll-free: +1.800.475.6701
    International: +1.320.365.3844
    <b>
    About the SAP NetWeaver Know-How Webinar Series</b>
    The SAP NetWeaver Know-How Webinar Series is driven by the SAP NetWeaver Regional Implementation Group (RIG), part of the SAP Development organization. The mission of the SAP NetWeaver RIG is to enable customers, employees, and partners to successfully implement the SAP NetWeaver solution. This SAP RIG has expertise in BI, EP, XI, and WebAS. They contribute their implementation expertise to the SDN implementation forums as well as to the SAP NetWeaver Know-How Webinar Series.
    <b>Disclaimer</b>
    SDN is not responsible for any changes to the webinar schedule. The webinar schedule may be changed or cancelled without prior notice.

    Hi there,
    I just read this thread, and maybe someone here can answer my current trex question:
    I have created an ordinary CM repository, and created an index with this repository as source. Now the problem: I would like to exclude files in the repository with specific mimetypes from the TREX indexing process.
    I have verified that the TrexValidMimetypes.ini does not contain any reference to the Mimetypes I'm creating, but never the less, the document titles are searchable and are returned when searching.
    How do I get around this issue?
    Is it possible in NW04 or EP6.0 SP3 PXXX??
    Regards,
    Hco

  • Code Panel In Edge.

    Hi,
    Does anybody knows a way to expand/collapse all folders together (on the left side) in Edge's code panel easily?
    When having multiple files opened and you have to switch between them, all folders get expanded automatically every single time you switch.
    If you have quite a lot of symbols in 1 file, you also have a very long list with expanded folders.
    In this case I find it better to just expand the ones I need at that moment without having to scroll like crazy.
    I see this as a bug or not finished.
    Wouldn't it be better (or normal) that Edge remembers the state of the codepanels when switching between files?
    And maybe the possibility to add a shortcut for expanding/collapsing all at once?
    I find Edge Animate super, only the codepanel may be a bit more advanced.
    I come from a Flash background and I still miss simple features like "Search & replace" and "Pin active script".
    This would be a HUGE timesaver at least for me when developing in Edge.
    Kind regards,
    Lester. 

    Good afternoon,
    Do you have any news for a new update of Edge Animate? If yes, do you also have a release date maybe?
    I use Edge Animate on a daily base and I'm curious if any of my suggestions are added by now.
    Like I said earlier, especially the codepanel could use an update to work more efficient and quicker.
    Would be great!
    Thnx in advance!
    Kind regards,
    Lester.

  • Right click option on a panel

    If there is any way to customize and set the right click option on a panel, Jdesktoppane, or any other swing component...please give some code of example
    -----------Thank you

    what do you mean by customizing a right-click?
    are you aiming to do pop-up menus?
    then go for JPopupMenu
    look at this link : http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html

  • Search Directories source code

    I am currently developing a tool that is a search directory optimizer. I was wondering where the search directories source code is located? I want to make my front panel look like the current search directory window, but then im adding the optimizer functions to the bottom. Thanks!
    Solved!
    Go to Solution.

    Hi alright meow,
    I believe the source for this panel is part of one of the DLL calls made by Teststand directly rather than in a sequence file located in the Teststand directory.  Therefore it will not be publicly available.
    Justin D
    Applications Engineer
    National Instruments
    http://www.ni.com/support/

  • Streaming PDF With Search Option

    Hi All,
    I want to open the Streamed PDF with Search Option.
    My PDF is searchable so if i use the URL like http://servername/abc.pdf#search=test then its working fine
    but when I stream the PDF then i m not able to pass the path like \\Servername\abc.pdf#search=test as it says that the file not found.
    Here is the code
      Response.Clear()
            Response.ContentType = "application/pdf"
            Response.AddHeader("Content-Disposition", "inline; filename=abc.pdf")
            Dim myStream As System.IO.Stream
            Dim buffer() As Byte
            Dim BytesRead As Integer
            myStream = New System.IO.FileStream("\\servername\new\abc.pdf", System.IO.FileMode.Open, _
                                                IO.FileAccess.Read, IO.FileShare.Read)
            BuffSize = 102400
            Response.AddHeader("Content-Length", myStream.Length)
            ReDim buffer(BuffSize)
            BytesRead = myStream.Read(Buffer, 0, BuffSize)
            Do While (BytesRead > 0)
                Response.OutputStream.Write(Buffer, 0, BytesRead)
                Response.Flush()
                BytesRead = myStream.Read(Buffer, 0, BuffSize)
            Loop
            Response.End()
    I want abc.pdf to be opened w/ search option but when i pass the seach option with the file name its not working.
    Is there any other way to Stream PDF with Search option?
    Regards
    JD

    Hello, (please tell us your first name)
    As you didn't mention how exactly you are using your search field in your report, I'm assuming it is part of a where clause. If this is the case, you need to understand that APEX is running your report query each time you are changing your search string value.
    "I added a search item and a go button…if I enter a value in the search that will take me 5 or 6 pages deep …It is not like you have a master result set, and you are browsing it with your search string. The go button actually submit your page. The report engine build a new result set, based on your query where clause, and reset the pagination, as it is a new report.
    Regards,
    Arie.

  • How to search inside java code?

    How to search for pattern in Java code from NWDS?  For example, I want to search for "wdThis" in java code.  Where to look for find or search button?

    Hi,
    You can also use CTRL+H key for searching any Java or non-Java code across all projects you have opened in your workspace.
    Just go to Project Explorer View and select any project, then press CTRL+H, a set of search option will show up.
    Hope it helps.
    Best regards,
    David.

  • How to use auto-increment and search option for MS Access DB

    Dear All,
               I have configured our invoice in Adobe Livecycle and connected it to MS Acess 2007 as per http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/.
    All is working fine, I can insert, retrieve data from DB to invoice and vice versa.
    Now I want few things to be implemented on our invoice.
    When ever I open our invoice, it populate the first entry from DB, Is it possible to populate the last entry ?
    Auto increment invoice number from MS Access DB every time we open our invoice after save.
    How to implement search option from DB for invoice number ?
    Please let me know if someone can provide me help on my scenario, so that I can share more stuff related to invoice and DB.
    Look forward to hearing soon from experts and other team members.
    Thanks & Regards
    Riyad...

    As far as I know there is not any auto increment data type in Oracle. Instead of this you should create a sequence and get the next value of the sequence while creating a row in your table.
    CREATE SEQUENCE Test_Sequence ;
    CREATE TABLE Test_Table ( Id NUMBER , Foo VARCHAR2(4) ) ;
    ALTER TABLE Test_Table ADD CONSTRAINT Test_Table_PK_Id PRIMARY KEY ( Id ) ;
    INSERT INTO Test_Table ( Id , Information ) VALUES ( Test_Sequence.NEXTVAL , 'FOO' ) ;

  • Error using 'Search' option in Planning.

    Hi,
    when i expand my webforms list on the left side of the Planning interface i am able to see all the folders expected.
    on selecting one of those folders say 'x' i get a list of forms under 'x' which is fine .
    But when i type the name of webform which is placed under folder 'x' in Search option which at bottom right side of the planning interface,
    I get an the error ' exception occured. you dod not have sufficient access to view this page'.
    But the point over here is if i am able to see and access the webform while searching for same webform why i am i getting this error.
    can anybody help me on this?
    Thanks
    NJ

    Hi,
    when i expand my webforms list on the left side of the Planning interface i am able to see all the folders expected.
    on selecting one of those folders say 'x' i get a list of forms under 'x' which is fine .
    But when i type the name of webform which is placed under folder 'x' in Search option which at bottom right side of the planning interface,
    I get an the error ' exception occured. you dod not have sufficient access to view this page'.
    But the point over here is if i am able to see and access the webform while searching for same webform why i am i getting this error.
    can anybody help me on this?
    Thanks
    NJ

Maybe you are looking for