Free cookie consent management tool by TermsFeed Policy Generator

Custom Query (2734 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 2734)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#50 done Allow update of a specific plugin (+ depents) via plugin-manager gkronber gkronber
Description

Especially useful if a plugin has been disabled because of missing files.

#51 done Implement List<T> methods for ItemList<T> mkofler mkofler
Description

Wrap List<T> methods, especially:

  • Search methods (Find, FindAll, Exists...)
  • Sorting methods (Sort, Reverse)
  • AddRange, RemoveRange
#52 done Action "File->New->SGA" throws exception swagner gkronber
Description

NullPointerException in SGA.cs - CreateVariableInjection()

      OperatorExtractor oe = new OperatorExtractor();
      oe.Name = "Problem Initializer";
      oe.GetVariable("Name").GetValue<StringData>().Data = "ProblemInitializer";

It seems that there is no variable with the name "Name".

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.