gambas-source-code/app/src/gbs3/.settings

58 lines
1.1 KiB
Text
Raw Normal View History

[Breakpoints]
Count=0
[DebugWindow]
Count=0
[DebugWindow/$aAppArgs]
Geometry=[13,42,335,301]
[DebugWindow/$aComponents]
Geometry=[61,131,301,301]
[DebugWindow/$aHeaderDcl]
Geometry=[0,0,301,301]
[DebugWindow/$aSortKey]
Geometry=[0,0,301,301]
[DebugWindow/Application.Args]
Geometry=[0,0,604,301]
[DebugWindow/CComponent]
Geometry=[0,0,301,301]
[DebugWindow/CComponent.All]
Geometry=[0,0,301,301]
[DebugWindow/Scan(sLine, "CLASS *")]
Geometry=[0,0,301,301]
[FDebugExpr/DebugWindow/$houtFile]
Geometry=[0,25,301,301]
[FDebugExpr/DebugWindow/Application.Args]
Geometry=[0,25,301,301]
[FFind]
SearchIn="Module"
CaseSensitive=False
SearchWord=False
SearchComment=False
SearchString=True
[OpenFile]
File[1]="/home/benoit/gambas/3.0/trunk/app/src/gbs3/.src/MMain.module:0.0"
[CONFIGURATION] * BUG: Rename the "SDL_SOUND" autoconf package name as "SDLSOUND". [DEVELOPMENT ENVIRONMENT] * NEW: Add a checkbox to tell the packager if it should create the packages in their own distribution-specific directories. The name of this sub-directory is the package kind: "mandriva" for a Mandriva rpm, "ubuntu" for an Ubuntu deb, and so on. * BUG: The save file dialog now correctly displays unsaved file icons. * BUG: Some other fixes in the case of signature symbols. * BUG: Fix the drawing of symbolic link overlay icon. * NEW: Editors can use non fixed-size fonts. * BUG: Fixes relative to non fixed-size fonts support. [WIKI CGI SCRIPT] * BUG: Handle loops in symbolic links correctly. [SCRIPTER] * BUG: Use gb.eval to analyze script instead of hand-made parsing. * BUG: Print a warning message when a component requirement is not found instead of halting. * NEW: New option -v to be verbose. * NEW: New option -c to ignore cache contents. [GB.DB.MYSQL] * BUG: Fix the drop index driver function. [GB.QT] * BUG: The ComboBox.Item.Text property now correctly returns UTF-8 text. [GB.QT.EXT] * NEW: The editor now support non fixed-size fonts. * OPT: Indention, unindentation, and everything that acts between a Begin() and End() commands only emit the Change event once. Consequently, these actions are not slow anymore. * OPT: Optimize undo and redo the same way as ident and unindent. * NEW: In Editor, CTRL+BACKSPACE deletes the left word now. * NEW: In Editor, CTRL+DELETE deletes the right word now. git-svn-id: svn://localhost/gambas/trunk@1564 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-09-16 22:49:39 +02:00
Fold[1]=[]
File[2]="/home/benoit/gambas/3.0/trunk/app/src/gbs3/.src/CComponent.class:169.37"
[CONFIGURATION] * BUG: Rename the "SDL_SOUND" autoconf package name as "SDLSOUND". [DEVELOPMENT ENVIRONMENT] * NEW: Add a checkbox to tell the packager if it should create the packages in their own distribution-specific directories. The name of this sub-directory is the package kind: "mandriva" for a Mandriva rpm, "ubuntu" for an Ubuntu deb, and so on. * BUG: The save file dialog now correctly displays unsaved file icons. * BUG: Some other fixes in the case of signature symbols. * BUG: Fix the drawing of symbolic link overlay icon. * NEW: Editors can use non fixed-size fonts. * BUG: Fixes relative to non fixed-size fonts support. [WIKI CGI SCRIPT] * BUG: Handle loops in symbolic links correctly. [SCRIPTER] * BUG: Use gb.eval to analyze script instead of hand-made parsing. * BUG: Print a warning message when a component requirement is not found instead of halting. * NEW: New option -v to be verbose. * NEW: New option -c to ignore cache contents. [GB.DB.MYSQL] * BUG: Fix the drop index driver function. [GB.QT] * BUG: The ComboBox.Item.Text property now correctly returns UTF-8 text. [GB.QT.EXT] * NEW: The editor now support non fixed-size fonts. * OPT: Indention, unindentation, and everything that acts between a Begin() and End() commands only emit the Change event once. Consequently, these actions are not slow anymore. * OPT: Optimize undo and redo the same way as ident and unindent. * NEW: In Editor, CTRL+BACKSPACE deletes the left word now. * NEW: In Editor, CTRL+DELETE deletes the right word now. git-svn-id: svn://localhost/gambas/trunk@1564 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-09-16 22:49:39 +02:00
Fold[2]=[]
Active=3
File[3]="/home/benoit/gambas/3.0/trunk/app/src/gbs3/.src/MServerPage.module:14.19"
[DEVELOPMENT ENVIRONMENT] * NEW: Store the component version inside the .component files for component projects. * NEW: Package dependencies on component use the previous version stored in the .component file if it is available. Otherwise the current Gambas interpreter version is used. * BUG: Do not increment version release if the packager wizard is cancelled. * NEW: Package dependencies on component use the previous version stored in the .component file if it is available. Otherwise the current Gambas interpreter version is used. * NEW: The package wizard remembers the last directory used for storing packages. * BUG: The default directory where packages are stored is the home directory now. * BUG: Fix the signature display routine that sometimes underlined incorrectly. * BUG: Use version program at each project configuration write. * NEW: A "paste special" function in the code editor, that allows to insert plain text or HTML text from the clipboard, and can comment it, quote it as a Gambas string, or transform it into PRINT instructions. * BUG: Some fix related to the now immediate invalidity of deleted forms. [SCRIPTER] * NEW: Support for gambas server pages! * NEW: Server page are now run by a program named 'gbw2', which is just a symbolic link to 'gbs2'. [GB.GTK] * BUG: Window.Picture property now works correctly when the window is embedded inside a container. * BUG: Embedded windows having a background picture are now correctly updated when they are resized. * BUG: Correctly handle a form close or destroy during an event handler. * BUG: The combo-box behaves now like the qt one. Its first item is always selected at startup. * NEW: Now deleted forms become immediately invalid. [GB.QT] * BUG: Clipboard.Paste() now returns an UTF-8 string. * BUG: Correctly handle a form close or destroy during an event handler. * BUG: Checking if the application must quit is deferred, so that closing a form and opeing another one keeps the application running. * NEW: Now deleted forms become immediately invalid. [GB.QT.EXT] * BUG: Fix the Editor drawing while scrolling. * BUG: Fix conversion from cursor position to text column in Editor. * BUG: Fix the Editor drawing when it has been scrolled to the right. * BUG: Don't paste in Editor if there is nothing to paste. git-svn-id: svn://localhost/gambas/trunk@1605 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-09-26 04:25:29 +02:00
Fold[3]=[]
File[4]="/home/benoit/gambas/3.0/trunk/app/src/gbs3/helptext:8.11"
[DEVELOPMENT ENVIRONMENT] * NEW: Store the component version inside the .component files for component projects. * NEW: Package dependencies on component use the previous version stored in the .component file if it is available. Otherwise the current Gambas interpreter version is used. * BUG: Do not increment version release if the packager wizard is cancelled. * NEW: Package dependencies on component use the previous version stored in the .component file if it is available. Otherwise the current Gambas interpreter version is used. * NEW: The package wizard remembers the last directory used for storing packages. * BUG: The default directory where packages are stored is the home directory now. * BUG: Fix the signature display routine that sometimes underlined incorrectly. * BUG: Use version program at each project configuration write. * NEW: A "paste special" function in the code editor, that allows to insert plain text or HTML text from the clipboard, and can comment it, quote it as a Gambas string, or transform it into PRINT instructions. * BUG: Some fix related to the now immediate invalidity of deleted forms. [SCRIPTER] * NEW: Support for gambas server pages! * NEW: Server page are now run by a program named 'gbw2', which is just a symbolic link to 'gbs2'. [GB.GTK] * BUG: Window.Picture property now works correctly when the window is embedded inside a container. * BUG: Embedded windows having a background picture are now correctly updated when they are resized. * BUG: Correctly handle a form close or destroy during an event handler. * BUG: The combo-box behaves now like the qt one. Its first item is always selected at startup. * NEW: Now deleted forms become immediately invalid. [GB.QT] * BUG: Clipboard.Paste() now returns an UTF-8 string. * BUG: Correctly handle a form close or destroy during an event handler. * BUG: Checking if the application must quit is deferred, so that closing a form and opeing another one keeps the application running. * NEW: Now deleted forms become immediately invalid. [GB.QT.EXT] * BUG: Fix the Editor drawing while scrolling. * BUG: Fix conversion from cursor position to text column in Editor. * BUG: Fix the Editor drawing when it has been scrolled to the right. * BUG: Don't paste in Editor if there is nothing to paste. git-svn-id: svn://localhost/gambas/trunk@1605 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-09-26 04:25:29 +02:00
Count=4
[Watches]
Count=0