Hi all,
I've run into what appears to be bugs and wanted to see if it was me or not.
1) Code collapse does not work... or at least not correctly. It is only colapsing the line beneath it and nothing else. Also it appears that the procedure for building the code colapse feature is not optimized because when you turn this on, the editor seems to be less stable and appears to be taking up much more CPU time.
2) Problem with threading when you do a preview for php stuff. I am getting this error every time; Error in my_thread_global_end(): 4 threads didn't exit. Its almost like its trying to destroy some threads that have already been destroyed. Because as far as I can tell I'm getting the correct output in the preview.
3) Code completion works sometimes and not others. It looks like if there is something in a class or include that is not coded in the manner the parser is expecting then it just bails. The company I work for uses the following syntax;
If ($a > $b):
//do something
else:
// do something else
endif;
This has been the first IDE that I've seen that parses this correctly, but again, after a little while all code completion for functions that reside in classes that use the above syntax appear to just stop working.
So to finish up, it is important to say that right now WeBuilder 2007 is my favorite editor and is loaded with incredible features. I just wanted to let the developers know that I found these and none of these are Showstoppers in my opinon. Who knows... it could be something on my system.
Cheers!
Ken
appears to be a couple of bugs
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
We will have an early beta version of 2008 enabled with debugging feature.
All who have troubles with any access violation errors will be welcomed to use this version to help us find the cause of the troubles.
Can not say much about your second problem, as I can not recall anybody else having similar issues. Maybe this is a bug of the PHP you are using itself?
As for the code auto-completion problems.
If you can send to our support email code examples of where you have these problems (auto-complete does not work), we will try to fix this, if there is a bug.
All who have troubles with any access violation errors will be welcomed to use this version to help us find the cause of the troubles.
Can not say much about your second problem, as I can not recall anybody else having similar issues. Maybe this is a bug of the PHP you are using itself?
As for the code auto-completion problems.
If you can send to our support email code examples of where you have these problems (auto-complete does not work), we will try to fix this, if there is a bug.