no ide? Let's make one!
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: no ide? Let's make one!
Works great for me, nice job. I can't get gedit to autodetect *.s files though - I made sure to change *.asm to *.s in the .lang file's header. I even restarted my Linux box... do I have to clear gtksourceview's cache or something?
Re: no ide? Let's make one!
You do have to restart gedit, but not Linux itself. If you run gedit from a terminal do you get any warnings/errors printed?
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: no ide? Let's make one!
That's odd - now it works for me. I bet it was some sort of caching thing .
Re: no ide? Let's make one!
It's only cached until you close gedit. Probably something else happened that you didn't notice.
Have a new version. This one highlights NASM's pseudoinstructions (db etc., resb etc.) as instructions.
Have a new version. This one highlights NASM's pseudoinstructions (db etc., resb etc.) as instructions.
- Attachments
-
- asm-intel.lang.bz2
- (3.19 KiB) Downloaded 141 times
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: no ide? Let's make one!
It's been propose a few times that someone should create an IDE just for OSDev'ing. But what would it feature that IDE's now don't offer?
And if you say kernel development, I spent very little time in actual kernel code (I'm developing a microkernel)..
And if you say kernel development, I spent very little time in actual kernel code (I'm developing a microkernel)..
My OS is Perception.
Re: no ide? Let's make one!
I use CodeLite and i think is one of the best since it supports custom makefiles... No debugging either....
Re: no ide? Let's make one!
I use Geany plus a bash script that does all the compiling / assembling / linking for me.
Valix is an experiment in an interpreted userspace with object-oriented and functional design patterns. Developers needed! Join #valix on irc.freenode.net
Re: no ide? Let's make one!
I am also developing an IDE. It will accept XML files to describe syntax highlighting and one of the key features will also be auto word suggestion. Compilation and such will be done by a third party application such as NASM so my application is really to make it all seem a lot smoother and provide a nice text editor.
OP: Good luck with your project.
OP: Good luck with your project.