You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug might be related to Issue #225 but has a different characteristic.
Julia allows for calling the Array Index [end] to give you the last element of an array. However if one uses this in Julia Studio 0.4.5 on a Windows 7 - 64bit machine (I had no other system available for testing so far) the [end] is interpreted by Julia Studio's code-folding algorithm as the end of a foldable block. Eg:
This minimal example also shows, that the last "end" command somehow starts a new folding block for Julia-Studio. This one however is not collapsable (clicking the little arrow doesn't do anything).
This bug can be rather annoying especially in large documents.
The text was updated successfully, but these errors were encountered:
This bug might be related to Issue #225 but has a different characteristic.
Julia allows for calling the Array Index [end] to give you the last element of an array. However if one uses this in Julia Studio 0.4.5 on a Windows 7 - 64bit machine (I had no other system available for testing so far) the [end] is interpreted by Julia Studio's code-folding algorithm as the end of a foldable block. Eg:
This minimal example also shows, that the last "end" command somehow starts a new folding block for Julia-Studio. This one however is not collapsable (clicking the little arrow doesn't do anything).
This bug can be rather annoying especially in large documents.
The text was updated successfully, but these errors were encountered: