~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to ide/findrenameidentifier.lfm

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
2
 
  Left = 283
3
 
  Height = 496
4
 
  Top = 160
5
 
  Width = 452
6
 
  BorderStyle = bsDialog
 
2
  Left = 314
 
3
  Height = 500
 
4
  Top = 188
 
5
  Width = 460
 
6
  AutoSize = True
 
7
  BorderIcons = [biSystemMenu]
7
8
  Caption = 'FindRenameIdentifierDialog'
8
 
  ClientHeight = 496
9
 
  ClientWidth = 452
 
9
  ClientHeight = 500
 
10
  ClientWidth = 460
 
11
  Constraints.MinHeight = 450
 
12
  Constraints.MinWidth = 460
10
13
  OnClose = FindRenameIdentifierDialogClose
11
14
  OnCreate = FindRenameIdentifierDialogCreate
12
15
  OnShow = FormShow
13
16
  Position = poScreenCenter
14
 
  LCLVersion = '0.9.29'
 
17
  LCLVersion = '1.1'
15
18
  object CurrentGroupBox: TGroupBox
16
19
    Left = 6
17
 
    Height = 134
 
20
    Height = 114
18
21
    Top = 6
19
 
    Width = 440
 
22
    Width = 448
20
23
    Align = alClient
21
24
    BorderSpacing.Around = 6
22
25
    Caption = 'CurrentGroupBox'
23
 
    ClientHeight = 116
24
 
    ClientWidth = 436
 
26
    ClientHeight = 97
 
27
    ClientWidth = 444
 
28
    Constraints.MinHeight = 100
25
29
    TabOrder = 0
26
30
    object CurrentListBox: TListBox
27
31
      Left = 6
28
 
      Height = 104
 
32
      Height = 85
29
33
      Top = 6
30
 
      Width = 424
 
34
      Width = 432
31
35
      Align = alClient
32
36
      BorderSpacing.Around = 6
33
37
      ClickOnSelChange = False
34
38
      ItemHeight = 0
 
39
      ScrollWidth = 430
35
40
      TabOrder = 0
 
41
      TopIndex = -1
36
42
    end
37
43
  end
38
44
  object NewGroupBox: TGroupBox
39
45
    Left = 6
40
 
    Height = 78
41
 
    Top = 146
42
 
    Width = 440
 
46
    Height = 84
 
47
    Top = 126
 
48
    Width = 448
43
49
    Align = alBottom
44
50
    AutoSize = True
45
51
    BorderSpacing.Around = 6
46
52
    Caption = 'NewGroupBox'
47
 
    ClientHeight = 60
48
 
    ClientWidth = 436
 
53
    ClientHeight = 67
 
54
    ClientWidth = 444
49
55
    TabOrder = 1
50
56
    object NewEdit: TEdit
51
57
      Left = 6
52
 
      Height = 23
53
 
      Top = 31
54
 
      Width = 424
 
58
      Height = 25
 
59
      Top = 36
 
60
      Width = 432
55
61
      Align = alTop
56
62
      BorderSpacing.Around = 6
57
63
      TabOrder = 0
59
65
    end
60
66
    object RenameCheckBox: TCheckBox
61
67
      Left = 6
62
 
      Height = 19
 
68
      Height = 24
63
69
      Top = 6
64
 
      Width = 424
 
70
      Width = 432
65
71
      Align = alTop
66
72
      BorderSpacing.Around = 6
67
73
      Caption = 'RenameCheckBox'
71
77
  end
72
78
  object ScopeGroupBox: TGroupBox
73
79
    Left = 6
74
 
    Height = 220
75
 
    Top = 230
76
 
    Width = 440
 
80
    Height = 244
 
81
    Top = 216
 
82
    Width = 448
77
83
    Align = alBottom
78
84
    AutoSize = True
79
85
    BorderSpacing.Around = 6
80
86
    Caption = 'ScopeGroupBox'
81
 
    ClientHeight = 202
82
 
    ClientWidth = 436
 
87
    ClientHeight = 227
 
88
    ClientWidth = 444
83
89
    TabOrder = 2
84
90
    object ScopeCommentsCheckBox: TCheckBox
85
91
      Left = 6
86
 
      Height = 19
87
 
      Top = 177
88
 
      Width = 424
 
92
      Height = 24
 
93
      Top = 197
 
94
      Width = 432
89
95
      Align = alTop
90
96
      BorderSpacing.Around = 6
91
97
      Caption = 'ScopeCommentsCheckBox'
93
99
    end
94
100
    object ScopeRadioGroup: TRadioGroup
95
101
      Left = 6
96
 
      Height = 106
 
102
      Height = 125
97
103
      Top = 6
98
 
      Width = 424
 
104
      Width = 432
99
105
      Align = alTop
100
106
      AutoFill = True
101
107
      AutoSize = True
109
115
      ChildSizing.ShrinkVertical = crsScaleChilds
110
116
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
111
117
      ChildSizing.ControlsPerLine = 1
112
 
      ClientHeight = 88
113
 
      ClientWidth = 420
 
118
      ClientHeight = 108
 
119
      ClientWidth = 428
114
120
      Items.Strings = (
115
121
        'in current unit'
116
122
        'in main project'
121
127
    end
122
128
    object ExtraFilesGroupBox: TGroupBox
123
129
      Left = 6
124
 
      Height = 53
125
 
      Top = 118
126
 
      Width = 424
 
130
      Height = 54
 
131
      Top = 137
 
132
      Width = 432
127
133
      Align = alTop
128
134
      AutoSize = True
129
135
      BorderSpacing.Around = 6
130
136
      Caption = 'ExtraFilesGroupBox'
131
 
      ClientHeight = 35
132
 
      ClientWidth = 420
 
137
      ClientHeight = 37
 
138
      ClientWidth = 428
133
139
      TabOrder = 2
134
140
      object ExtraFilesEdit: TEdit
135
141
        Left = 6
136
 
        Height = 23
 
142
        Height = 25
137
143
        Top = 6
138
 
        Width = 408
 
144
        Width = 416
139
145
        Align = alTop
140
146
        BorderSpacing.Around = 6
141
147
        TabOrder = 0
145
151
  end
146
152
  object ButtonPanel1: TButtonPanel
147
153
    Left = 6
148
 
    Height = 34
149
 
    Top = 456
150
 
    Width = 440
 
154
    Height = 28
 
155
    Top = 466
 
156
    Width = 448
151
157
    OKButton.Name = 'OKButton'
152
 
    OKButton.Caption = '&OK'
 
158
    OKButton.DefaultCaption = True
153
159
    OKButton.OnClick = FindOrRenameButtonClick
154
160
    HelpButton.Name = 'HelpButton'
155
 
    HelpButton.Caption = '&Help'
 
161
    HelpButton.DefaultCaption = True
156
162
    HelpButton.Enabled = False
157
163
    CloseButton.Name = 'CloseButton'
158
 
    CloseButton.Caption = '&Close'
 
164
    CloseButton.DefaultCaption = True
159
165
    CloseButton.Enabled = False
160
166
    CancelButton.Name = 'CancelButton'
161
 
    CancelButton.Caption = 'Cancel'
 
167
    CancelButton.DefaultCaption = True
162
168
    TabOrder = 3
163
169
    ShowButtons = [pbOK, pbCancel]
 
170
    ShowBevel = False
164
171
  end
165
172
end