Manindra Moharana
|
b7239aeca5
|
CC logic cleanup
|
2014-08-16 17:41:37 +05:30 |
|
Manindra Moharana
|
37015103ea
|
CC bug fix
|
2014-08-16 17:37:10 +05:30 |
|
Manindra Moharana
|
92d0555a37
|
add source option for CC insert
|
2014-08-16 16:52:47 +05:30 |
|
wirsing
|
46e47ed994
|
added library folder + changed win build file for jnilib
|
2014-08-14 17:00:46 -07:00 |
|
Manindra Moharana
|
6b545888e0
|
oops, missed that.
|
2014-08-13 20:48:08 +05:30 |
|
Manindra Moharana
|
4773a1bdf9
|
Preferences bugfix related to CC, #2699
|
2014-08-13 20:45:16 +05:30 |
|
Manindra Moharana
|
b9dfec8b97
|
Simplifying errors #2779
|
2014-08-13 20:38:00 +05:30 |
|
Manindra Moharana
|
cb97e69c38
|
Mouse click behavior #2755
|
2014-08-13 12:48:54 +05:30 |
|
Manindra Moharana
|
7ab8f71b4e
|
Simplifying errors #2779
|
2014-08-13 12:34:36 +05:30 |
|
Manindra Moharana
|
681e211685
|
Simplifying errors #2779
|
2014-08-13 12:24:36 +05:30 |
|
Manindra Moharana
|
4f57b8ac72
|
Tweak related to #2699
|
2014-08-13 01:26:56 +05:30 |
|
Manindra Moharana
|
c039f308af
|
Testing CC OS X shortcut issues
|
2014-08-13 00:25:32 +05:30 |
|
Ben Fry
|
7d11ece606
|
add trim() method to XML (removes #text nodes)
|
2014-08-12 10:15:05 -04:00 |
|
Ben Fry
|
02a20022ee
|
Merge pull request #1866 from mckennapsean/master
enable optional --output flag for processing-java
|
2014-08-12 09:33:01 -04:00 |
|
Ben Fry
|
8e290f22f4
|
Merge pull request #2769 from federicobond/update-es-language
Update Spanish language strings
|
2014-08-12 09:30:28 -04:00 |
|
Ben Fry
|
e035023d76
|
Merge pull request #2770 from federicobond/update-contributions
Update contributions.* strings to contrib
|
2014-08-12 09:27:49 -04:00 |
|
Ben Fry
|
f2174cda9c
|
Merge pull request #2772 from JakubValtar/preproc-constructorCast-fix
Fixes #1936 - Preproc constructor cast fix
|
2014-08-12 09:25:32 -04:00 |
|
Ben Fry
|
72c4b0b6c7
|
Merge pull request #2774 from JakubValtar/preproc-enum
Preproc enum
|
2014-08-12 09:22:17 -04:00 |
|
Manindra Moharana
|
f4f7dfc06f
|
temporary testing output
|
2014-08-12 17:34:27 +05:30 |
|
Manindra Moharana
|
4da8a5e304
|
temporary testing output
|
2014-08-12 17:18:36 +05:30 |
|
Manindra Moharana
|
e4683b4b3e
|
set error check delay to 500 ms, #2677
|
2014-08-12 11:36:35 +05:30 |
|
codeanticode
|
d9811350af
|
updates to korean translation
|
2014-08-11 21:57:34 -04:00 |
|
wirsing
|
279cc0fb44
|
fixed FFT Crash with FFT Sizes smaller than Audio Buffer Size
|
2014-08-11 15:43:53 -07:00 |
|
Manindra Moharana
|
82f882c4c6
|
select 1st option in import suggest.
|
2014-08-11 21:17:34 +05:30 |
|
Manindra Moharana
|
7674038472
|
Add preference option for import suggest. #2766
|
2014-08-11 21:13:23 +05:30 |
|
Manindra Moharana
|
6da4450403
|
Add ignore option to import suggest. Fixes #2766
|
2014-08-11 20:59:26 +05:30 |
|
Manindra Moharana
|
63e71d6f67
|
Changed ECS delay to 1.1 secs
|
2014-08-11 20:37:40 +05:30 |
|
Manindra Moharana
|
63f03b0e7d
|
Fixes #2757 once and for all
|
2014-08-11 20:08:53 +05:30 |
|
Daniel Shiffman
|
c095815be1
|
Merge pull request #2773 from therewasaguy/Table
fix tiny typo in Table writeHTML()
|
2014-08-11 09:09:35 -04:00 |
|
Jakub Valtar
|
5720692c75
|
Preprocessor Enum implementation
Fixes #1390.
|
2014-08-11 13:28:45 +02:00 |
|
Jakub Valtar
|
f465d1a91e
|
Preprocessor Enum test
|
2014-08-11 13:27:51 +02:00 |
|
Jason Sigal
|
b89dbc46d0
|
fix tiny typo in Table writeHTML()
just noticed a tiny typo in the writeHTML method of saveTable()
|
2014-08-10 22:13:00 -04:00 |
|
Jakub Valtar
|
fcd3ff99cb
|
Corrected constructor cast method name
Changed `float[] parseByte(byte[])` to `float[] parseFloat(byte[])`
|
2014-08-11 01:56:16 +02:00 |
|
Jakub Valtar
|
8cd54e52ab
|
Fixes #1936 - nested constructor casts
Fixes #1936. Tokens can be null when Recognizer uses "guess" mode, which
was not accounted for.
|
2014-08-11 01:53:52 +02:00 |
|
Jakub Valtar
|
c6cf054890
|
Test for bug #1936 - nested constructor casts
|
2014-08-11 01:49:22 +02:00 |
|
Sean McKenna
|
b6aa978be2
|
Merge remote-tracking branch 'remotes/upstream/master'
|
2014-08-10 15:05:29 -04:00 |
|
Federico Bond
|
cd387595b6
|
Update contributions.* strings to contrib
|
2014-08-10 06:12:43 -03:00 |
|
Federico Bond
|
02e5e6986e
|
Update Spanish language strings
|
2014-08-10 05:34:54 -03:00 |
|
Casey Reas
|
1106b043d0
|
Merge pull request #2768 from AmnonOwed/FixNfcRelatedItems
Fix nfc() related items
|
2014-08-09 13:37:51 -07:00 |
|
AmnonOwed
|
48f5a88303
|
Replace related item with commonly used nfs reference
|
2014-08-09 21:38:09 +02:00 |
|
AmnonOwed
|
d8248c5fc9
|
Fix nfc() related items
|
2014-08-09 21:26:54 +02:00 |
|
Manindra Moharana
|
8ef7507bbd
|
Better caret positioning in CC
|
2014-08-09 11:17:53 +05:30 |
|
Manindra Moharana
|
51a671ae4f
|
More rules related to #2755
|
2014-08-09 10:45:48 +05:30 |
|
Manindra Moharana
|
bf8c55357d
|
Merge pull request #2762 from aengelke/patch-1
Style completion panel on Windows
|
2014-08-09 10:18:25 +05:30 |
|
Manindra Moharana
|
143fd9b2fe
|
Merge pull request #2763 from AmnonOwed/FixCodeCompletionBoxDisplayWin8
Prevent unnecessary scroll bars in code completion popup
|
2014-08-09 10:16:56 +05:30 |
|
AmnonOwed
|
cad9c79272
|
Fix unneeded vertical scroll bar
|
2014-08-08 19:00:20 +02:00 |
|
AmnonOwed
|
2d7b3cea2d
|
Fix unneeded horizontal scroll bar
|
2014-08-08 18:46:16 +02:00 |
|
aengelke
|
14b8d9029e
|
Style completion panel on windows
|
2014-08-08 18:00:47 +02:00 |
|
Manindra Moharana
|
d6d912a173
|
Final touches to improve CC, #2758
|
2014-08-08 14:53:47 +05:30 |
|
Manindra Moharana
|
cd563b9f9e
|
cleanup sysout, and some refactoring
|
2014-08-08 14:26:09 +05:30 |
|