← Back to team overview

sikuli-driver team mailing list archive

[Bug 1183422] Re: [request] Need a outline pane in sikuli IDE

 

This is principally on the list for version 1.1

As a first step, a manually and automatic collapse feature will be
implemented (based on an enhanced auto indent feature) for blocks like
classes, defs, loops, if, ... and arbitrary sections of code.

This could easily be used, to produce some outline view of a script.


** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => High

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.0

** Summary changed:

- [request] Need a outline pane in sikuli IDE
+ [request] IDE: want some outline support as a compact structural view of a script

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1183422

Title:
  [request] IDE: want some outline support as a compact structural view
  of a script

Status in Sikuli:
  In Progress

Bug description:
  It will be very useful for Sikuli IDE to have "Outline" pane like in
  Eclipse ( see here http://jdave.org/images/jdave-eclipse-
  screenshot.png )

  Request Justification(one of many :-):

  I use Sikuli IDE primary to manage my GUI maps. (I guess many others are doing this)
  Maps are organized like this

  Class_AppName:
    Subclass_ScreenName1:
      property_ElementName1
      property_ElementName2

    Subclass_ScreenName2:
      property_ElementName1
      property_ElementName2

  So when the map grows and I need to use search to find my elements. If
  outline is available it will be much easier to find the element.

  
  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1183422/+subscriptions


References