1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Commit Graph

24 Commits

Author SHA1 Message Date
Raymond
fe18850679 Made IncludeBuffer more threadsafe! + rev number = 695 2010-06-05 23:32:40 +02:00
Raymond
b61153e634 Tried to fix zeh codehints error. + latest Smart. 2010-06-04 13:46:38 +02:00
Niels
8265555e82 Turns out I did something wrong =D 2010-06-03 16:35:33 +02:00
Niels
8d791a0e96 Ran through code hints again to see if I could find some things that may result in errors and changed some things again.
Fixed param hint for functions which are separated over several lines. For example:
"TBitmap.

OnChange("

Also changed the way hints are showed for anonymous functions, it now shows the type/var/field name instead of nothing.
2010-06-03 15:55:36 +02:00
Merlijn Wajer
b450298085 Fix compilation 2010-05-24 12:19:52 +02:00
Niels
a1fb0742ab Few changes. 2010-05-24 11:06:39 +02:00
Raymond
e3d359b088 LoadDLL is now LoadLib (and it can also be used as a compiler directive {$loadlib libsmart}). Fixed a bug in PS-Script. Also fixed a segfault which would occur if you would do Ctrl + Space before it was done filling the corebuffer.. 2010-05-18 20:58:15 +02:00
Niels
7c49e4b9f7 Made sure you can't open files that don't exist in function list (for libraries), also added IS_INCLUDE to the parser. 2010-05-18 15:01:08 +02:00
Niels
ac693b663c Added support for DLLs to code completion. 2010-05-18 14:14:22 +02:00
Niels
48eba95926 Fixed a serious bug in codeinsight. 2010-05-15 23:56:45 +02:00
Raymond
b7ac0e8dec Fixed unwanted Segfault + small update in UntarEx 2010-05-10 14:39:49 +02:00
Niels
d352c13764 Added defines to code completion and changed functionlist to find declaration at doubleclick instead of onchange. Also deleted Code Insight folder. 2010-04-24 12:11:50 +02:00
Niels
f4a443db05 CodeCompletion Fix? 2010-04-11 20:38:55 +02:00
Raymond
fb6a8be038 Fixed #166 2010-04-10 16:26:26 +02:00
Niels
9d67a02b99 Instead of only showing code completion/hints with identifiers and symbols, I changed to to show it if it's not in a string/comment/directive). I also fixed a little bug in codehints which involves functions surrounded by brackets (not sure if this is the second time I commit this? =D) 2010-04-07 18:52:22 +02:00
Niels
87440431fb Little style fix in code completion. 2010-04-03 09:34:58 +02:00
Niels
1b44904328 Made code insight recognize function/constructor types in objects. 2010-04-02 21:34:09 +02:00
Niels
3ed1f42aab Fixed a bug in code insight so indexed properties should work better. 2010-04-01 16:06:42 +02:00
Raymond
d5c29d57ef Code hints work! Press ctrl + shift + space to activate it :). 2010-03-31 20:23:39 +02:00
Raymond
4e5f79cd67 MY SHIT 2010-03-28 20:02:57 +02:00
Niels
1f25b99b8a Workaround for a weird "bug". 2010-03-28 15:51:26 +02:00
Niels
9237cdecef Hopefully fixed a bug in code completion. 2010-03-28 11:38:06 +02:00
Niels
90e1e538a6 Added core functions to code completion. 2010-03-27 00:28:36 +01:00
Niels
b9414c8139 Hmmm 2010-03-26 23:16:12 +01:00