ID:890545
 
Descriptive Problem Summary 1:
Ctrl+F most of the time end up loading different file on current one and does not swich back to same file aswell as does not find the requested text for example if i am looking through 'main.dmm' and finding Login(/**/) it loads up 'Skills.dm' and does not even switch back showing Skill.dm codes in 'main.dm', same happens for Ctrl+H

Descriptive Problem Summary 2: When compiling game shows me Undefined variables in update.dm but when i dbl click on that it just takes me to the end of the documents, with 200 lines i would have to search through manually since Ctrl+F is not showing accruate results.


Numbered Steps to Reproduce Problem:

Code Snippet (if applicable) to Reproduce Problem:


Expected Results 1:
Locate text properly
Actual Results 1:
just show different file which done have the text.
Does the problem 1 occur:
Every time? Or how often?mostly
In other games?
In other user accounts?
On other computers? never tested
Expected Results 2:
Locate to exact line where undefined var are located
Actual Results 2:
Does not locate to line where undefined var are located
Does the problem 2 occur:
Every time? Or how often?mostly
In other games?
In other user accounts?
On other computers? never tested
When does the problem NOT occur?

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Workarounds: Revert back to v495 its alot stable then 496
I can almost guarantee this is not a problem in BYOND, but in your code. The compiler errors you're getting are taking you to a different file because that file has something like a quote or parentheses that never got closed.

I can't quite tell what issue you're having with the find function but I doubt that's a bug either. In any case, bugs should be reported separately. I'm moving this whole thread to Developer Help though since the problems you're describing sound like normal behavior.