You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
Replace use of "CodePeer" in pragma Annotate and review dialog
This commit is contained in:
@@ -1780,7 +1780,8 @@ package body CodePeer.Module is
|
||||
Editor.Insert
|
||||
(Location.End_Of_Line, ASCII.LF &
|
||||
"pragma Annotate" & ASCII.LF &
|
||||
"(CodePeer, False_Positive, """ &
|
||||
"(" & CodePeer.Module_Name &
|
||||
", False_Positive, """ &
|
||||
To_String (Message.Category.Name) &
|
||||
""", ""<insert review>"");");
|
||||
Editor.Indent (Location, Location.Forward_Line (2));
|
||||
|
||||
@@ -191,11 +191,11 @@ package body CodePeer.Multiple_Message_Review_Dialogs is
|
||||
|
||||
GPS.Dialogs.Initialize
|
||||
(Self,
|
||||
Title => -"CodePeer message review",
|
||||
Title => -(CodePeer.Module_Name & " message review"),
|
||||
Kernel => Kernel,
|
||||
Typ => Class_Record.The_Type);
|
||||
GPS.Main_Window.Set_Default_Size_From_History
|
||||
(Self, "CodePeer message review", Kernel, 400, 400);
|
||||
(Self, CodePeer.Module_Name & " message review", Kernel, 400, 400);
|
||||
|
||||
Gtk.Paned.Gtk_New_Vpaned (Paned_1);
|
||||
Self.Get_Content_Area.Pack_Start (Paned_1);
|
||||
|
||||
Reference in New Issue
Block a user