id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1155,Outline and Functions don't work with unsaved files,azornik,,"the outline and function features are not working with unsaved files

* open padre
* open write script, example:
 {sub fetch_main_dist {
    my $self = shift;
    my $term = shift;
    my $dist = CPANDB->distribution($term);
  sub _build_gui {
    my $self  = shift;
    my $glade = $self->glade_path;
    return Gtk2::GladeXML->new($glade);
}
* than enable outline and functions, ""View->Show Outline"" ""View->Show Functions"".

when I enable those functions I want to see the functions and methods but its only working with saved files.
",defect,closed,minor,,Outline,0.82,fixed,"outline, functionlist, right",
