About Monkey 2 › Forums › Monkey 2 Projects › Ted2Go IDE
This topic contains 596 replies, has 46 voices, and was last updated by 
 nerobot 3 months ago.
- 
		AuthorPosts
 - 
		
			
				
June 23, 2017 at 12:09 pm #8877
is there a way to stop the IDE from chucking up the requester for file not found when running Monkey2 from a USB key.
Currently running it from the drive where the drive letter changes chucks up errors everywhere when compiling etc. This happens in the standard IDE too
June 23, 2017 at 12:34 pm #8878The way is to store path info in shared folder like AppData.
Added to issues.
June 23, 2017 at 12:40 pm #8879I would love a simple configuration file option where you could just tick “FROMUSB” where when ticked would remove the previous files loaded and set mingw to the default folder in monkey2.
June 23, 2017 at 5:15 pm #8883I would really love more syntax Highlighting options, like being able to colour a class, a field, a method, a function, constants etc all their own colour is that at all possible ? the more the better in my book.
June 23, 2017 at 5:27 pm #8884Yes it’s possible, but not very easy.
I think this happen one day.
June 25, 2017 at 3:31 am #8898I am often lost in my code. Is there already, or can there be a keyboard shortcut (and buttons) to go forward and backwards to previous cursor positions? Say you modify one area in the code and need to lookup or change something elsewhere and you are there with the cursor(lost!) and .. then with a feature you can skip back to a previous part in the code where you where. (cursor history)
Kind of like the undo but without modifying anything.
June 25, 2017 at 3:53 am #8899There are shortcuts:
- Alt + CursorLeft for backward
 - Alt + CursorRight for forward
 
Stored positions are:
- From where we jump to other declaration (by F2/F12) or by Source tab list
 - Modified lines, but I don’t remember that. 
 
June 25, 2017 at 4:19 am #8901Great!! I had not expected it was in already
I will be using that shortcut a lot from now on I think.
June 26, 2017 at 9:52 am #8935is there a way to stop the IDE from chucking up the requester for file not found when running Monkey2 from a USB key.
Ok, I improved monkey’s root path detection, so ide should work from usb without path requests.
(I guess, you have monkey2 and ted2go both on usb-drive).
Pushed into DEV branch only.
June 26, 2017 at 10:29 am #8936Brilliant stuff will download asap
June 27, 2017 at 3:23 am #8946New preferences dialog is coming – with tabs grouping.
(Prime-Blue theme on the screenshot)
@hezkore, why you didn’t extend default ted theme for your themes?
I added new colors for codemap and they looks bad in your themes. Every time updating some places isn’t good.
You didn’t change all views’ styles, right?
New colors is semi-transparent and should look nice in all themes.
Attachments:
June 27, 2017 at 3:45 am #8948Also I added “notes for contributors” on the main ted2go’ repository page.
Please, take a look at code style. It based on original Ted2.
Will be super-cool if you can write the same style to make this project consistent.
Monkey123456789101112Local abc:="ABC" ' there is no spaces in assignmentdigit=8callSomeMethod( param1,param2 ) 'there are spaces in bracket boundsMethod check:Bool( value:Double ) 'spaces in declaration' empty line after method name (can ignore if there is one-line body)Return value > 1.75EndStyle=GetStyle( "CustomStyle" )June 27, 2017 at 7:10 am #8952The Prime theme was originally not made for Ted2. It’s my own personal theme written from the ground up that I made to be able to easily extend into other colours. That’s why it doesn’t extend any other theme.
I can update it to extend Ted2’s Default theme, but I’m out of the country for a little bit longer so I’m afraid there’s nothing I can do right now. You can either fix it up yourself or you can disable the theme until I get back and update it.
June 28, 2017 at 9:10 am #8985@nerobot: It would be cool to have a “format source code”, maybe that could unify the way code is written.
June 28, 2017 at 9:18 am #8986You can either fix it up yourself
done (one line changed).
It would be cool to have a “format source code” , maybe that could unify the way code is written.
I agree. With different templates for formatting.
But low priority.
 - 
		AuthorPosts
 
You must be logged in to reply to this topic.
		
		
	