home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / TemaCD / phpedit / PHPEdit-0.6.exe / HISTORY.TXT < prev    next >
Encoding:
Text File  |  2001-09-19  |  8.2 KB  |  174 lines

  1. -- 0.6RC4
  2.  
  3. 0.6.15
  4.   + Inplemented some EmbedSel functions (Satish)
  5.   + Fixed CodeInsight bug reported by Matthieu Zilliox
  6.  
  7. 0.6.14
  8.   + Re-introduced KeepUndoOnSave
  9.   + Fixed bug in PHP  Highlightinh options
  10.   + Fixed a bug in HereDoc syntax
  11.   + Fixed PHPAutoComplete bugs
  12.   + Now DblClick over a unit in CodeBrowser try to open it in the IDE
  13.   + Various other change that I haven't written. Check CVS ;o)
  14.  
  15. -- 0.6RC3
  16.  
  17. 0.6.13
  18.   + Fixed a bug in QuickMarkManager when trying to drop a mark on a place where one is still present, an axception was raised
  19.   + Turned off fpException in MDIBrowser's WebBrowser
  20.   
  21. 0.6.12
  22.   + Fixed a bug in filename display in CodeBrowser when renaming / closing a file
  23.  
  24. -- 0.6RC2
  25.  
  26. 0.6.11
  27.   + Re-introduced TagComplete
  28.   + Fixed refresh bug
  29.   + Added a ) when completing a function name with phpCodeInsight
  30.   + Fixed ImageIndex error in CodeBrowser
  31.  
  32. 0.6.10
  33.   + Fixed " & ' insertion pb in PHPAutoComplete
  34.   + Fixed ImageIndex pb in CodeBrowser
  35.  
  36. 0.6.9
  37.   + Fixed an AV in CodeInsight (When calling it on a variable and erasing chars from found prefix)
  38.   + Added a different icon for each file class in CodeBrowser
  39.   + Added PHPAutoComplete which add ) when you hit ( and so on for [, {, ' and "
  40.   + Removed TagComplete feature, there's too many problem with it.
  41.   + Fixed position bug in CodeNavigationToolbar
  42.  
  43. 0.6.8
  44.   + Changed TXMLLanguage to inherit from TLanguage instead of TPLainTextLanguage
  45.   + Changed TXMLLanguage to have it recognize better words which seems like tags
  46.   + Fixed a bug in aInsertHeaderWithParams when calling on a method
  47.   + Added GetFunctionOrMethodAtOffset method to TPHPDOM
  48.   + Fixed bug in TQuickMark which doesn't draw animation circle at correct place
  49.  
  50. 0.6.7
  51.   + It's seems that I need to read more about components licence I use... The CrashReport feature will be delayed for some times...
  52.   + Added aMethodNext & aMethodPrevious which permiss to jump to Next/Previous code
  53.   + Fixed Bugs in QuickMarkManager.Jump & JumpAndPaste causing AV
  54.   + Fixed bug in TCodeInsight when filtering a list which is still emty an AV was raised (Thanks Assid - assid@assid.com)
  55.   + Fixed a bug in VariableInsight when eraseing the last declared variable in the source (Thanks Assid - assid@assid.com)
  56.  
  57. 0.6.6
  58.   + Added CrashReport feature: When an exception is raised, you can send a report to our team to help us debug problems
  59.   + Rewrited the HelpBrowser and introduced MySQL manual. Parsing is done on fly (and for MySQL is not very fast, so please be patient while parsing the MySQL TOC)
  60.   + Rewriten part of CodeBrowser, now all opened file are present, so you can browse all your code easily
  61.   + Improved FileExplorer: Now DoubleClicking a file make : it to be open in PHPEdit if it's extension is known by PHPEdit elsewhere a dialog appear to ask user what to do with it(Open in pHPEdit, Open with associated App, Cancel operation)
  62.   
  63. 0.6.5
  64.   + Added a enabled test for aInsertHeader actions (only active when you are inside a Function/Method)
  65.   + Fixed bugs in aInsertHeader actions which disable method commenting
  66.   + Moved CodeInsight action in TMDIChidForm
  67.   + Made some changes in CodeInsight to be abled to support multiple IInsightTrigger
  68.   + Implemented TPHPVariableInsightTrigger to have a VariableInsight in PHP Code
  69.  
  70. 0.6.4
  71.   + Improved PHPParser to have it recognize variable better
  72.   + Added a thread to parse source code faster without slowing the edition
  73.  
  74. 0.6.3
  75.   + Added a phpDOM to each MDIChild so we can access all class list easily
  76.   + Cursor is now crHandPoint over URL
  77.   + InsertHeader & InsertHeaderWithParams have moved to MDIChild
  78.   + Moved NavigationToolbar in MDIChild and exploded them in Class/Method instead of one
  79.   + Moved DropDown filling code in OnDropDown event instead doing it each time list change
  80.   + OpenDialog now take as initial directory the directory of active file
  81.   + Fixed a dead lock in contextual highlighting switch (Thanks Assid for Bug report)
  82.  
  83. 0.6RC1
  84.   + Included DBG (Jonx)  
  85.   + A lot of small bug fix
  86.   + Added FunctionComment method (2 alternate, one with parameters and the second one without), which add an header on current function/method in phpDoc style
  87.   
  88. 0.4.1.37:
  89.   + Fixed a bug in MoveToLine
  90.   
  91. 0.4.1.36:
  92.   + Changed Find & Replace look
  93.       --> You need to make cleanup in the registry to have them displayed correctly (remove key HKEY_CURRENT_USER\Software\PHPEdit Project)
  94.   + Fixed some bugs in Find & Replace dialogs
  95.   + Reintroduced ContextualHighlighting for HTML/PHP --> aoContextualHighlighting option in phpedit.ini
  96.  
  97. 0.4.1.35:
  98.   + Changed KbTemplate trigger to have them expand only when trigger is not part of word
  99.   + Fixed MDIChild toolbar button states when using multiple windows
  100.   + Fixed CodeInsight bug when pressing a key which cannot be part of a function name, the list wasn't dissapearing...
  101.   + Added HourGlass Cursor when fill Insight list
  102.   + Added aoCodeInsightMoveWithCaret Option to have CodeInsight list move with caret when you filter the list
  103.   + Changed registry key from \Software\M@rms Software\... to \Software\PHPEdit project\... because I'm not alone now...
  104.   + Fixed bug in KbTemplateParser which don't recognize '.', '+' & '=' chars for template name
  105.   + Fixed some bugs in template expansion (selection, ...) Still exists bugs with recursive expansion of multiple tokens (yes I'm maniac ;)
  106.   + Comment code in LogPanel since it raise to much exception (need to be tested more)
  107.   
  108. ---- Released 0.5IR1 patch1 
  109.  
  110. 0.4.1.34:
  111.   + Fixed Cut & Copy bug
  112.   + Fixed bug in Template expansion when clipboard contain no text
  113.   + Fixed bug in php syntax highlightment (cannot configure all colors)
  114.   + Change behaviour of Paste action in KeyboardTemplate, now only the first token is paste instead of full clipboard content.
  115.   + HardCoded TemplateCommand functions
  116.   + Fixed #0000012 (Bracket mark don't always disapear )
  117.   
  118. ---- Released 0.5IR1
  119.  
  120. 0.4.1.33:
  121.   + Added Cut & Copy in one key (if no selection is available, the current token is selected)
  122.   + Rewritten CodeInsight
  123.   + Included KeyboardTemplate
  124.   + Hint & Insight now only fire in correct states (not in comments, ...)
  125.   + Improved php preview (seems to have problems :-()
  126.   + Added about box with report feature.
  127.  
  128. 0.4.1.31:
  129.   + Corrected Hint persistence bug
  130.   + Removed RaLib package dependencies
  131.   + Written a little HTML Renderer (support <b>, <i>, <u>, <s>, <strike>, <font color, size, face>    
  132.   
  133. 0.4.1.30:
  134.   + Added HereDoc support in php syntax parser
  135.   + Added Octal & Hexa chars in strings
  136.   
  137. 0.4.1.29:
  138.   + Fixed bug in php syntax parser "$/", the $ was hisglightned as a string variable
  139.   + Updated function list (Thanks Damien from http://www.nexen.net/)
  140.   
  141. 0.4.1.28:
  142.   + Added URL support in php comments and HTML
  143.   + Fiexd a bug in phpdoc comments (/ wasn't correctly recognized)
  144.   + Change SyntaxFile extension from .pls to .scc
  145.   + Added TPlainTextLanguage
  146.   + Added TXMLLanguage
  147.   + Made TPHPLanguage inherit from TPlainTextLanguage
  148.   + Fixed title bug in HTML default template
  149.   + Now NewBuffer entries display an item per installed TLanguage.
  150.   + Added ConfirmPrompt when saving a file.
  151.   
  152. 0.4.1.27:
  153.   + Bracket highlighting (with TMark inheritance implementation)
  154.   + Improved PHPDoc support
  155.   + Fixed Last lexeme bug in edition windows
  156.   + Fixed bad parsing of variables containing Θα∙...
  157.   + Added BlockSelection to KeyboardTemplate
  158.   + Fixed bugs on KeyboardTemplate
  159.   
  160. 0.4.1.24:
  161.   + Corrected OnMarkFree bug causing AV when exiting app
  162.   
  163. 0.4.1.22:
  164.   * Added KeyboardTemplate support (without BlockSelection, and IHM to edit them.) By default they are not activated.
  165.   
  166. 0.4.1.13:
  167.   + Corrected the clipboard bug in Find & Replace dialog. When copying o pasting the text was inserted in the MDIEditionChild instead of the dialog
  168.   
  169. 0.4.1.12:
  170.   * Corrected Save _bug_ : When an error appear in one of the file save, no error was signaled.
  171.   + The SaveAll state is only available if at least one file need to be saved
  172.   + TMDIChildForm.Save & TMDIChildForm.SaveAs are now function that return TRUE if the save has correctly been done.
  173.   + Find has Ctrl+F shortcut and Replace has Ctrl+R
  174.